Search found 5112 matches

by Ludek
Mon Jan 12, 2026 10:57 am
Forum: Need Help - MMW
Topic: MM2024 crashing while scanning library
Replies: 7
Views: 567

Re: MM2024 crashing while scanning library

Hi, analyzing the log and I see that there are exceptions while reading tag from certain FLAC files, like: L:\Music\The Collection\Various Artists\Dick Clark\Dick Clark's #1's 50s To 70s 'When AM Radio Was King\Vol 6 [flac]\09 Bo Donaldson & The Heywoods - Billy, Don't Be A Hero.flac L:\Music\The ...
by Ludek
Mon Jan 05, 2026 10:39 am
Forum: Need Help - MMW
Topic: Large number of Lyric(xxxx).txt file in Temp directory
Replies: 3
Views: 587

Re: Large number of Lyric(xxxx).txt file in Temp directory

Hi,
lyrics temp files are cleared at the end of each sync, and MediaMonkey creates them with '.lrc' extensions,
are you sure that the mentioned .txt files are from MediaMonkey sync? Do the timestamps corresponds?
by Ludek
Mon Jan 05, 2026 10:30 am
Forum: Beta testing, bugs, and feature requests - MMW 2024
Topic: Application Error with Build 3184
Replies: 15
Views: 1242

Re: Application Error with Build 3184

Hi,
I think I know why the exception happened, will be fixed in the next build 3201.

Thanks for reporting!
by Ludek
Mon Dec 22, 2025 12:01 pm
Forum: Need Help - MMW
Topic: Connecting to OneDrive to create new library [#21905]
Replies: 2
Views: 626

Re: Connecting to OneDrive to create new library

Thanks for reporting, I logged off my OneDrive account, ogged in again and I am now getting the same error,
to be fixed as https://www.ventismedia.com/mantis/view.php?id=21905

This issue is new to the version 2024.2 , works fine with 2024.1
So workaround is to log in using previous version 2024.1
by Ludek
Mon Nov 24, 2025 10:47 am
Forum: Need Help - MMW
Topic: How to force Sync??
Replies: 17
Views: 2477

Re: How to force Sync??

Hi,
if you go to 'Devices & Services' node and click '(show all)' to show all profiles and then scroll down, is your device there as 'Disabled' ?
by Ludek
Thu Nov 20, 2025 4:54 pm
Forum: Beta testing, bugs, and feature requests - MMW 2024
Topic: MM Hanging at splash screen [#21491]
Replies: 74
Views: 58822

Re: MM Hanging at splash screen [#21491]

Hi,
please test build 3178 posted today: https://www.mediamonkey.com/forum/viewt ... 51#p530451
There is a fix for this issue..

Thanks!
by Ludek
Wed Oct 29, 2025 9:00 am
Forum: Beta testing, bugs, and feature requests - MMW 2024
Topic: Statistics about music collection
Replies: 7
Views: 6570

Re: Statistics about music collection

The built-in statistics report is already written as separate addon, see [MediaMonkey install folder]/scripts/statistics/ where you can adjust the current code and publish it as another addon ;-)
by Ludek
Mon Oct 20, 2025 3:26 pm
Forum: Beta testing, bugs, and feature requests - MMW 2024
Topic: Out of memory with build 3171
Replies: 3
Views: 1538

Re: Out of memory with build 3171

Thanks, analyzing now..
Seeing it submitted as "[Ticket #14100] Out of Memory with 3171"
by Ludek
Fri Sep 19, 2025 8:03 am
Forum: Need Help with MMW Addons?
Topic: Minilyrics support?
Replies: 53
Views: 60041

Re: Minilyrics support?

FYI: Preview undock https://www.ventismedia.com/mantis/view.php?id=20428 and synced lyrics support is already implemented, will be in the next version (2026)
by Ludek
Fri Sep 19, 2025 7:31 am
Forum: MediaMonkey for Windows developer forum
Topic: Need Skinning Help
Replies: 8
Views: 17807

Re: Need Skinning Help

Hi, sorry for late reply, I noticed this post now and tried to analyzing, but your DropBox folder is already empty.. The crash A14A7908 is Uncaught Error: "Cannot set properties of null (setting 'innerHTML')" TypeError: Cannot set properties of null (setting 'innerHTML') at updateTimeDisplay (file ...
by Ludek
Tue Sep 09, 2025 6:50 am
Forum: Beta testing, bugs, and feature requests - MMW 2024
Topic: Original date field is not deleted if the tag is deleted externally. [#21759]
Replies: 13
Views: 6196

Re: Original date field is not deleted if the tag is deleted externally. [#21759]

The issue is that for MP3 the 'Original date' is written as both ID3FID_ORIGRELEASETIME ID3FID_ORIGYEAR And if the ID3FID_ORIGYEAR is removed in the MP3Tag then ID3FID_ORIGRELEASETIME still remains to read the value from.. So there is no issue, user needs to remove both ID3FID_ORIGRELEASETIME and ...