Bugzilla – Bug 2125
Fishbone playlist not showing track (by) artist (from) album
Last modified: 2008-09-15 14:37:04 UTC
Robin Bowes said: >>>Go on, remind me how to get fishbone to display the playlist in the >>>> >> format: >>>> >> >>>> >> title (by) artist (from) album >>>> >> >>>> >> Where the words in brackets are in a different colour/font. >>>> >> >>>> >> At the moment I only see track (from) album. >>>> >> >> KDF said: >>> > To have them in the two-tone (ie, with component links) just use TITLE >>> > as your titleformat setting, and the rest should be automatic, as long >>> > as there is an artist tag. However, there was a HUGE set of changes >>> > yesterday to handle Various Artists. I'm seeing it fine in firefox on my >>> > setup, but i'll double-check that everything on my system is properly >>> > merged to svn. >>> > >>> > keep me posted if you dig up any more details. > Robin Bowes said: >> Ok, I've set titleformat to "TITLE" (selection 0). >> >> I'm still seeing just "title (from) album" in the playlist. >> >> It looks fine in the LHS, i.e. if I click on an album from the playlist, >> the album contents are displayed correctly on the LHS as "title (by) >> artist (from) album" Finally, KDF said: This looks like it might be a server issue. I'm not finding any artist object being delivered to any current playlist. feel like filing a bug report? So I did :)
and it also looks like it affects all skins. using: [% IF includeArtist && artist; PROCESS artistsAsHTML.html; END %] should be the right thing, since it is the same code used for the browse. HOwever, both includeArtist and artist seem to have no value. using: [% PROCESS artistsAsHTML.html%] works, but would then cause odd results when there really is no artist. looks like the includeArtist param has been lost somewhere.
Created attachment 818 [details] expose the new version of artist and includeartist to the playlist This will allow the use of: [% IF includeArtist && artist; PROCESS artistsAsHTML.html; END %] in the status_list for skins. all of the skins would have to be patched to use this. assign to me if this patch is ok, and I'll take care of all of the skins before merging.
should be fixed at change 4288, for Sept 15 build. reopen if issues remain.
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.