Bug 3844 - Synced players - problem moving track past 'now playing' track in playlist
: Synced players - problem moving track past 'now playing' track in playlist
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 6.5b1
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-07-30 23:44 UTC by Jim McAtee
Modified: 2008-09-15 14:39 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim McAtee 2006-07-30 23:44:18 UTC
Default skin, with two synched SBs.

Say item #5 in the playlist is currently playing.  In the web interface, moving item #4 down, or moving item #6 up in the playlist causes that item to be highlighted as if it's the now playing item.  Moreover, it also changes the Squeezebox display to show that item as playing.  But the track actually playing through the system isn't interrupted and plays to completion.  On my SBs I display the remaining time in the now playing information, and although the track info changes in the display, the time displayed remains correct for the track actually playing.
Comment 1 Jim McAtee 2006-07-31 09:14:45 UTC
Further testing.... this appears to only be an issue with synced players.  Changing summary.
Comment 2 Chris Owens 2006-07-31 10:49:04 UTC

*** This bug has been marked as a duplicate of 3019 ***
Comment 3 Russell Blaine 2006-07-31 10:52:18 UTC
Ummm...this doesn't sound at all like bug 3019. Why do you think it is a duplicate? The symptoms are different.
Comment 4 Jim McAtee 2006-07-31 11:11:02 UTC
Yeah, I'm afraid I'm not seeing the similarity either.  The players remain in sync.
Comment 5 Chris Owens 2006-07-31 11:11:32 UTC
Hm I thought there was already a bug filed on this behavior, but I agree 3019 is not it, despite the similar summaries.
Comment 6 Andy Grundman 2006-07-31 15:05:52 UTC
I will take this one.
Comment 7 Andy Grundman 2006-07-31 15:28:59 UTC
I can't duplicate this, moving tracks around in the web UI works as expected for me.  Are you using the latest nightly build?
Comment 8 Jim McAtee 2006-07-31 15:51:57 UTC
More or less - I'm at r8742.  Here's what I just found with a little more testing.  I'm at work, so I can't see either Squeezebox display, but I can see what's happening in the playlist.

- I have two SBs, call them 'A' and 'B'.
- I synced them by syncing B to A.
- If I manupulate A's playlist, then it works correctly
- If I manipulate B's playlist, then I see what I described previously
Comment 9 KDF 2006-07-31 16:05:32 UTC
perhaps Player::Playlist::moveSong needs a masterOrSelf call.
Comment 10 Andy Grundman 2006-07-31 17:01:53 UTC
Ahh, good info.  moveSong seems to be the right place for the fix, too.  Want to check it in kdf?
Comment 11 KDF 2006-07-31 17:13:38 UTC
will do.
Comment 12 KDF 2006-07-31 18:12:28 UTC
in trunk at change 8750. Appears to work for me.  please reopen if there are any issues.