Bugzilla – Bug 2027
Adding Tracks to the playlist stops the currentplaying song
Last modified: 2011-03-16 04:39:18 UTC
Hi Everyone, I'm running svn 4085 on Linux with a mysql backend. If I try to add songs to my currently playing playlist from the web interface (Fishbone skin), the player stops playing and the current song is set to the start of the playlist. If I add songs with the remote, the unit continues playing the current song. dding single tracks or full albums from "Browse Artists", "Browse Genre", "Browse Albums" etc. works (that is, the current song continues playing). "Browse Music Folder" seems to be the only problem. To quote kdf from the dev-list: > d_source or d_command, perhaps. > > I've managed to see it myself, in several skins that I've tested. > > clearly what is wrong is in the 'playlist add' command (which is BMF only).
Is this a Fishbone specific issue?
nope. its the playlist 'add' command. I believe this was a dupe of bug 2085. therefore, its is fixed as of change 4191 which defaulted teh $jumptoIndex value to 'undef' so that a simple add command doesn't stop an already playing client.