Search found 229 matches

by TIV73
Fri Feb 23, 2024 6:10 pm
Forum: MediaMonkey 5 developer forum
Topic: MediaMonkey 5 plugin for Rainmeter
Replies: 40
Views: 31861

Re: MediaMonkey 5 plugin for Rainmeter

I just merged the development branch into main. While this, technically speaking , not a new version since it has been available for over a year, chances are that you don't have it yet since it wasn't available from the releases menu on the main page on github. It contains a new version of the core ...
by TIV73
Wed Jan 10, 2024 10:31 am
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: Original title written to wrong tag
Replies: 3
Views: 534

Re: Original title written to wrong tag

That's what it means? I always assumed original title refers to the track title.
by TIV73
Wed Jan 10, 2024 9:45 am
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: Original title written to wrong tag
Replies: 3
Views: 534

Original title written to wrong tag

Hi, it appears like mediamonkey reads (and writes) the value of the Original Title field to the ORIGALBUM mp3 tag of the file. Not sure if that's intentional as workaround or something, but it may break compatibility with other tools. https://i.imgur.com/DivD0iu.png I just tested the behavior with 5...
by TIV73
Tue Sep 12, 2023 4:08 am
Forum: Need Help with MMW5 Addons?
Topic: Code Monkey - A customizable dark skin inspired by Visual Studio
Replies: 71
Views: 24729

Re: Code Monkey - A customizable dark skin inspired by Visual Studio

Yeah, I noticed. It's fixed locally, but since I don't know if more skin-relevant changes are coming I won't publish an update to the skin until we have the final new mediamonkey update. If you don't want to wait until that, you can actually fix it yourself in the meantime. Simply open /skin/skin_ba...
by TIV73
Wed Apr 19, 2023 3:07 pm
Forum: MediaMonkey 5 developer forum
Topic: getSelectedTracklist missing in 5.1
Replies: 1
Views: 1908

getSelectedTracklist missing in 5.1

I just installed the 5.1 preview (2802) and was pleasantly surprised that almost all of my addons worked without any issues. One of the few notable exceptions was an addon that adds new actions and relies on getSelectedTracklist, which doesn't seem to be there anymore. I can see that the function is...
by TIV73
Thu Mar 02, 2023 5:20 pm
Forum: MediaMonkey 5 developer forum
Topic: MediaMonkey 5 plugin for Rainmeter
Replies: 40
Views: 31861

Re: MediaMonkey 5 plugin for Rainmeter

internal bool EnableArtUpdate = false; // Updating albumart can be expensive, only update if needed That line is just a class property and its default value. That doesn't really mean anything, especially since you do see cover art most of the time, so the value is being set correctly. Album art in ...
by TIV73
Sat Jan 21, 2023 10:25 am
Forum: MediaMonkey 5 developer forum
Topic: MediaMonkey 5 plugin for Rainmeter
Replies: 40
Views: 31861

Re: MediaMonkey 5 plugin for Rainmeter

A plugin version that contains the new library version just finished building. I'm not going to merge the changes into master until I've had the new version running stable on my end for a while, but you can grab the new version directly from the build pipeline (at the bottom of the screen in the Art...
by TIV73
Thu Jan 19, 2023 10:08 am
Forum: MediaMonkey 5 developer forum
Topic: MediaMonkey 5 plugin for Rainmeter
Replies: 40
Views: 31861

Re: MediaMonkey 5 plugin for Rainmeter

It will take a bit until I release a new version of anything, so by any means, go on. I don't mind.
by TIV73
Tue Jan 17, 2023 4:39 pm
Forum: MediaMonkey 5 developer forum
Topic: MediaMonkey 5 plugin for Rainmeter
Replies: 40
Views: 31861

Re: MediaMonkey 5 plugin for Rainmeter

Ah alright, gotcha. I thought there's something I'm missing. Thanks for the note!
by TIV73
Tue Jan 17, 2023 4:24 pm
Forum: MediaMonkey 5 developer forum
Topic: MediaMonkey 5 plugin for Rainmeter
Replies: 40
Views: 31861

Re: MediaMonkey 5 plugin for Rainmeter

I'm not sure I understand your suggestion. What I'm basically doing is running app.player.getCurrentTrack() , take the json that's returned, and deserialize it into a .net object. All the dates in that json are returned as ole automation timestamps, so I run them through a converter to translate tho...
by TIV73
Tue Jan 17, 2023 10:04 am
Forum: MediaMonkey 5 developer forum
Topic: MediaMonkey 5 plugin for Rainmeter
Replies: 40
Views: 31861

Re: MediaMonkey 5 plugin for Rainmeter

It is. It means that the error you encountered has been fixed in that latest version of the library. Which means that I'll look into publishig a new version of the library and rainmeter plugin. I had to make some changes in how data is handled by the library which could cause some issues for the plu...
by TIV73
Mon Jan 16, 2023 6:25 pm
Forum: MediaMonkey 5 developer forum
Topic: MediaMonkey 5 plugin for Rainmeter
Replies: 40
Views: 31861

Re: MediaMonkey 5 plugin for Rainmeter

Not quite, I live in Austria. But I'm pretty sure it's not related to regional date formatting anyway since the value that's being deserialized is not a date but a string like '44941.001321354' which is not exactly a common way to write dates in any region. But I found something else that could caus...
by TIV73
Sun Jan 15, 2023 11:22 am
Forum: MediaMonkey 5 developer forum
Topic: MediaMonkey 5 plugin for Rainmeter
Replies: 40
Views: 31861

Re: MediaMonkey 5 plugin for Rainmeter

Alright, the good news is that deserialization with the track object you provided works perfectly, and the application throws no errors. The bad news is that deserialization with the track object you provided works perfectly, and the application throws no errors. Which means that I cannot reproduce ...
by TIV73
Sat Jan 14, 2023 4:24 pm
Forum: MediaMonkey 5 developer forum
Topic: MediaMonkey 5 plugin for Rainmeter
Replies: 40
Views: 31861

Re: MediaMonkey 5 plugin for Rainmeter

But what application library you meant then? There's Rainmeter, there's your snippet and your plugin ... All the communication with mediamonkey, getting data, parsing song objects, etc. is all done by an application library called MediaMonkeyNet . The rainmeter plugin itself isn't really doing much...
by TIV73
Sat Jan 14, 2023 10:40 am
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: Column Filter not resizable [#19725]
Replies: 1
Views: 735

Column Filter not resizable [#19725]

Hi, in version 5.0.4.2690 (both the debug build and release build) there is an issue that prevents the column filter from being resized. See this video . In the video I'm try resizing the column on the Entire Library node, which works fine. Then I'm creating a custom view which contains only a coupl...