Hi there,

I am using an SB3 on SS 6.5.4 on SlimNAS.  I am using both the
SQLPlaylist and Dynamic Playlists plugins exclusively to play
randomised tracks.

My SQLPlaylist queries are of the form:

Code:
--------------------
    select  ts.url
  from    track_statistics ts
  where ts.rating > 4
  order
  by    rand()
  limit 10
--------------------


In Dynamic Playlist I have "Add new items when old ones finish" turned
on and "Now Playing will show 10 upcoming songs and 0 recently played
songs.".

To explain the worst case scenario, I select the playlist to run and 10
tracks are added to the playlist and track 1 of 10 starts playing. 
Then, at a later stage tracks will stop being added dynamically and the
playlist then remains the same.  On other occasions the tracks will be
added continuously as I would expect, and I have had up to 300 tracks
on the playlist so I know it does work well.

I have noticed the following entry in the log near the time when tracks
stop being added.


Code:
--------------------
    2008-02-07 08:31:08.2134 Database error: 
  Can't call method "url" on an undefined value at 
/mnt/share/slimnas/slimserver/Plugins/SQLPlayList/Plugin.pm line 913.
--------------------


Note that this does occur after a full rescan of my library.  I have
now turned debugging on in SQLPlaylist to see if I can gather any more
relevant information.

Erland, do you have any ideas as to what this could be?

Cheers,

c0utta


-- 
c0utta
------------------------------------------------------------------------
c0utta's Profile: http://forums.slimdevices.com/member.php?userid=14341
View this thread: http://forums.slimdevices.com/showthread.php?t=20533

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

Reply via email to