MediaMonkey 5 for Debian / Linux

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: MediaMonkey 5 for Debian / Linux

Re: MediaMonkey 5 for Debian / Linux

by Kodijack » Mon Mar 09, 2026 7:19 pm

Denton wrote: Sat Feb 21, 2026 6:48 pm I expect that the current issue is simply a missing font. Does anyone know which fonts MediaMonkey requires?
Try winetricks corefonts. That should do it.

I have MM running (CachyOS, so Arch not Debian. Portable install (first freshly, then overwrote it with my win10-version), remote database). But after a LOT of tinkering to make it work it's not really smooth UI-wise. It's slow, sluggish and laggy. But at least it works somehow reliably.

Not sure how strict wine on Debian is with global hotkeys, but in case someone would like to actually control playback, i made this tiny "remote control":

Code: Select all

#!/usr/bin/env python3
# ~/.local/bin/mm
import sys, json, urllib.request, websocket

actions = {
    "play":  "app.player.playPauseAsync()",
    "next":  "app.player.nextAsync()",
    "prev":  "app.player.prevAsync()",
}

ws_url = json.loads(urllib.request.urlopen("http://localhost:9222/json/list").read())[0]['webSocketDebuggerUrl']
ws = websocket.create_connection(ws_url)
ws.send(json.dumps({"id":1,"method":"Runtime.evaluate","params":{"expression":actions[sys.argv[1]]}}))
ws.close()   
It could simply be called with play/next/prev as argument. If it's stupid but it works, it ain't completely stupid :-)

Re: MediaMonkey 5 for Debian / Linux

by SeigneurAo » Thu Mar 05, 2026 6:55 pm

Denton wrote: Sat Feb 28, 2026 4:04 pm
SeigneurAo wrote: Thu Feb 26, 2026 3:26 pm I've not yet made the switch to Linux. I saw several people, both here and on social medias, report that they weren't able to get MM working, whatever they tried, so I'm just pushing back for as long as I can, since there's no realistic way to either make MM work or find a decent replacement.
I know that I'm just a sample size of one, but I have MediaMonkey running at nearly 100% functionality on Manjaro Linux. So I can tell you that it is possible.
Thanks for the feedback, I'll look into Bottles when the time comes.

Re: MediaMonkey 5 for Debian / Linux

by Denton » Sat Feb 28, 2026 4:04 pm

SeigneurAo wrote: Thu Feb 26, 2026 3:26 pm I've not yet made the switch to Linux. I saw several people, both here and on social medias, report that they weren't able to get MM working, whatever they tried, so I'm just pushing back for as long as I can, since there's no realistic way to either make MM work or find a decent replacement.
I know that I'm just a sample size of one, but I have MediaMonkey running at nearly 100% functionality on Manjaro Linux. So I can tell you that it is possible.

Re: MediaMonkey 5 for Debian / Linux

by SeigneurAo » Thu Feb 26, 2026 3:26 pm

