Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.62 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.62 KB

xmms2-mlib-adapter

These tools transfer data between xmms2 media libraries. They operate directly on the library instead of connecting to xmms2 as a client. That means that they are able to rescue data from broken libraries or merge data from multiple databases into one. They can also be used to simply backup your data in an easy to read text format.

For further information, call them with the parameter -h.

Installation

You can use the modules right away, or install them using waf. If you already have waf installed with your distribution, you can just waf configure install. If you do not have waf installed, execute

wget -O waf http://ftp.waf.io/pub/release/waf-1.8.6
chmod 755 waf
./waf configure install

Archlinux users have a package in the AUR. To use the PKGBUILD as it is kept in this repository, the makepkg-template for git has to be installed.

XMMS Version

These programs work with the sqlite3 database format used by xmms2 up until version 0. DrO_o. This is the stable version by the time this was written. It will not work with the s4 format used since DrParnassus, yet unreleased but already available through the xmms2-devel repository.

You can check your version by executing xmms2 server stats

Porting to s4 would mean a complete rewrite, as there are no python bindings for s4 available at the moment.