Search found 3 matches

by lunch
Sat Aug 05, 2023 4:06 am
Forum: MediaMonkey 5 developer forum
Topic: New Addon
Replies: 1
Views: 2257

New Addon

I am trying to make a new addon. At the moment i try to understand the system and copied the following code from the developer website. // Execute when the window is ready window.whenReady(() => { uitools.toastMessage.show('Hello world!', { disableUndo: true }); }); So far ist everything ok, but the...
by lunch
Wed Aug 02, 2023 8:01 am
Forum: MediaMonkey 5 developer forum
Topic: Genre and Subgenre/Style
Replies: 1
Views: 1889

Genre and Subgenre/Style

Hi Does MM5 also make a difference between genre and subgenre. As far as I know Discogs has a difference of Genre and Style (e.g. Rock and Alternative Rock and so on). All Music has a similar structure as a few other music portals. Only MusicBrainz put all together. Is there something planned to exp...
by lunch
Sun Jun 18, 2023 9:27 am
Forum: MediaMonkey 5 developer forum
Topic: MM5 Database
Replies: 1
Views: 3214

MM5 Database

Hi

I am searching a description or list of the database structure.

I want to write a script to correct wrong entries in my db. But without a datamodel it will be difficult to modify the entries and the necessary relations.

Thanks
Wolfgang