Search found 4957 matches

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: 505

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: 1077

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: 733

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: 560

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: 560

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...
by Ludek
Tue Feb 20, 2024 12:06 pm
Forum: MediaMonkey 5 developer forum
Topic: showing CUE files in library
Replies: 1
Views: 773

Re: showing CUE files in library

Hi, CUE support has been added in version 5.1, latest build here: https://www.mediamonkey.com/forum/viewtopic.php?f=6&t=86639&sd=d It shows in the library files that are part of the CUE, e.g. multiple instances of a single FLAC file with startTime/stopTime corresponding to individual parts i...
by Ludek
Tue Feb 20, 2024 11:54 am
Forum: Need Help - MMW5
Topic: Corrupted Database
Replies: 3
Views: 201

Re: Corrupted Database

Feel free to compress (zip/rar) and upload your database file (MM5.DB) to a free file hosting service (DropBox, RapidShare, FileDropper, MediaFire, ...) and share the link to the file with us for analyzing your database.

Attach the link to eSupport ticket: https://www.mediamonkey.com/support/
by Ludek
Tue Feb 20, 2024 11:40 am
Forum: Need Help - MMW5
Topic: Non-Progressive JPEG in Image Search
Replies: 2
Views: 236

Re: Non-Progressive JPEG in Image Search

Hi,
in MediaMonkey 5.1 there is a feature to convert artwork on syncing : https://www.ventismedia.com/mantis/view.php?id=18241

Latest build: https://www.mediamonkey.com/forum/viewt ... 86639&sd=d
by Ludek
Tue Feb 20, 2024 11:07 am
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: AppData\Local\Temp\WaveForms [#20605]
Replies: 15
Views: 1080

Re: AppData\Local\Temp\WaveForms

Good thing I checked! This is a defect. You should not be storing required data in Windows Temp. Please move this to %APPDATA%\Roaming\MediaMonkey5. This happens over and over. Feel free to change the MediaMonkey temporary directory location in Options > General > Temporary Directory The issue happ...
by Ludek
Tue Feb 20, 2024 11:02 am
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: [2832] Issues
Replies: 11
Views: 1077

Re: [2832] Issues

lindholm wrote: Tue Feb 13, 2024 9:21 pm Another crash, while it was idle

ID: 46B40000
Analyzing 46B40000 and it's crash inside Chromium, we are updating Chromium to the newest version for the next build so hopefully it will be fixed..
by Ludek
Mon Feb 19, 2024 11:57 am
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: recent issues with the "Artwork:lookup" function/link in MM5 ? [#20666]
Replies: 75
Views: 4414

Re: [2832] Image Lookup Search not returning results

Is this still issue for you?
Do you reside in EU? In that case you would need to accept the cookies approval dialog...

Feel free to generate debug log (item 4b here: https://www.mediamonkey.com/forum/viewt ... 30&t=86643 ) and attach to eSupport ticket..
by Ludek
Thu Feb 15, 2024 9:42 am
Forum: Need Help - MMW5
Topic: Poor support for OneDrive?
Replies: 1
Views: 190

Re: Poor support for OneDrive?

Hi, as for your questions see https://www.mediamonkey.com/wiki/index.php/WebHelp:Cloud_Services/5.0 It's recommended to use MediaMonkey to upload files to OneDrive as MediaMonkey creates its own database with the media file's tags. This metadata will be missing if you upload files to OneDrive outsid...
by Ludek
Fri Feb 09, 2024 11:21 am
Forum: Beta testing, bugs, and feature requests - MMW5
Topic: MM5 [2832] High CPU Usage
Replies: 28
Views: 1667

Re: MM5 [2832] High CPU Usage

Hi,  analyzing the log from [Ticket # 6805] and the high CPU usage is caused by intensive scanning of MediaMonkey media server by LG TV  (LGE WebOS TV LGE_DLNA_SDK) You can filter out this LG TV scanning in Options > Media Sharing > MediaMonkey Library > Clients tab and disable the TV there..