Bug 4065 - Updating the playlist in the web interface does not update the knob
: Updating the playlist in the web interface does not update the knob
Status: RESOLVED FIXED
Product: SB Transporter
Classification: Unclassified
Component: SB Server
: unspecified
: PC Other
: P2 normal (vote)
: ---
Assigned To: Chris Owens
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-09-08 03:05 UTC by Richard Titmuss
Modified: 2006-10-11 14:21 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 Richard Titmuss 2006-09-08 03:05:55 UTC
When modifying the playlist in the web ui (i tried deleting tracks) the knob state is not updated on transporter.
Comment 1 KDF 2006-09-08 08:24:57 UTC
perhaps we need to update the knob in Buttons::Playlist::browseplaylistindex after updating listLen param
Comment 2 Andy Grundman 2006-09-08 18:08:42 UTC
I had to solve a similar issue for stream forking.  I added Slim::Web::HTTP::playlistCallback that grabs changes like that to send to the child process.  Could do a similar subscribe to playlist commands for the knob?
Comment 3 Chris Owens 2006-09-12 10:09:09 UTC
cc'ing Dan
Comment 4 Dan Sully 2006-09-12 11:44:50 UTC
I think that's probably the best way to do it.
Comment 5 Andy Grundman 2006-09-14 08:40:49 UTC
Fixed in change 9709.