Search found 229 matches

by TIV73
Tue Apr 27, 2021 3:18 pm
Forum: Need Help - MMW5
Topic: Media Keys Media Popup
Replies: 2
Views: 630

Re: Media Keys Media Popup

In the meantime have a look at this app , which hides the window that displays the information. The media keys still work as before, but the popup is hidden. The only downside, if you want to see it as one, is that this works on system level, so you can't selectively hide it for one app but display ...
by TIV73
Tue Apr 27, 2021 3:05 pm
Forum: Need Help with MMW5 Addons?
Topic: Code Monkey - A customizable dark skin inspired by Visual Studio
Replies: 71
Views: 25731

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

Orange would probably work as well. https://i.imgur.com/u3Zss2e.png Switching out the base colors is easy enough, but it gets a little more tricky when you start doing modifiers like desaturate, mix, fade, or stuff like that. Still, if there was a way to swap out variables in skins based on user set...
by TIV73
Sat Apr 24, 2021 4:25 am
Forum: Need Help with MMW5 Addons?
Topic: Code Monkey - A customizable dark skin inspired by Visual Studio
Replies: 71
Views: 25731

Code Monkey - A customizable dark skin inspired by Visual Studio

Imagine the fuzzy feeling of listening to your favorite music and dozing off in a lush 008000 meadow, leaning against an 808000 tree, while the warm, ffa500 sun is gently smiling down on you and slowly turns the 007fff sky into a vivid dc143c . Science said it couldn't be done, but through the wonde...
by TIV73
Fri Feb 26, 2021 3:46 pm
Forum: MediaMonkey 5 developer forum
Topic: Providing multiple auto-tag results
Replies: 3
Views: 2357

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...
by TIV73
Thu Feb 25, 2021 4:52 am
Forum: MediaMonkey 5 developer forum
Topic: Providing multiple auto-tag results
Replies: 3
Views: 2357

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...
by TIV73
Wed Feb 17, 2021 11:57 am
Forum: MediaMonkey 5 developer forum
Topic: Currently played info to file
Replies: 3
Views: 2264

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...
by TIV73
Tue Jan 05, 2021 4:19 pm
Forum: MediaMonkey 5 developer forum
Topic: How to automatically build and publish your addon
Replies: 1
Views: 1694

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...
by TIV73
Mon Jan 04, 2021 3:17 pm
Forum: MediaMonkey 5 developer forum
Topic: MM addon licensing
Replies: 3
Views: 1460

Re: MM addon licensing

That clarifies a lot of things, thanks for the information!
by TIV73
Sat Jan 02, 2021 5:49 pm
Forum: MediaMonkey 5 developer forum
Topic: Support for license.md files [#17325]
Replies: 1
Views: 1621

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...
by TIV73
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: 22
Views: 4642

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...
by TIV73
Sat Dec 26, 2020 10:52 am
Forum: MediaMonkey 5 developer forum
Topic: MM addon licensing
Replies: 3
Views: 1460

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...
by TIV73
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: 22
Views: 4642

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...
by TIV73
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: 4986

Re: MM5 window extends into other monitors when maximized [#16804]

drakinite wrote: Sun Dec 20, 2020 6:24 pm Do you see it on Discord? [..]
Yeah, it has been a known issue with discord for a while that still happens in its current version of the desktop app.
by TIV73
Mon Dec 14, 2020 4:36 pm
Forum: MediaMonkey 5 developer forum
Topic: Exception when using checkboxtrees [#17224]
Replies: 4
Views: 1721

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...
by TIV73
Mon Dec 14, 2020 10:44 am
Forum: MediaMonkey 5 developer forum
Topic: Exception when using checkboxtrees [#17224]
Replies: 4
Views: 1721

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=&qu...