Search found 4981 matches

by Ludek
Wed Mar 06, 2024 12:05 pm
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: Modified track not re-synced to device
Replies: 11
Views: 720

Re: Modified track not re-synced to device

So changing the bitrate or duration of a track will definitely cause an edited track to update during a sync. But if I do something like change volume levels or EQ of a track then it won't update the new version onto my device. OK, but I suppose that you are doing these edits in another app and aft...
by Ludek
Tue Mar 05, 2024 4:07 pm
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: Album art not showing correctly on MediaMonkey Beta [#20686]
Replies: 21
Views: 1347

Re: Album art not showing correctly on MediaMonkey Beta

In both cases I haven't touched any configuration at all. I just simply scan the folder. In version 5.0.4.2693, it seems that it takes the cover metadata from the first track and uses it as folder cover. In version 5.1.0.2832, it takes whatever it comes first (booklets, disks, back covers, etc.), I...
by Ludek
Tue Mar 05, 2024 12:30 pm
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: Application Error
Replies: 1
Views: 287

Re: Application Error

FYI: It's enough to submit the ticket and you will get private reply there...
by Ludek
Tue Mar 05, 2024 12:18 pm
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: Modified track not re-synced to device
Replies: 11
Views: 720

Re: Modified track not re-synced to device

FYI: This may be related to https://www.ventismedia.com/mantis/view.php?id=14676

There is new option:
[.. ] Force files to resync whenever the source file has changed (slower)
but disabled by default (Sync profile > Tagging)
by Ludek
Mon Mar 04, 2024 8:31 am
Forum: Need help (mma)
Topic: Not supported by receiver
Replies: 9
Views: 1169

Re: Not supported by receiver

Hi,
I don't see a reason why the release version should work differently against the debug..
Anyhow if the debug does not work then debug log generated using DbgView (item 4B here: https://www.mediamonkey.com/forum/viewt ... 30&t=86643 ) should shed some lights on it..
by Ludek
Tue Feb 27, 2024 1:27 pm
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: [REQ] don't have artwork/image lookup take over the active window [#20676]
Replies: 11
Views: 1046

Re: [REQ] don't have artwork/image lookup take over the active window

Thanks for the updated info, BTW could you please test which of the metadata lookup options is causing the issue?
by Ludek
Mon Feb 26, 2024 12:35 pm
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: To coorect album name [#20674]
Replies: 7
Views: 677

Re: To coorect album name

MediaMonkey has a bug where a change, which only changes capitalisation of an Album name, does not update the Album table in their database.
How exactly are you renaming the album, I can't seem to replicate the issue :-/
by Ludek
Mon Feb 26, 2024 12:22 pm
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: [2832] Issues
Replies: 11
Views: 1203

Re: [2832] Issues

lindholm wrote: Thu Feb 22, 2024 9:49 pm A new one:

ID: CB7D0000
This seems a crash in out_WASAPI.dll plugin, I've re-sent to colleague responsible for the plugin, thx
by Ludek
Mon Feb 26, 2024 12:18 pm
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: New Windows store Apple apps replacing iTunes [#19717]
Replies: 5
Views: 1169

Re: New Windows store Apple apps replacing iTunes [#19717]

PaulFrame85 wrote: Wed Feb 21, 2024 11:58 am .. how do I sync my library between MMW5 and the Android app?
For the sync with Android devices see: https://www.mediamonkey.com/wiki/WebHel ... device/5.0
by Ludek
Tue Feb 20, 2024 2:29 pm
Forum: MediaMonkey 5 developer forum
Topic: Help for addon - display "track contained in playlists" directly
Replies: 3
Views: 956

Re: Help for addon - display "track contained in playlists" directly

OK, redefining the window.uitools.tracklistFieldDefs.title.shortcutFunc like this window.uitools.tracklistFieldDefs.title.shortcutFunc = function (item, shortcutID) { let list = app.playlists.getPlaylistsForTrackAsync(item); list.whenLoaded().then(() => { let retArray = []; list.locked(function () {...
by Ludek
Tue Feb 20, 2024 1:20 pm
Forum: MediaMonkey 5 developer forum
Topic: Help for addon - display "track contained in playlists" directly
Replies: 3
Views: 956

Re: Help for addon - display "track contained in playlists" directly

Hi, you can get inspired by showLinks addon https://www.mediamonkey.com/addons/browse/item/show-links/ and in \Scripts\showLinks\controls\trackListView_add.js you could use getFindMoreFromSameMenuPlaylist (from uitools.js) in the body of TrackListView.prototype.getShortcutContextMenu to get the list...