Bugzilla – Bug 3607
track titles set with setCurrentTitle no longer displayed
Last modified: 2008-09-15 14:39:24 UTC
As of the split-scanner branch, the 'title cache' accessed with Slim::Music::Info::setCurrentTitle and getCurrentTitle is no longer working. The get/set methods work correctly but the title set in this way is no longer displayed in 'now playing' on either the player or web interface.
So we don't loose this - the problem is due to get/setCurrentTitle being called with a track object rather than url from various places. I believe get/setCurrentTitle should use urls [as these are the only things which can be sensibly used as the key to the cache hash], but looking for a view from Dan as to where the object -> url conversion should be done.
Triode - I seem to recall you saying that this was fixed on the forums.. is that the case? Thanks
This is fixed.