xmplibdump
by Greg "gerf" Strnad
posted on 2024-06-03

Python utility to dump an XMPlay media library to standard output in CSV format. Any standard CSV tool can then be used to parse the file and run statistics, look for amusing comments embeded in track metadata, and so on.

Dump a library to library.csv
$ python xmplibdump.py xmplay.library > library.csv

View a library's metadata
$ python xmplibdump.py --meta xmplay.library

Leave a comment