lrossouw;451522 Wrote: > > Will have a look to see what the scrobbler does when it submits tracks. > If I can find it... > It's in Slim/Plugin/AudioScrobbler/Plugin.pm and it seems to do the same thing as far as I can see.
I'm guessing you read the artist name from a Slim::Schema::* object and not directly using SQL ? I think it can get more complicated if you use SQL directly to retrieve things from the standard SqueezeCenter tables. I think I had to do some extra manipulation in Custom Scan, Custom Browse and SQL Playlist regarding this. I use SQL directly in some places in these plugins also when accessing the standard SqueezeCenter tables. lrossouw;451522 Wrote: > > I have limited this (in most places) to 1 sec. I looked for the actual > limit in the documentation but could not find it. > It's in the license agreement you approve to when getting the API key. -- erland Erland Isaksson 'My homepage' (http://erland.isaksson.info) (Install my plugins through Extension Downloader) (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=66987 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
