Could you run the following SQL queries either in a free form query in
Database Query plugin or in the SQL client of your choice:

Code:
--------------------
    
  select rating,added,playcount from track_statistics where 
url='file:///D:/shares/Music/NEWDESKTOP/D/My%20Music/Klaxons/Myths%20Of%20The%20Near%20Future/07%20Gravity%27s%20Rainbow.mp3';
  
--------------------



Code:
--------------------
    
  select rating,timestamp,playcount from tracks,tracks_persistent where 
tracks.id=tracks_persistent.track and 
tracks.url='file:///D:/shares/Music/NEWDESKTOP/D/My%20Music/Klaxons/Myths%20Of%20The%20Near%20Future/07%20Gravity%27s%20Rainbow.mp3';
  
--------------------


Do you just hit the "Scan" link on the "iTunes Statistics Import" row
in the Custom Scan interface when you perform the import or do you run
all scanning modules or a full rescan ?


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=61055

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

Reply via email to