Search found 223 matches
- Fri Feb 28, 2025 8:21 pm
- Forum: Beta testing, bugs, and feature requests - MMW 2024
- Topic: Bonjour appears to be installed by MM2024
- Replies: 2
- Views: 889
Re: Bonjour appears to be installed by MM2024
I guess that happens by some other process/application on your system, it's not installed on my systems.
- Sun Feb 23, 2025 12:11 pm
- Forum: Beta testing, bugs, and feature requests - MMW 2024
- Topic: MM Hanging at splash screen [#21491]
- Replies: 22
- Views: 4547
Re: MM Hanging at splash screen
I am doing the debug logs today, made multiply debugs log for diffrent behaivors during startup. Will upload them to ticket today.
- Sat Feb 22, 2025 6:16 pm
- Forum: Beta testing, bugs, and feature requests - MMW 2024
- Topic: MM Hanging at splash screen [#21491]
- Replies: 22
- Views: 4547
Re: MM Hanging at splash screen
Installed v3108, and speed is still slow, when splash screen hangs takes up to 10min to start MediaMonkey, and is unworkable.
Sometimes it does startup, but still is slow and can't use it.
No time at the moment to make debug log.
Sometimes it does startup, but still is slow and can't use it.
No time at the moment to make debug log.
- Fri Feb 21, 2025 8:07 am
- Forum: Beta testing, bugs, and feature requests - MMW 2024
- Topic: Can't able to launch MediaMonkey!
- Replies: 26
- Views: 5071
Re: Can't able to launch MediaMonkey!
I agree, have mm blocked 100% to allow lan/internet access on some machines, and it works like a charm. (ofcouse mm can't access lan on internet and do such things, but mm does not need internet/lan access to start up.)monkeyfan1970 wrote: ↑Fri Feb 21, 2025 1:37 am However this particular issue has nothing to do with firewall.
- Tue Feb 18, 2025 12:56 pm
- Forum: Beta testing, bugs, and feature requests - MMW 2024
- Topic: MM Hanging at splash screen [#21491]
- Replies: 22
- Views: 4547
Re: MM Hanging at splash screen
Have skilled v3106 and just installed v3107 First startup took, about 1minute before splash screen popuped up. Then took about 10min before mediamonkey showed up. Mediamonkey was very slow to react to things, so almost unresponsive. After exit with taskmanager. MediaMonkey started fast. But still ...
- Tue Feb 18, 2025 8:00 am
- Forum: Beta testing, bugs, and feature requests - MMW 2024
- Topic: MM Hanging at splash screen [#21491]
- Replies: 22
- Views: 4547
Re: MM Hanging at splash screen
They have added both topics/tickets it to there bugtracker https://www.ventismedia.com/mantis/view.php?id=21491
Hope they have read my comment about the error 0 value, in monkeyfan1970 toptic.
Hope they have read my comment about the error 0 value, in monkeyfan1970 toptic.
- Mon Feb 17, 2025 1:15 pm
- Forum: Beta testing, bugs, and feature requests - MMW 2024
- Topic: Can't able to launch MediaMonkey!
- Replies: 26
- Views: 5071
Re: Can't able to launch MediaMonkey!
Is btw Notion from the certificate makenotion.com the same as notion.com?
For me notion.com is on a malware blacklist, so i cannot access the site.
For me notion.com is on a malware blacklist, so i cannot access the site.
- Mon Feb 17, 2025 10:20 am
- Forum: Beta testing, bugs, and feature requests - MMW 2024
- Topic: Can't able to launch MediaMonkey!
- Replies: 26
- Views: 5071
Re: Can't able to launch MediaMonkey!
At dev's WSALookupServiceBegin failed with: 0 Is 0 the actual error code? Or is there something wrong with getting the real error code? For me usually 0 mean succes. So the returning error code does not seem right for me. If there is an error that in that part of the code, to retrieve to real error ...
- Sun Feb 02, 2025 10:37 am
- Forum: Need Help - MMW
- Topic: popups in my way
- Replies: 3
- Views: 607
Re: popups in my way
Got a printscreen of the popup?
- Thu Jan 30, 2025 6:54 pm
- Forum: Need Help - MMW
- Topic: ¿Id MM5 GUI a web page?
- Replies: 3
- Views: 752
Re: ¿Id MM5 GUI a web page?
Perhaps the sequence of pressing key commands fast after eachother can be improved on? var isWebPageLoaded = await KeyController.WaitForPageToBeLoaded(dependsOnPage, timeoutInMilliseconds, checkIntervalInMilliseconds); if (isWebPageLoaded ) { KeyController.PressKey(Key); } or something like that ...
- Wed Jan 29, 2025 4:02 pm
- Forum: Beta testing, bugs, and feature requests - MMW 2024
- Topic: [Req] Feature to migrate settings and database to new pc
- Replies: 18
- Views: 4121
Re: [Req] Feature to migrate settings and database to new pc
Diving in a little deeper, while i let MM gerenerate albums/thumbnails etc from Library, and not considering there is more info in those folder then it looked like. https://www.mediamonkey.com/forum/viewtopic.php?t=107409 Also an other reason to backup your all VideoThumbnails\ImageCache\Playlist ...
- Wed Jan 29, 2025 3:59 pm
- Forum: Need Help - MMW
- Topic: Artwork Lookup MM v2024.0.0.3082
- Replies: 5
- Views: 1184
Re: Artwork Lookup MM v2024.0.0.3082
This can happen if MM is blocked in a firewall. The default windows firewall will allow the connections. If you have any 3th party firewall that could block it, if so check that.
- Mon Jan 27, 2025 4:24 pm
- Forum: Need Help - MMW
- Topic: 'Playing' list
- Replies: 1
- Views: 375
Re: 'Playing' list
Go to options, "Player", Look at "Default 'play now action". Set it to "Clear list & play selected + subsequent".
I guess the setting now is on: "play selected files only"
I guess the setting now is on: "play selected files only"
- Sun Jan 26, 2025 5:58 pm
- Forum: Need Help with MMW Addons?
- Topic: Where do I get the latest sqlite3mmext.dll?
- Replies: 1
- Views: 1729
Re: Where do I get the latest sqlite3mmext.dll?
Don't know attachement here is still up to date, could not find anything else: https://www.ventismedia.com/mantis/view.php?id=11083
- Sun Jan 26, 2025 5:25 pm
- Forum: Need Help - MMW
- Topic: How is the drive serial number generated in the MM DB?
- Replies: 4
- Views: 585
Re: How is the drive serial number generated in the MM DB?
My network drive id for W: Run as non-adminstrator, as admin has not your user network shares, if it is depended on a network share. PS C:\Users\User> Get-CimInstance Win32_LogicalDisk | Where-Object { $_.DeviceID -eq 'W:' } | Select-Object VolumeSerialNumber VolumeSerialNumber ...