Bug 14309 - Rhapsody plays wrong track
: Rhapsody plays wrong track
Status: CLOSED FIXED
Product: SqueezePlay
Classification: Unclassified
Component: --
: 7.4.x
: PC Other
: P1 normal (vote)
: 7.4.0
Assigned To: Andy Grundman
:
Depends on:
Blocks: 12635
  Show dependency treegraph
 
Reported: 2009-09-25 20:27 UTC by Mark Miksis
Modified: 2009-10-05 14:29 UTC (History)
3 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Miksis 2009-09-25 20:27:02 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".
Comment 1 Wadzinski Tom 2009-09-26 05:41:48 UTC
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,
                                                 },
Comment 2 SVN Bot 2009-09-26 11:54:52 UTC
 == 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
Comment 3 James Richardson 2009-10-01 12:35:15 UTC
*** Bug 12635 has been marked as a duplicate of this bug. ***
Comment 4 James Richardson 2009-10-05 14:29:55 UTC
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.