Skins (147)
Visuals (115)
Input Plug-ins (36)
Output Plug-ins (6)
General Plug-ins (11)
Archive Reader (15)
Input Plug-ins (40)
DSP Plug-ins (10)
External Add-ons (16)
XMPlay Archive (70)
Skins (147)
Visuals (115)
Input Plug-ins (36)
Output Plug-ins (6)
General Plug-ins (11)
Archive Reader (15)
Input Plug-ins (40)
DSP Plug-ins (10)
External Add-ons (16)
XMPlay Archive (70)
The goal of this tutorial is to get XMPlay up and running using WINE under Linux. I'm using Ubuntu 6.10 "Edgy Eft" and WINE 0.9.30 for now and had some success getting XMPlay to play music.
If you know any tweaks that make XMPlay run more stable under WINE, let me know!
Open a terminal and type
fdisk -l
to find your Windows partition. It will probably be something like /dev/hda1.sudo mkdir /mnt/c
Then mount your NTFS partition in read-only mode to the directory you just created, like so:sudo mount /dev/hda1 /mnt/c/ -t ntfs -o nls=utf8,umask=0222
Now, you can access your files on your NTFS Windows partition via your Linux file manager (e.g. Nautilus, Konqueror, etc.) by navigating to /mnt/c.sudo nano /etc/fstab
This will open your file system table ("fstab") and allow you to edit drive associations. Add the following line:/dev/hda1 /mnt/c ntfs nls=utf8,umask=0222 0 0
Then press Ctrl+O to save (press Enter on the filename), Ctrl+X to quit, then reboot.More instructions on mounting/unmounting different file systems, see the Ubuntu Guide: How to mount...
winecfg
to get into the WINE configuration dialog. At the "drives" tab you can assign your mounted NTFS partition to a drive letter - this way you will be able to access your music from within XMPlay easier.Be sure to go to the "Audio" tab and check at least one device/driver, or you will have no sound!
After you're done configuring, close winecfg.
If you have configured everything, you can run XMPlay by typing
wine "/mnt/c/Program Files/XMPlay/xmplay.exe"
If the main window shows up, check the output devices in the Options & Stuff dialog. If you see a device like "dmix:0", select it. If you don't see any normal output device, try configuring WINE to use another audio driver.
If you're running XMPlay directly from a NTFS drive and don't have NTFS-3G (write support!) installed, be sure to check the "Store per-user config/etc" option on the Miscellaneous tab, or XMPlay won't save any configuration changes.
If XMPlay crashes during startup, try using a "virgin" copy of XMPlay with no additional plugins.
If you want to run XMPlay from your desktop without having to type the "sudo wine..." command every time, right-click on your desktop and chose "Create new launcher...". Chose "Terminal Application", enter "XMPlay" as name and use the whole "sudo wine ..." line from above as command. As icon, you can use this image, which I once created for dock-like applications.