Do you mean Album List Panel? (Album List is DUI)
Your code has some double || which might not work correctly (?), try this...
Preferences > Media Library > Album List Panel > Views: 'by artist' - (double-click to edit) -
%<artist>%|%date%|%album%|%codec%|[[%discnumber%.]%tracknumber%. ][%track artist% - ]%title%
^ (There is no reason to remove %discnumber% and removing it could also cause sorting issues. Also, confirm the correct view by right-click in Album List Panel > View > 'by artist', if not already)
And for Preferences > Shell Integration > 'Sort incoming files by' - the one you had should probably work but you could try this -
%album artist%|%date%|%path_sort%|%album%|%codec%|%discnumber%|%tracknumber%|%title%
^ (the Quicksearch component uses this if I recall)
Hi @anamorphic
I have changed the groupping as like have suggested to ->
$rgb(41,143,204)$if2(%artist%,<no artist>) $rgb(128,192,255)$char(8226) $rgb(41,143,204)%date% $rgb(128,192,255)$char(8226) $rgb(41,143,204)$if(%album%,%album% '['%codec%']',)$tab()
even i would like a nice color for the codec and not blue
and in album list and album list panel your code
%<artist>%|%date%|%album%|%codec%|[[%discnumber%.]%tracknumber%. ][%track artist% - ]%title%
and in the Preferences > Shell Integration > 'Sort incoming files by' this code
%album artist%|%date%|%path_sort%|%album%|%codec%|%discnumber%|%tracknumber%|%title%
and it works ! But is there a way to backup all my old preferences?
there is Autosave & Autobackup component , but i don't know if it's compatible with v2 and 64bit so i don't to make a mess
let's say i could zip or rar the folder configuration ?
thank you so much , I really apprecitate you help pal