Peke wrote: Mon Feb 16, 2026 8:14 pm
SeigneurAo wrote: Mon Feb 16, 2026 9:21 am Please, if you could make this happen before Win10 ends its extended support, it would save a lot of people a lot of pain.
Delphi Linux compiler and some libraries are not is not yet fully stable on Linux, but they are getting close, but I doubt it will be till Win10 extended support ends. Also I really wonder why updates do not work on normal version, but still work when you pay for extended support and no system files have been changed.
Oh I haven't paid a time. There was a period of time during which you could enroll for a 1-year extended support for free, and I grabbed it happily.
Peke wrote: Mon Feb 16, 2026 8:14 pm
SeigneurAo wrote: Mon Feb 16, 2026 9:21 am Long time gold subscriber here, future Linux user (I'm not switching to Win11 ever). I have installed Clementine as a tentative replacement, but it doesn't come any close to the level of functionality MM offers, not by a mile, and the other audio managers I've tried are even worse.
If you ahve issues with playback try switching Output plugin to WAVE OUT and see if that fixes your problem.
I've not yet made the switch to Linux. I saw several people, both here and on social medias, report that they weren't able to get MM working, whatever they tried, so I'm just pushing back for as long as I can, since there's no realistic way to either make MM work or find a decent replacement.

Re: MediaMonkey 5 for Debian / Linux

by Denton » Sat Feb 21, 2026 6:48 pm

I have tried Bottles and have been unsuccessful in getting MediaMonkey to work there.

I expect that the current issue is simply a missing font. Does anyone know which fonts MediaMonkey requires?


Edit:

Never mind, I installed Arial, Courier, and Times. One of the three was it. Looks like we're all good now.

In fact, it fixed the problem that I was having with input fields being too small to read. Happy day.

Re: MediaMonkey 5 for Debian / Linux

by Bakoes » Sat Feb 21, 2026 6:12 pm

It might be because of Wine.

Disclaimer, I have no experience with Linux or Wine.
But I read that you can change settings in Wine.
Maybe that would help...
But an update of Wine could mess up your software again...

Therefor it's better to use "Bottles" of "Wine". :lol:
With Bottles you also use Wine for every software and it's settings stay the same,
just as if your software would be inside it's own bottle.

So Wine updates won't change what's already "bottled".
If I remember correctly :wink:

Re: MediaMonkey 5 for Debian / Linux

by BenRad » Sat Feb 21, 2026 5:50 pm

ooof, my apologies, but I appreciate the troubleshooting. I tried portable and local and both times the GUI did this.

Re: MediaMonkey 5 for Debian / Linux

by Denton » Sat Feb 21, 2026 4:12 pm

BenRad wrote: Sat Feb 21, 2026 3:40 pm I thought I'd give Ubuntu and Wine a try again and see if I could get MM 5 running. I am able to install and start it up, but no text appears in the UI. Menus show icons, but no text. I am able to get into Options, where I can see text. I've tried all the different skins, along with disabling hardware acceleration. Using Ubuntu 25.10 and Wine 11.
Has anyone seen this behavior?
Did you do a portable installation? That seems to work better for me than the normal install.


Well... I wiped my installation and did a fresh install of the latest version to see if that fixed the problems that I'm seeing. Now I can't see any text either.

I wiped that install and rolled back to the version I was previously on and have the same problem.

I guess we're back to square one.

Re: MediaMonkey 5 for Debian / Linux

by BenRad » Sat Feb 21, 2026 3:40 pm

I thought I'd give Ubuntu and Wine a try again and see if I could get MM 5 running. I am able to install and start it up, but no text appears in the UI. Menus show icons, but no text. I am able to get into Options, where I can see text. I've tried all the different skins, along with disabling hardware acceleration. Using Ubuntu 25.10 and Wine 11.
Has anyone seen this behavior?

Re: MediaMonkey 5 for Debian / Linux

by Denton » Wed Feb 18, 2026 9:12 pm

Peke wrote: Mon Feb 16, 2026 8:14 pm
Denton wrote: Sun Feb 15, 2026 6:09 pm The second is, the software crashes when it encounters specific tracks, either playing or auto-tagging. I'm guessing that something in the tag is throwing it off, but I haven't been able to identify what it is.
If you identify such tracks please supply us with download Link in support ticket.
I posted download links to a couple of tracks that crash the system in a new topic. These two only crash when looking up cover art. I'm looking for more that crash when playing or editing the tags.

Re: MediaMonkey 5 for Debian / Linux

by Denton » Wed Feb 18, 2026 5:04 pm

Denton wrote: Tue Feb 17, 2026 9:35 pm
Peke wrote: Mon Feb 16, 2026 8:14 pm
Denton wrote: Sun Feb 15, 2026 6:09 pm I am only seeing a couple of issues at this point. Some input fields, such as when filtering or creating a smart playlist, are so small you can't read them. On a drop-down you cannot read what is selected, but clicking on the (very tiny) field will display the options normally.
Can you make screenshot and attach to your reply heer?
I apparently don't have permissions to post images or links, so here is the URL to the screen shot.
By the way, I did try the other two skins that were included to see if that would help. It didn't.

Re: MediaMonkey 5 for Debian / Linux

by Denton » Tue Feb 17, 2026 9:35 pm

Peke wrote: Mon Feb 16, 2026 8:14 pm
Denton wrote: Sun Feb 15, 2026 6:09 pm I am only seeing a couple of issues at this point. Some input fields, such as when filtering or creating a smart playlist, are so small you can't read them. On a drop-down you cannot read what is selected, but clicking on the (very tiny) field will display the options normally.
Can you make screenshot and attach to your reply heer?
I apparently don't have permissions to post images or links, so here is the URL to the screen shot.

Https://postimg.cc/qh8C5bNs

Re: MediaMonkey 5 for Debian / Linux

by Peke » Mon Feb 16, 2026 8:14 pm

Denton wrote: Sun Feb 15, 2026 6:09 pm I am only seeing a couple of issues at this point. Some input fields, such as when filtering or creating a smart playlist, are so small you can't read them. On a drop-down you cannot read what is selected, but clicking on the (very tiny) field will display the options normally.
Can you make screenshot and attach to your reply heer?
Denton wrote: Sun Feb 15, 2026 6:09 pm The second is, the software crashes when it encounters specific tracks, either playing or auto-tagging. I'm guessing that something in the tag is throwing it off, but I haven't been able to identify what it is.
If you identify such tracks please supply us with download Link in support ticket.
SeigneurAo wrote: Mon Feb 16, 2026 9:21 am Please, if you could make this happen before Win10 ends its extended support, it would save a lot of people a lot of pain.
Delphi Linux compiler and some libraries are not is not yet fully stable on Linux, but they are getting close, but I doubt it will be till Win10 extended support ends. Also I really wonder why updates do not work on normal version, but still work when you pay for extended support and no system files have been changed.
SeigneurAo wrote: Mon Feb 16, 2026 9:21 am Long time gold subscriber here, future Linux user (I'm not switching to Win11 ever). I have installed Clementine as a tentative replacement, but it doesn't come any close to the level of functionality MM offers, not by a mile, and the other audio managers I've tried are even worse.
If you ahve issues with playback try switching Output plugin to WAVE OUT and see if that fixes your problem.

Re: MediaMonkey 5 for Debian / Linux

by SeigneurAo » Mon Feb 16, 2026 9:21 am

Long time gold subscriber here, future Linux user (I'm not switching to Win11 ever). I have installed Clementine as a tentative replacement, but it doesn't come any close to the level of functionality MM offers, not by a mile, and the other audio managers I've tried are even worse.
Please, if you could make this happen before Win10 ends its extended support, it would save a lot of people a lot of pain.

Re: MediaMonkey 5 for Debian / Linux

by Denton » Sun Feb 15, 2026 6:09 pm

Just wanted to let you all know that it appears that Wine appears to have reached the point where MediaMonkey on Linux just works (about 98%).

I've been trying off and on for years to get it installed and working and have not had a lot of success. Yesterday I thought I'd give it another go as Wine had updated three or four times since my last attempt and it just works. There was some flakiness with the GUI, but turning off hardware acceleration fixed that. What made me the most happy is the sync server (which had never worked right in the past) gave me zero problems.

I am only seeing a couple of issues at this point. Some input fields, such as when filtering or creating a smart playlist, are so small you can't read them. On a drop-down you cannot read what is selected, but clicking on the (very tiny) field will display the options normally. The second is, the software crashes when it encounters specific tracks, either playing or auto-tagging. I'm guessing that something in the tag is throwing it off, but I haven't been able to identify what it is.

On the whole, I am incredibly happy that I am able to finally able to switch back (fingers crossed) to MediaMonkey.

If it helps anyone I am running Manjaro with Wine 11.1. Hopefully the rest of you see the same sort of results.

Top