1
Tips and Tricks / Re: [GUIDE] How to use Musicbee on Linux (Archlinux/Debian based distro)
« on: June 27, 2023, 09:54:07 PM »
Latest Musicbee is up and running. I took a slightly different route. I haevn't touched wine in years so I cannot confirm if any of these steps are not needed or deterimental. Any feedback is appreciated. I'm running the latest Pop_OS.
Verify i386 support
Verify 64-bit architecture. The following command should respond with "amd64".
See if 32-bit architecture is installed. The following command should respond with "i386".
If "i386" is not displayed, execute the following.
Recheck with.
Install wine staging
Install WINE on Ubunto
Install .NET
Create prefix for MusicBee and .NET
Install .NET 4.0 and corefonts
Install xmllite and gdiplus
set wine to win7 compatability
Install .NET 4.8
Install Music Bee
I did not remove the Win7 compatability setting after installing .NET 4.8. Not sure if this matters or not. I let the Installer drop a shortcut on my desktop which works without issue. Running on an ultrawide 3440x1440 display without making any wine config changes and cpu isage is <1% listening to flac files.
Sources:
Install Wine on Pop_OS
Install wine on Ubunto
Install .NET Framework
Verify i386 support
Verify 64-bit architecture. The following command should respond with "amd64".
Code
$ dpkg --print-architecture
Code
$ dpkg --print-foreign-architectures
Code
$ sudo dpkg --add-architecture i386
Code
$ dpkg --print-foreign-architectures
Install wine staging
Install WINE on Ubunto
Install .NET
Create prefix for MusicBee and .NET
Code
WINEPREFIX=path/to/whereYouWantYourWineprefix/ wineboot –init
Install .NET 4.0 and corefonts
Code
WINEPREFIX=path/to/whereYouWantYourWineprefix/ winetricks --force dotnet40 corefonts
Install xmllite and gdiplus
Code
WINEPREFIX=path/to/whereYouWantYourWineprefix/ winetricks –q xmllite gdiplus
set wine to win7 compatability
Code
WINEPREFIX=path/to/whereYouWantYourWineprefix/ winetricks win7
Install .NET 4.8
Code
WINEPREFIX=path/to/whereYouWantYourWineprefix/ wine $HOME/Downloads/ndp48-x86-x64-allos-enu.exe /q
Install Music Bee
Code
WINEPREFIX=path/to/whereYouWantYourWineprefix/ wine $HOME/Downloads/MusicBeeSetup_3_5.exe
I did not remove the Win7 compatability setting after installing .NET 4.8. Not sure if this matters or not. I let the Installer drop a shortcut on my desktop which works without issue. Running on an ultrawide 3440x1440 display without making any wine config changes and cpu isage is <1% listening to flac files.
Sources:
Install Wine on Pop_OS
Install wine on Ubunto
Install .NET Framework