So in an effort to either put my mind at rest or help fix a bug, it
would be useful to be able to export Slimserver's Album list to a csv
file or similar so that I can manipulate it in excel and compare with a
list from Tag&Rename.

Is there an easy-ish way to do this?

Install sqlite on your machine, then run something like:

echo select \* from albums\; | sqlite .slimserversql.db > albums.txt

This is for Linux - Windows might need some adjustments.

--

Michael

-----------------------------------------------------------
Help translate SlimServer by using the
StringEditor Plugin (http://www.herger.net/slim/)

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to