Bugzilla – Bug 3914
'Play other songs in album or directory' broken
Last modified: 2009-06-15 15:27:15 UTC
CC3.2 6.5b1 r8926 With this preference set in Server Settings/Behaviour, selecting a track to play using the Player UI plays that track only and doesn't add the whole album to the Playlist. ie the preference seems to be ignored.
I also see this behavior.
Slim::Buttons::BrowseDB.pm, line 192 needs to change to: if ($levels[$level-1] =~ /^(?:playlist|album)$/ && grep { /playlist|album\.id/ } keys %{$findCriteria}) {
Created attachment 1417 [details] full diff diff for above with changelog entry. getting a bit silly if you ask me. changelog entries no longer really represent what has been fixed since last release since they include stuff that is merely broken since last week..etc etc. however, it's there anyway. make it look like more work is getting done at least :)
patch attached. can commit if that's the right thing.
Works for me.
I see the same problem. Running SlimServer Version: 6.5b1 - 8996 - Debian - EN - iso-8859-1 on Ubuntu 6.06 (Behaviour was ok when I ran 6.3.1 on Fedora 4) client is SB3, FW59. I find this new behaviour very inconvenient and annoying.
thanks for the input. we're waiting on word from dan before committing the patch mentioned above, which does work. It first has to be verified that it doesn't cause any other problems. If you cannot handle some inconsistency, please stay away from the beta builds.
*** Bug 3966 has been marked as a duplicate of this bug. ***
Dan, any comment on the attached diff? should me.id be kept alongside album.id instead?
fixed in change 9111. reopen if any problems emerge.
This is still a problem for me in 6.5.3, in the web interface with the 'play other songs....' pref checked, playing a song in an album just plays that one song. Hardware player behaves different/correct.
I have a customer that is noticing this behavior in 7.3.2 and in 7.3.3. Re opening bug.
closing this bug as I was mistaken.