Blu3IcE;318725 Wrote: 
> What about this:
> 
> int x = value_setup_by_webinterface;
> 
> if (next_track_is_triggered) {
> 
> if (playlistlength > x) {
> remove the first track from playlist; #but every time it's
> triggered only remove ONE song
> }
> 
> }
> 
> Would this also cause troubles in any way?

This is pretty much what it used to do, however an add track followed
by a remove track bounced SC into firing out newtrack notifications. 
Maybe it just needs to receive the remove track request, after a few
seconds to let it settle down first rather than immediately after it. 
:s


-- 
cparker

www.spicefly.com - Visit for an enhanced Interface for MusicIP and
integration tips and tricks, Plugin coding tips and Spicefly SugarCube
the MIP AutoDJ plugin!
------------------------------------------------------------------------
cparker's Profile: http://forums.slimdevices.com/member.php?userid=2083
View this thread: http://forums.slimdevices.com/showthread.php?t=49226

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

Reply via email to