erland wrote: 
> 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.

no, mp3tag is not expecting this.  For example, you load up 10,000 files
in mp3tag (or more probably).  These are in some order (artist > album >
tracks).  Then you create a CSV file with the tags you want to add for
these 10,000 files. Of course the lines in the csv file must match
exactly the order of the files as lined up in the mp3tag selected file
window.   But otherwise, the lines of the csv file could be:

datainfo1,datainfo2,datainfo3

and the map in mp3tag convert function would assign datainfo1 to
whatever field you wanted, datainfo2, and so on.


------------------------------------------------------------------------
garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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

Reply via email to