Log:

Code:
--------------------
    
  TrackStat: Entering baseWebPage
  TrackStat: Entering getTrackInfo
  TrackStat: Exiting getTrackInfo
  TrackStat: Get statistic context for level=1
  TrackStat: Exiting baseWebPage
  TrackStat: Calling webfunction for mostplayed
  TrackStat::Statistics: Executing: select 
tracks.url,track_statistics.playCount,track_statistics.added,track_statistics.lastPlayed,track_statistics.rating
 from tracks left join track_statistics on tracks.url = track_statistics.url 
where tracks.audio=1 and tracks.album=221 order by track_statistics.playCount 
desc,tracks.playCount desc,rand();
  TrackStat::Storage: Executing: select avg(case when track_statistics.rating 
is null then 60 else track_statistics.rating end) as avgrating, min(case when 
track_statistics.rating is null then 0 else track_statistics.rating end) as 
minrating from tracks left join track_statistics on tracks.url = 
track_statistics.url where tracks.album=221 group by tracks.album;
  
--------------------


This is on selecting [TS] for an album that has 21 tracks, but the list
shows only 18: the three missing ones all have ' in the title.

Ceejay


-- 
ceejay
------------------------------------------------------------------------
ceejay's Profile: http://forums.slimdevices.com/member.php?userid=148
View this thread: http://forums.slimdevices.com/showthread.php?t=28343

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

Reply via email to