Tony T wrote: 
> I'm not seeing sm_played_songs in the cache:
> 
> > 
Code:
--------------------
  >   > 
  > Mac-mini:~ Tony$ cat /Users/Tony/Library/Caches/Squeezebox/cache.db | grep 
-a sm_played_songs
  > 
--------------------
> > 
> 

cache.db is a SQLite database, you'll need to use a SQLite client to
access it (e.g. the standard CLI sqlite3) and write a SQL query to get
the data. Even this probably won't help you, though, as the track data
is saved as a BLOB, which won't be displayed by the DB client.



[ extGUI4LMS - an alternative web interface: 'forum'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
/ 'homepage' (http://code.google.com/p/extgui4lms/) ]
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=97668

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

Reply via email to