Search found 233 matches

by TIV73
Mon Jan 16, 2023 6:25 pm
Forum: MediaMonkey 5 developer forum
Topic: MediaMonkey 5 plugin for Rainmeter
Replies: 40
Views: 33941

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: 33941

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: 33941

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: 770

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...
by TIV73
Sat Jan 14, 2023 4:09 am
Forum: MediaMonkey 5 developer forum
Topic: MediaMonkey 5 plugin for Rainmeter
Replies: 40
Views: 33941

Re: MediaMonkey 5 plugin for Rainmeter

I actually meant the application library that passes the information from mediamonkey to the rainmeter plugin, not your mediamonkey library :D. The latter is never actually touched, only the currently playing file is queried - you can play any random file that's not in your library and it should wor...
by TIV73
Thu Jan 12, 2023 5:43 pm
Forum: MediaMonkey 5 developer forum
Topic: MediaMonkey 5 plugin for Rainmeter
Replies: 40
Views: 33941

Re: MediaMonkey 5 plugin for Rainmeter

That's interesting. That sounds that the issue may actually be related to the library, rather than the rainmeter plugin. If you can, consider uploading a bunch of your media files somwhere and sharing the link (privately) with me. An out of bounds exception in the console application could mean that...
by TIV73
Thu Jan 12, 2023 8:32 am
Forum: MediaMonkey 5 developer forum
Topic: MediaMonkey 5 plugin for Rainmeter
Replies: 40
Views: 33941

Re: MediaMonkey 5 plugin for Rainmeter

Well, yeah. Between the settings and application version your setup seems to be as close to the one that I've been using for some two years on a daily basis without any major issues like the one you are experiencing. The plugin basically just connects to the chromium engine running the mediamonkey f...
by TIV73
Tue Jan 10, 2023 4:17 pm
Forum: MediaMonkey 5 developer forum
Topic: MediaMonkey 5 plugin for Rainmeter
Replies: 40
Views: 33941

Re: MediaMonkey 5 plugin for Rainmeter

Unless you are running multiple instances at the same time portable mode shouldn't make any difference. The error message sounds like rainmeter doesn't like something about the ini file that contains the player measure. Could you try replacing your ini file with the one below and see if it works wit...
by TIV73
Tue Jan 10, 2023 12:46 pm
Forum: MediaMonkey 5 developer forum
Topic: MediaMonkey 5 plugin for Rainmeter
Replies: 40
Views: 33941

Re: MediaMonkey 5 plugin for Rainmeter

It should generally still work fine, but if you run into problems there's a dev branch in the github repo with some updates - but you'd have to compile the dll yourself. Im using the preview version with Rainmeter 4.5.16.2687 and MediaMonkey 5.0.4, which are the respective latest non-preview version...
by TIV73
Fri Aug 19, 2022 4:51 am
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: Autotagging fails for albums with fewer than 3 tracks
Replies: 3
Views: 1031

Autotagging fails for albums with fewer than 3 tracks

Hi, I'm using a custom autotagger to tag tracks, and starting with revision 2659 albums with fewer than 3 tracks are unable to be tagged. It's not that there is an exception or something, the lookup simply fails without calling any of the tagger functions. Is there anything that changed in terms of ...
by TIV73
Thu May 26, 2022 2:43 am
Forum: Need Help with MMW5 Addons?
Topic: Code Monkey - A customizable dark skin inspired by Visual Studio
Replies: 71
Views: 28386

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

Heads up, with the release of MediaMonkey 5.0.3 I also just submitted version 3.0.59 to the addon gallery and tagged it as stable release on github . The new version now adds an additional display size between normal and large, and uses the new squeezeWindowContent progress bar introduced in MM 5.0....
by TIV73
Wed Apr 27, 2022 5:15 pm
Forum: Need Help - MMW5
Topic: Issues sending files to smb share
Replies: 6
Views: 634

Re: Issues sending files to smb share

You may have added it manually as a Sync location at some point. It would be the SMB Share as it's listed under Storage and Services. Yeah, exactly. I added the share to the Folders > Network node and then manually created a sync location from that, thinking that smb shares are valid sync targets. ...
by TIV73
Wed Apr 27, 2022 5:09 pm
Forum: Need Help - MMW5
Topic: Issues sending files to smb share
Replies: 6
Views: 634

Re: Issues sending files to smb share

Wonder why it made you think? Maybe our bad wording? I wouldn't think too deeply about it, it's just user error. I assumed that you could define generic external storage locations (external as in not part of the mm library) like local folders or network shares as sync target. Clearly that's not the...
by TIV73
Tue Apr 26, 2022 1:02 pm
Forum: Need Help - MMW5
Topic: Issues sending files to smb share
Replies: 6
Views: 634

Re: Issues sending files to smb share

Ah, alright. That makes sense if mediamonkey recognizes the share as dlna server. Copy-pasting the files to the media tree indeed works. Thanks for clarifying that! Out of curiosity - is there a way to control how sync targets are being classified? The location where I'm trying to upload the tracks ...