Search found 965 matches

by drakinite
Thu Sep 28, 2023 12:45 am
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: [REQ] Floating lyrics Panel or Window
Replies: 22
Views: 4021

Re: [REQ] Floating lyrics Panel or Window

Hello drakinite, I got an idea for a way to make the Undock Panels remember the position. I am not sure if it would be possible. Is it possible to add X and Y position fields into the configure options of the Undock Panel Add-on? Much similar to how codemonkey skin has colour options for the skin. ...
by drakinite
Mon Sep 25, 2023 10:51 pm
Forum: Need Help with MMW5 Addons?
Topic: Funky Missing Artwork Add On, where is it?
Replies: 4
Views: 3079

Re: Funky Missing Artwork Add On, where is it?

Oh, I think we should clarify that Funky Missing Artwork only works on the Grid (by Album) and Artist Grid views. The artwork panel still shows the default "album missing" icon even with Funky Missing Artwork installed.
by drakinite
Thu Sep 21, 2023 5:09 pm
Forum: MediaMonkey 5 developer forum
Topic: extendedTagsShort truncated to 400 characters?
Replies: 2
Views: 2123

Re: extendedTagsShort truncated to 400 characters?

Actually, if you're dealing with a bunch of tracks in a tracklist, Promise.all() makes the most sense, because you can't do async functions inside a read lock callback (note to self: add that to the docs) . Here's a sample: (async () => { let promises = []; fastForEach(t, (track) => { promises.push(...
by drakinite
Thu Sep 21, 2023 4:51 pm
Forum: MediaMonkey 5 developer forum
Topic: extendedTagsShort truncated to 400 characters?
Replies: 2
Views: 2123

Re: extendedTagsShort truncated to 400 characters?

You will need to use getExtendedTagsAsync() to get the full extendedTags field. Here's a more detailed explanation for why that is the case: https://www.mediamonkey.com/forum/viewtopic.php?p=513120#p513120 and https://www.mediamonkey.com/forum/viewtopic.php?p=513124#p513124 If you don't want to re-r...
by drakinite
Wed Sep 20, 2023 12:30 am
Forum: MediaMonkey 5 developer forum
Topic: Reading Downloaded Lyrics in MMW5
Replies: 4
Views: 1916

Re: Reading Downloaded Lyrics in MMW5

The long explanation is that each Track object also has a value for internal use, "longTextLoaded", which is enabled after the track has loaded all the long text values. So if you run any one of the three async functions (getCommentAsync, getLyricsAsync, getExtendedTagsAsync) it'll actuall...
by drakinite
Tue Sep 19, 2023 11:18 pm
Forum: MediaMonkey 5 developer forum
Topic: Reading Downloaded Lyrics in MMW5
Replies: 4
Views: 1916

Re: Reading Downloaded Lyrics in MMW5

Sorry about the unhelpful API docs - We're currently in the process of migrating them to Typedoc, which includes ALL accessible properties and methods, even those which don't have any jsdoc/tsdoc comments explicitly written. I see the docs comments for lyrics and comment is lacking, so I'll work on ...
by drakinite
Sun Sep 17, 2023 10:54 pm
Forum: Need Help with MMW5 Addons?
Topic: 3D Flow Album View for MM5 - Support & Beta Testing
Replies: 136
Views: 95045

Re: 3D Flow Album View for MM5 - Support & Beta Testing

I'm afraid I don't quite follow. What do you mean by node? I did look at your link and I confess I didn't understand anything. Linux documentation from 20 years ago seems clearer :) What is a node, which nodes show the 3d flow, which don't, why. and where (if anywhere at all) is any of this documen...
by drakinite
Sun Sep 17, 2023 10:51 pm
Forum: Need Help with MMW5 Addons?
Topic: 3D Flow Album View for MM5 - Support & Beta Testing
Replies: 136
Views: 95045

Re: 3D Flow Album View for MM5 - Support & Beta Testing

Hello, I recently switched from mm4 to mm5 I'm really enjoying all the upgrades and features. One thing I did notice with this addon is the sorting works in the full view of 3D album flow but in the view I use (browser view) the album images are listed in alphabetical order and I prefer to list the...
by drakinite
Sun Sep 17, 2023 10:49 pm
Forum: Need Help with MMW5 Addons?
Topic: 3D Flow Album View for MM5 - Support & Beta Testing
Replies: 136
Views: 95045

Re: 3D Flow Album View for MM5 - Support & Beta Testing

Hey, sorry to everyone for the delay. Is there any news regarding the arrow keys not working, Drakinite? By now I also found that my MultiMedia Remote is not working as well because of this. So I would really be interested in a workaround or some such or even better some fix to get it back to work :...
by drakinite
Thu Sep 07, 2023 10:34 pm
Forum: Need Help with MMW5 Addons?
Topic: SQL editor addon usage?
Replies: 7
Views: 2957

Re: SQL editor addon usage?

ah, that'd definitely do it, good catch! I forgot about checking the addon, but I'll bet that was put in to prevent the rendering from taking too long, because rendering 1000 rows with all of the columns from Songs takes quite a long time; and if you have a database of 100,000 tracks, it would get i...
by drakinite
Thu Sep 07, 2023 3:46 pm
Forum: Need Help - MMW5
Topic: SEND TO behavior [#17481]
Replies: 4
Views: 1544

Re: SEND TO behavior [#17481]

Many apologies, this issue slipped through the cracks and I never uploaded the addon to mediamonkey.com/addons, even though it's been available in the SampleScripts folder inside the MM install folder for a few years. It's now available online here: https://www.mediamonkey.com/addons/browse/item/sen...
by drakinite
Tue Sep 05, 2023 5:55 pm
Forum: Alpha testing, bugs, and feature requests (MM Server)
Topic: Quick start info?
Replies: 21
Views: 15165

Re: Quick start info?

Definitely a good idea to test first before buying hardware for it. I wouldn't really recommend buying hardware dedicated to MediaMonkeyServer just yet, since it's still quite unstable and we (dev team) are putting most of our focus on MMW. (Also, we don't have a timeline yet for when MMS will get m...
by drakinite
Tue Sep 05, 2023 5:46 pm
Forum: Need Help with MMW5 Addons?
Topic: Copy and Swap Fields 1.0.1 [#20211]
Replies: 9
Views: 3425

Re: Copy and Swap Fields 1.0.1 [#20211]

I just attempted to reproduce the issue on the MM 5.0.0 release and hovering over "Edit tags -> Copy field to field" didn't cause a crash, so I'm not sure if it's a version compatibility issue. If the crash still occurs after installing the latest MM 5.1 beta, please let me know what node ...
by drakinite
Mon Sep 04, 2023 12:43 pm
Forum: Alpha testing, bugs, and feature requests (MM Server)
Topic: Quick start info?
Replies: 21
Views: 15165

Re: Quick start info?

For the MediaMonkey Server executable that's released on the alpha testing thread (https://www.mediamonkey.com/forum/viewtopic.php?p=493497#p493497), just download and extract it, then just run the "mms" executable. It shouldn't matter which distribution of linux you're running since I thi...
by drakinite
Sun Sep 03, 2023 9:57 pm
Forum: Alpha testing, bugs, and feature requests (MM Server)
Topic: Quick start info?
Replies: 21
Views: 15165

Re: Quick start info?

Im still looking to get this server but im not sure where the info on how to compile/install linux is located It's pretty open-ended in terms of what OS to install, but I understand that can be quite challenging. I'm sure there are more user-friendly solutions out there, but what I've personally do...