Hi,

as Roland mentioned you need another Way.
I would take this route:
Make for each rating a simple textfile with the url/ place from
filesystem where the track is stored.

Code:
--------------------
    sqlite3 /var/lib/squeezeboxserver/cache/persist.db
  .mode csv
  .output 010.csv
  select url from tracks_persistent where rating where rating=10;
  .output 020.csv
  select url from tracks_persistent where rating where rating=20;
  etc 
  
--------------------


After that you have to must use a mp3 tagger that can be handle via
commandline.
Cause of the ratings are stored into the mp3 tag itself. Oterwise a
clean and wipe/movin the tracks to another place would destroy the
rating.

> UserTextFrame: [Description: ALBUM RATING]
> 4
> 

Big question is batch "blows" or *ux"?



Gruss

Jan
------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=103241

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to