Search found 121 matches
- Fri Feb 26, 2021 3:46 pm
- Forum: MediaMonkey 5 developer forum
- Topic: Providing multiple auto-tag results
- Replies: 2
- Views: 254
Re: Providing multiple auto-tag results
Awesome, I appreciate it! One more thing - how does getDetailAsync work? From the documentation and samples I understand that it should implemented on each located track by the tagger so the framework can then call it to get all information about that track, but what should the method specifically d...
- Thu Feb 25, 2021 4:52 am
- Forum: MediaMonkey 5 developer forum
- Topic: Providing multiple auto-tag results
- Replies: 2
- Views: 254
Providing multiple auto-tag results
Hey there, I'm working on a auto-tag plugin for vgmdb . Everything is pretty much working as intended, but I'm stumped on how to include the functionality to populate the album dropdown with additional results if more than one were found (and subsequently act on it if the user selects one). From the...
- Wed Feb 17, 2021 11:57 am
- Forum: MediaMonkey 5 developer forum
- Topic: Currently played info to file
- Replies: 2
- Views: 562
Re: Currently played info to file
I actually needed something vaguely similar for debugging reasons a while ago and still had it lying around, so I figured I could just freshen it up a little, add some of the requested features, and publish it. The addon hooks into the event that fires whenever a track is changed, gets the details o...
- Tue Jan 05, 2021 4:19 pm
- Forum: MediaMonkey 5 developer forum
- Topic: How to automatically build and publish your addon
- Replies: 1
- Views: 126
How to automatically build and publish your addon
So, you just finished building your history-changing addon for MediaMonkey and are ready to share it with the world. The only thing left to do is to zip it and... HOLD ON ! Why should you , of all people, have to do that? Every keystroke that flows from your porcelain-like fingertips is a gift to th...
- Mon Jan 04, 2021 3:17 pm
- Forum: MediaMonkey 5 developer forum
- Topic: MM addon licensing
- Replies: 3
- Views: 221
Re: MM addon licensing
That clarifies a lot of things, thanks for the information!
- Sat Jan 02, 2021 5:49 pm
- Forum: MediaMonkey 5 developer forum
- Topic: Support for license.md files [#17325]
- Replies: 1
- Views: 132
Support for license.md files [#17325]
I just noticed that there is a neat feature that automatically displays the license text of an addon when it's installed if the addon root directory contains a license.txt file. Is it possible to expand this feature to also include license.md files? Since md files are just plain text files with a di...
- Sun Dec 27, 2020 5:43 am
- Forum: Beta testing, bugs, and feature requests - MMW5
- Topic: Right Click Pop-Ups Missing Right Hand and Lower Margin
- Replies: 19
- Views: 1585
Re: Right Click Pop-Ups Missing Right Hand and Lower Margin
Here you go. The video contains a recording of both of my screens. The right side with 125% scaling, the left side with 100%. If I open the properties window on the left monitor, the borders appear to be the same weight on all sides, as do the borders of the main window. After moving the window to t...
- Sat Dec 26, 2020 10:52 am
- Forum: MediaMonkey 5 developer forum
- Topic: MM addon licensing
- Replies: 3
- Views: 221
MM addon licensing
With the first release candidate available and the full release of MM5 on the horizon (fingers crossed), I was wondering about licensing and attribution for addons. Before I continue, I want to clarify that the developers of mediamonkey have shown nothing but support for the addon community in the l...
- Fri Dec 25, 2020 5:23 pm
- Forum: Beta testing, bugs, and feature requests - MMW5
- Topic: Right Click Pop-Ups Missing Right Hand and Lower Margin
- Replies: 19
- Views: 1585
Re: Right Click Pop-Ups Missing Right Hand and Lower Margin
Not sure if it's the same issue, a variant of it or a completely new one - today I noticed that the issue (using 2291) doesn't seem to be related to moving windows around, but rather to the scaling factor at which a window is created. If I open Mediamonkey on a screen with 1920x1080 and 100% scaling...
- Fri Dec 25, 2020 4:51 pm
- Forum: Beta testing, bugs, and feature requests - MMW5
- Topic: MM5 window extends into other monitors when maximized [#16804]
- Replies: 28
- Views: 1680
- Mon Dec 14, 2020 4:36 pm
- Forum: MediaMonkey 5 developer forum
- Topic: Exception when using checkboxtrees [#17224]
- Replies: 4
- Views: 164
Re: Exception when using checkboxtrees
I did not know that. In that case it's actually pure coincidence that I stumbled over this issue, I've been using this config.html file for at least two years now. :D Back then I didn't like the idea to write inline html code in a js file, so I put the html definition for the config panel into a sep...
- Mon Dec 14, 2020 10:44 am
- Forum: MediaMonkey 5 developer forum
- Topic: Exception when using checkboxtrees [#17224]
- Replies: 4
- Views: 164
Exception when using checkboxtrees [#17224]
Hi, using a checkboxtree element in an addons config panel causes a 'setVisibility can be called only on elements in DOM tree!' exception if the element is within the first div of the panel, e.g. <div data-id="pnlCollectionsRoot" class="padding fill flex column"> <div data-id="lvTreeView" class="fil...
- Fri Dec 04, 2020 3:38 pm
- Forum: MediaMonkey 5 developer forum
- Topic: autotag framework changes in 2276
- Replies: 1
- Views: 179
autotag framework changes in 2276
Hi, I recently upgraded to revision 2276 and noticed that the autotag framework behaves differently from before. If a tagger has set fingerprintingSupport to false, it seems like lookups immediately fail, with no methods of the tagger being called. Settings in the options menu, tagger properties oth...
- Sat Oct 17, 2020 2:24 pm
- Forum: Beta testing, bugs, and feature requests - MMW5
- Topic: GPM being discontinued in favor of YTM
- Replies: 25
- Views: 3051
Re: GPM being discontinued in favor of YTM
I agree that it should not be installed by default at this point, completely removing it would be a waste, though, as it can still be a valuable resource for people working on an extension. Maybe just including it in the samplescripts folder without actually shipping MM with the extension installed ...
- Sat Oct 10, 2020 1:18 am
- Forum: MediaMonkey 5 developer forum
- Topic: Devtools gone
- Replies: 3
- Views: 706
Re: Devtools gone
I just installed 2269 and, while the developer-mode flag is still not sticky, opening the devtools works again! Thanks a lot for the help!