Bug 632 - Live365: Old title info shows when scrolling
: Live365: Old title info shows when scrolling
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Plugin
: 5.x or older
: All All
: P2 normal (vote)
: ---
Assigned To: Vidur Apparao
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-10-21 00:56 UTC by KDF
Modified: 2008-12-18 11:53 UTC (History)
0 users

See Also:
Category: ---


Attachments
tested patch (592 bytes, patch)
2004-10-21 22:18 UTC, KDF
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KDF 2004-10-21 00:56:15 UTC
The updates seem to work for updating the title, but when scrolling begins, the
old information still shows.  The plugin needs to killAnimation before it sets
the updated title, because Source.pm only does it on a song change that it knows
about.

maybe adding this at line 579:
		$client->killAnimation();
		Slim::Music::Info::setTitle( $url, $newTitle );
Comment 1 KDF 2004-10-21 22:18:40 UTC
Created attachment 188 [details]
tested patch

this is an actual patch to killAnimation.  I've tested it out for a while and
it seems to have done the trick.
Comment 2 Vidur Apparao 2004-10-22 09:36:23 UTC
Checked in the fix. Thanks!
Comment 3 Chris Owens 2006-06-16 14:40:39 UTC
There are 536 bugs in the database with targets of '---' that were fixed prior to new year 2006.  I am setting them to targets of 6.2.1 to keep them from showing up in my queries.
Comment 4 Chris Owens 2008-12-18 11:53:39 UTC
Routine bug db maintenance; removing old versions which cause confusion.  I apologize for the inconvenience.