Morbeas wrote: 
> The one problem I see is the SQL statement where it says "rating>0",
> which means it would only give me songs with ratings.  But when I load
> up my library to MP3Tag, it will load every single song regardless if it
> has a rating or not.  So I'll need a CSV list to match from TrackStat.
> 
You can use:

Code:
--------------------
    
  select rating from track_statistics;
  
--------------------

However, as mentioned in my previous comment, it feels extremely risky
to do this, if one track is missing or ordered differently in the
Database Query report it could potentially mean that a lot of ratings
are written to the wrong files.

I suggest that you search a bit and see if you can find some tagging
software which can take a file as input but have the file name as key in
the file so you can be sure the tags are written to the correct files.


------------------------------------------------------------------------
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

Reply via email to