Zombie wrote: 
> If it could have random play of New Music, too...
?
With some sql thats no big deal.
random play can handle library views.....

Code:
--------------------
    
  INSERT OR IGNORE INTO library_track (library, track) SELECT '%s', id FROM 
((SELECT
  me.id FROM tracks me WHERE ( ( me.audio = 1 AND timestamp > 1441058400 ) ) 
GROUP BY me.id))
--------------------



Gruss
Jan
------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=104440

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

Reply via email to