Skip to content

transfer volatile xmms2 media library contents from a media library from and to to text files

Notifications You must be signed in to change notification settings

dffischer/xmms2-mlib-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

transfer volatile xmms2 media library contents from a media library from and to to text files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published