Bugzilla – Bug 14309
Rhapsody plays wrong track
Last modified: 2009-10-05 14:29:55 UTC
Observed on baby and SBC controlling baby. Rhapsody, search for artist, select an album, play a track in the middle somewhere. What plays is actually the next track after the one selected. This does not happen with albums that are in my Rhapsody "My Library".
Not sure if a 7.4.0P1, but putting it there so Andy sees it... Seems like the play_index is off by one when I go into an artist's album after searching, which is the broken case: broken: actions => { add => { cmd => ["myapps", "playlist", "addall"], itemsParams => "params", params => { favorites_title => "27. Caroline No [Stereo] by The Beach Boys from Pet Sounds", favorites_url => "rhapd://Tra.2615431.mp3", isContextMenu => 1, item_id => "38c5fa2a.10.2.0_be.19.0.21", play_index => 27, type => "link", }, player => 0, }, "add-hold" => { cmd => ["myapps", "playlist", "insert"], itemsParams => "params", params => { favorites_title => "27. Caroline No [Stereo] by The Beach Boys from Pet Sounds", favorites_url => "rhapd://Tra.2615431.mp3", isContextMenu => 1, item_id => "38c5fa2a.10.2.0_be.19.0.21.27", type => "link", }, player => 0, }, go => { cmd => ["myapps", "playlist", "playall"], itemsParams => "params", nextWindow => "nowPlaying", params => 'fix', player => 0, }, good: (just going in via my Artists: actions => { add => { cmd => ["myapps", "playlist", "addall"], itemsParams => "params", params => { favorites_title => "1. Mississippi (Unreleased, Time Out Of Mind) by Bob Dylan from Tell Tale Signs: The Bootleg Series Vol. 8", favorites_url => "rhapd://Tra.23351133.mp3", isContextMenu => 1, item_id => "afe3ff52.10.0.0.11.0", play_index => 0, type => "link", }, player => 0, }, "add-hold" => { cmd => ["myapps", "playlist", "insert"], itemsParams => "params", params => { favorites_title => "1. Mississippi (Unreleased, Time Out Of Mind) by Bob Dylan from Tell Tale Signs: The Bootleg Series Vol. 8", favorites_url => "rhapd://Tra.23351133.mp3", isContextMenu => 1, item_id => "afe3ff52.10.0.0.11.0.0", type => "link", }, player => 0, },
== Auto-comment from SVN commit #28658 to the slim repo by andy == == https://svn.slimdevices.com/slim?view=revision&revision=28658 == Fixed bug 14309, play_index was wrong if there are additional non-audio items in the list
*** Bug 12635 has been marked as a duplicate of this bug. ***
This bug has been marked as fixed in the 7.4.0 release version of SqueezeBox Server! * SqueezeCenter: 28672 * Squeezebox 2 and 3: 130 * Transporter: 80 * Receiver: 65 * Boom: 50 * Controller: 7790 * Radio: 7790 Please see the Release Notes for all the details: http://wiki.slimdevices.com/index.php/Release_Notes If you haven't already, please download and install the new version from http://www.logitechsqueezebox.com/support/download-squeezebox-server.html If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.