Morbeas wrote:
> That would work if I had only a few songs that needed tagging but the
> number is in the thousands. I'm trying to get all my track ratings from
> my Squeezebox server and write them as tags to the files.
>
Database Query plugin is able to export to csv files, I wonder if it
would be possible to somehow use that ?
To list file url and rating for all tracks in your library you would do
a "Free form query" in Database Query plugin with a SQL like:
Code:
--------------------
select url,rating from track_statistics where rating>0;
--------------------
I guess the issue is still the url, I'm guessing Mp3Tag expects the file
path to be in the first column of the csv file ? And you mentioned
something about not wanting the Linux paths but Windows paths ?
It would be great if you could experiment a bit with the Mp3Tag
functionality and post a sample csv file with 3 files or something
similar which shows how it needs to look like.
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=49483
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins