config:foobar2000
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
config:foobar2000 [2016/07/08 23:49] – created Wulf Rajek | config:foobar2000 [2023/12/28 13:26] (current) – Wulf Rajek | ||
---|---|---|---|
Line 2: | Line 2: | ||
Foobar is an incredible lightweight music player with media database that can be configured to one's heart content and various plugins and addons are available. While it is a windows app, it works well under wine in Linux. | Foobar is an incredible lightweight music player with media database that can be configured to one's heart content and various plugins and addons are available. While it is a windows app, it works well under wine in Linux. | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ===== Installation under wine from previous Windows install ===== | ||
+ | |||
+ | < | ||
+ | mkdir ~/ | ||
+ | cp c:/ | ||
+ | apt-get install wine:i386 winetricks | ||
+ | wine foobar-install.exe | ||
+ | </ | ||
+ | Use this folder as installation directory, replacing username with the actual linux username '' | ||
+ | |||
+ | Install winetricks manually: | ||
+ | < | ||
+ | cd " | ||
+ | wget https:// | ||
+ | chmod +x winetricks | ||
+ | sudo cp winetricks / | ||
+ | |||
+ | cd " | ||
+ | wget https:// | ||
+ | sudo cp winetricks.bash-completion / | ||
+ | </ | ||
+ | |||
+ | Use winetricks to set the wine prefix to 32bit, windows 10 and install gdiplus: | ||
+ | Either through gui: | ||
+ | < | ||
+ | or | ||
+ | < | ||
+ | winetricks settings win10 | ||
+ | winetricks gdiplus | ||
+ | </ | ||
+ | |||
+ | #set pseudo drive mappings to be in line with windows drive mappings | ||
+ | < | ||
+ | WINEARCH=win32 winecfg | ||
+ | </ | ||
+ | #set W: as / | ||
+ | #set S: as / | ||
+ | |||
+ | #Gnome integration as per: | ||
+ | # | ||
+ | |||
+ | '' | ||
+ | < | ||
+ | #!/bin/sh | ||
+ | cd ~/ | ||
+ | if [ " | ||
+ | filename=`echo z:$1 | sed ' | ||
+ | wine foobar2000.exe " | ||
+ | else | ||
+ | wine foobar2000.exe & | ||
+ | fi | ||
+ | </ | ||
+ | |||
+ | '' | ||
+ | |||
+ | #save a png icon for foobar as / | ||
+ | |||
+ | {{: | ||
+ | |||
+ | '' | ||
+ | < | ||
+ | [Desktop Entry] | ||
+ | Type=Application | ||
+ | Name=foobar2000 | ||
+ | GenericName=Plays Music | ||
+ | Version=1.0 | ||
+ | Encoding=UTF-8 | ||
+ | Terminal=false | ||
+ | Exec=env PULSE_LATENCY_MSEC=60 / | ||
+ | Comment=Plays Music | ||
+ | Icon=/ | ||
+ | Categories=GNOME; | ||
+ | StartupWMClass=foobar2000.exe | ||
+ | </ | ||
===== Updating portable installation under wine ===== | ===== Updating portable installation under wine ===== | ||
- | Start the installer using | + | * Make a backup before and/or after the upgrade of the foobar folder using< |
+ | tar cvzf foobar2000.portable.`date +' | ||
+ | </ | ||
+ | * Start the installer using< | ||
+ | wine foobar2000_v1.6.16.exe | ||
+ | </ | ||
+ | * Select portable installation | ||
+ | * enter the following destination folder, replacing username with the actual linux username< | ||
+ | * When prompted use the separate user-components folder. | ||
+ | |||
+ | ===== Restore backup ===== | ||
< | < | ||
- | wine foobar2000_v1.3.10.exe | + | tar -xzf file_name.tar.gz -C / |
</ | </ | ||
- | Select portable installation and enter '' | + | ===== Disable Wine conf update ===== |
- | When prompted use the separate user-components folder. | + | |
+ | If a message like "The Wine configuration in / | ||
+ | |||
+ | < | ||
+ | #echo 'disable' | ||
+ | echo 'disable' | ||
+ | </ | ||
+ | |||
+ | ===== Foobar2000 2.0 notes ===== | ||
+ | Text Display addon is not compatible with 64bit Foobar, but works with 32but Foobar v2.0. Possible alternative: | ||
+ | https:// | ||
+ | |||
+ | Album List white background. | ||
+ | |||
+ | ===== Run Services component ===== | ||
- | It's not a terrible idea to make a backup before and/or after the upgrade of the foobar | + | The "Run services" |
< | < | ||
- | tar cvzf foobar2000.portable.linux.tgz ~/.foobar2000 | + | Label: Open file directory in Nemo |
+ | Path: Z: | ||
+ | Z: | ||
</ | </ |
config/foobar2000.1468018150.txt.gz · Last modified: 2023/05/29 11:53 (external edit)