Thank You for your continued support and contributions!
%menu_start "custom_artist_initial" "Browse album artists""Non-alphabetic" -> albumartist ? albumartist < "A" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""A" -> albumartist ? albumartist ^ "A" | albumartist ^ "The A" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""B" -> albumartist ? albumartist ^ "B" | albumartist ^ "The B" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""C" -> albumartist ? albumartist ^ "C" | albumartist ^ "The C" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""D" -> albumartist ? albumartist ^ "D" | albumartist ^ "The D" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""E" -> albumartist ? albumartist ^ "E" | albumartist ^ "The E" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""F" -> albumartist ? albumartist ^ "F" | albumartist ^ "The F" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""G" -> albumartist ? albumartist ^ "G" | albumartist ^ "The G" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""H" -> albumartist ? albumartist ^ "H" | albumartist ^ "The H" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""I" -> albumartist ? albumartist ^ "I" | albumartist ^ "The I" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""J" -> albumartist ? albumartist ^ "J" | albumartist ^ "The J" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""K" -> albumartist ? albumartist ^ "K" | albumartist ^ "The K" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""L" -> albumartist ? albumartist ^ "L" | albumartist ^ "The L" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""M" -> albumartist ? albumartist ^ "M" | albumartist ^ "The M" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""N" -> albumartist ? albumartist ^ "N" | albumartist ^ "The N" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""O" -> albumartist ? albumartist ^ "O" | albumartist ^ "The O" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""P" -> albumartist ? albumartist ^ "P" | albumartist ^ "The P" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""Q" -> albumartist ? albumartist ^ "Q" | albumartist ^ "The Q" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""R" -> albumartist ? albumartist ^ "R" | albumartist ^ "The R" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""S" -> albumartist ? albumartist ^ "S" | albumartist ^ "The S" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""T" -> albumartist ? albumartist ^ "T" & albumartist !^ "The A" & albumartist !^ "The B" & albumartist !^ "The C" & albumartist !^ "The D" & albumartist !^ "The E" & albumartist !^ "The F" & albumartist !^ "The G" & albumartist !^ "The H" & albumartist !^ "The I" & albumartist !^ "The J" & albumartist !^ "The K" & albumartist !^ "The L" & albumartist !^ "The M" & albumartist !^ "The N" & albumartist !^ "The O" & albumartist !^ "The P" & albumartist !^ "The Q" & albumartist !^ "The R" & albumartist !^ "The S" & albumartist !^ "The U" & albumartist !^ "The V" & albumartist !^ "The W" & albumartist !^ "The X" & albumartist !^ "The Y" & albumartist !^ "The Z" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""U" -> albumartist ? albumartist ^ "U" | albumartist ^ "The U" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""V" -> albumartist ? albumartist ^ "V" | albumartist ^ "The V" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""W" -> albumartist ? albumartist ^ "W" | albumartist ^ "The W" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""X" -> albumartist ? albumartist ^ "X" | albumartist ^ "The X" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""Y" -> albumartist ? albumartist ^ "Y" | albumartist ^ "The Y" & filename !~ "_cmpl" -> year -> album -> title = "f_browse""Z" -> albumartist ? albumartist ^ "Z" | albumartist ^ "The Z" & filename !~ "_cmpl" -> year -> album -> title = "f_browse"
I have a patch that fixes this https://gerrit.rockbox.org/r/c/rockbox/+/4248 Tagcache Don't create filters when parsing a logical ORhttps://www.mediafire.com/file/12kxvxrq2qdlacn/FioM3kBaremetal_tagcache_bugfix4248_rockbox-full.zip/fileShould be in latest dev builds tomorrow..
Good, thanks for testing
could it possibly be a formatting error for some artists? could you try the ones that work and rename them to names that don't?
(a0 && ... && aN) || (b0 && .. && bN) || ...
FILTERS albumartist = "The A.."CLAUSES year = 2005
FILTERS albumartist = "The A..."CLAUSES year = 2005 & albumartist ^ "A" | albumartist ^ "The A"
"A" -> albumartist ? albumartist ^ "The A" | albumartist ^ "A" -> year -> album -> title = "f_browse"
year = 2005 & albumartist ^ "The A" | albumartist ^ "A"
"L" -> albumartist ? albumartist @^ "L|The L" & filename !~ "_cmpl" -> year -> album -> title = "f_browse"
"T" -> albumartist ? albumartist ^ "T" & albumartist !^ "The " & filename !~ "_cmpl" -> year -> album -> title = "f_browse"
Page created in 0.08 seconds with 21 queries.