Quoting Craig <[EMAIL PROTECTED]>: > > Hi KDF, > > You made changes so that pressing fwd on the remote played the next > random track and added a new one to the list whereas before it would > break the cycle and play the playlist to the end. It's this doesn't > seem to work if you use the custom map to start playback.
seems to be working for me, but I'll add some more debug lines so you can get a better picture of what is happening for you. Album and Artist cycling is not going to happen on a track-by-track basis, as it is just too hard to keep track of when to start adding from a new album or not. Instead, it will delete the completed track and only add another random artist/album when the track count is down to 1. Again, this does not work if the album or artist has only one track, and I can't be sure that it will work if you FWD on the last track :) The only thing I can think of as to why FWD/REW might be stopping teh track cycling is if you are in some other mode that has these defined as a function other than 'playlist jump +/- 1'. The plugin is unable to monitor buttons, only the resulting function as reported by the command callback. I'll post an updated Beta for the morning. -kdf _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
