Yes, I suggested not removing items from the top of the playlist until we reach mid-way to keep a small history and still keep the playlist from growing.
I'm going to look at the perl to see what's involved. I would imagine only 2 or 3 lines of code. Psuedo Code If CurrentItemIndex > (NumberOfItems/2)-1 then Remove Oldest Item From Playlist AddItem to bottom of Playlist End If Move to next Item in playlist and update Index -- oreillymj _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
