Bugzilla – Bug 821
browseID3 playermode broken
Last modified: 2005-02-03 10:00:15 UTC
The BrowseID3 mode still uses the old methods for retrieving data from the infocache, as well as the Slim::Music::Info::songs() which is deprecated AND still uses the old Control::Command API. as such, adding artist, genres or albums will fail to add anything to the current playlist.
BrowseID3.pm doesn't use Slim::Music::Info::songs(), but it does use Slim::Control::Command::execute(['playlist','(add|play|insert)album', which then uses S::M::I::songs(). Using Softsqueeze, this seemed to still work fine.
This was based on a user report, which at the time I had been able to confirm. However, I'm now just getting the backtrace and it does seem to be adding. Instant mix, however, does not produce a list, but tht's antoher bug.