Search found 417 matches

by fizzjob
Thu Nov 17, 2022 9:11 am
Forum: Need Help with MMW5 Addons?
Topic: SQL Editor 1.0.1
Replies: 53
Views: 27807

Re: SQL Editor 1.0.1

Barry4679 wrote: Wed Nov 16, 2022 8:46 am Install is by just overwriting the two files of the same name?
Correct - you don't even have to exit MM, it'll just pick it up automatically the next time you open the SQL Editor.
by fizzjob
Mon Nov 14, 2022 10:53 am
Forum: Need Help with MMW5 Addons?
Topic: SQL Editor 1.0.1
Replies: 53
Views: 27807

Re: SQL Editor 1.0.1

For my own purposes I have modified this script to allow for exporting of the query results to a tab-delimited file. I opted for tab-delimited because IMO tabs are less likely to be inside a field than other common delimiters like commas and semicolons. It also (theoretically) minimizes conflicts fr...
by fizzjob
Fri Jan 07, 2022 2:48 pm
Forum: Need Help with MMW5 Addons?
Topic: 3D Flow Album View for MM5 - Support & Beta Testing
Replies: 136
Views: 90517

Re: 3D Flow Album View for MM5 - Support

How is the sort order determined? In the old MonkeyFlow, IIRC, it went by Album Artist / Album Title, but this version just seems to have them in there randomly. I'm not complaining since I'm happy just to have it follow the currently playing song, just curious.
by fizzjob
Wed Nov 17, 2021 9:15 am
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: [REQ] Filter in Smart Playlist: Compare field with field
Replies: 14
Views: 2153

Re: [REQ] Filter in Smart Playlist: Compare field with field

Adding another supporting voice for this functionality.
by fizzjob
Fri Sep 10, 2021 11:11 am
Forum: Need Help with MMW5 Addons?
Topic: Is there a console we can use while developing addons?
Replies: 2
Views: 1637

Re: Is there a console we can use while developing addons?

I am trying to add musixmatch as a lyric source. Is there a console of some sorts that we can use while developing? I am trying to see if the right container containing the lyrics is getting grabbed. You can debug using Chrome's debugging tools (I had to do this to get the Genius source working). J...
by fizzjob
Thu Sep 09, 2021 11:30 am
Forum: Need Help with MMW5 Addons?
Topic: Genius Lyrics Source
Replies: 32
Views: 19182

Genius Lyrics Source

This will add genius.com as a lyric source to MM5.

https://www.mediamonkey.com/addons/brow ... ce-genius/

Thanks to drakinite & TIV73 for their patient assistance in getting this working and packaged.
by fizzjob
Fri Sep 03, 2021 3:37 pm
Forum: MediaMonkey 5 developer forum
Topic: Adding a lyric source
Replies: 30
Views: 7760

Re: Adding a lyric source

Congratulations on your first addon! Well, not my first , but my first for MM5. ;) Congrats; great work! However, before I can approve it: You forgot to fix that one error I pointed out earlier. The addon breaks when lyrics cannot be found, because you need to call requestNext() on line 16. :slight...
by fizzjob
Fri Sep 03, 2021 1:44 pm
Forum: MediaMonkey 5 developer forum
Topic: Adding a lyric source
Replies: 30
Views: 7760

Re: Adding a lyric source

Try this. - Create a new folder called lyricSourceDummy in [MM5 Installation directory]/Scripts/ - Clone or download the lyrics search dummy addon from this repo - Put all the files in the newly created folder. The path to your info.json should be [MM5 Installation directory]/Scripts/lyricSourceDum...
by fizzjob
Mon Aug 30, 2021 9:50 am
Forum: MediaMonkey 5 developer forum
Topic: Adding a lyric source
Replies: 30
Views: 7760

Re: Adding a lyric source

Yes. That doesn't seem to work, regardless of whether I put the folder in C:\Program Files (x86)\MediaMonkey 5\Scripts\lyricsSources\helpers or AppData\Roaming\MediaMonkey5\Scripts\lyricsSources\helpers. When I look at Chrome debugging, this is the generated .js file: (function () { /* 'This file i...
by fizzjob
Wed Aug 25, 2021 11:10 am
Forum: MediaMonkey 5 developer forum
Topic: Adding a lyric source
Replies: 30
Views: 7760

Re: Adding a lyric source

Ah, so I could create a folder - say "Scripts\lyricsSources\helpers\Genius" and then just have the Genius code inside its own lyricsSearch_add.js file?
by fizzjob
Mon Aug 23, 2021 2:09 pm
Forum: MediaMonkey 5 developer forum
Topic: Adding a lyric source
Replies: 30
Views: 7760

Re: Adding a lyric source

Yes, they can. For a quick reference, see this segment of the help guide: https://www.mediamonkey.com/wiki/Getting_Started_(Addons)#Adding_to_scripts And see the built-in "lyricsSources" addon located in Scripts/lyricsSources. You can use a similar layout to that addon, putting your code ...
by fizzjob
Mon Aug 16, 2021 3:10 pm
Forum: MediaMonkey 5 developer forum
Topic: Adding a lyric source
Replies: 30
Views: 7760

Re: Adding a lyric source

How would I go about packaging that? It would modify existing files, and I don't want to cause it to break anything for anybody else. Can lyrics sources be standalone files?
by fizzjob
Mon Aug 09, 2021 1:32 pm
Forum: MediaMonkey 5 developer forum
Topic: Adding a lyric source
Replies: 30
Views: 7760

Re: Adding a lyric source

Thanks, that got me pointed in the right direction. The following works to pull lyrics from Genius, at least for every track I've tried so far: var rGenius = new LyricsSource(); rGenius.onSuccess = function (html, xml) { var l = ''; var p = ''; try { l = html.split('Lyrics__Container')[2].split('&qu...
by fizzjob
Mon Jul 19, 2021 2:51 pm
Forum: MediaMonkey 5 developer forum
Topic: Adding a lyric source
Replies: 30
Views: 7760

Adding a lyric source

I'm trying to add Genius as a lyric source - I'm able to generate the URL properly but that's where I'm getting stuck. The URL is valid (I can copy and paste it into a browser and it works) but the NotifyWebReq(str) function is just bouncing back to LoadWebPageFailed() and I'm not really sure why. H...
by fizzjob
Fri May 28, 2021 8:03 am
Forum: Need Help with MMW5 Addons?
Topic: [REQ] MonkeyFlow 1.4
Replies: 29
Views: 7129

Re: [REQ] MonkeyFlow 1.4

drakinite wrote: Thu May 27, 2021 7:35 pm Could you elaborate what you mean? i.e., in what context is there text that you'd like to be able to customize?
MonkeyFlow could also (optionally) show the name of the artist and album:

Image