Welcome to the Rockbox Technical Forums!
Looked at it poked at it came away with: Above my pay grade
/* check filter clauses first */ if (!check_clauses(tcs, idx, tcs->filter_clause, tcs->filter_clause_count)) continue; if (!check_clauses(tcs, idx, tcs->clause, tcs->clause_count)) continue;
@ilmioaliaswhen all is said and done could you post that script to the wiki, or even here to the forum so someone else might useof all this time we've spent
# Define the A to Z album artist sub menu%menu_start "custom_albumartist" "Album Artists A to Z""Numeric" -> albumartist ? albumartist < "A" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""A" -> albumartist ? albumartist @^ "A|The A" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""B" -> albumartist ? albumartist @^ "B|The B" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""C" -> albumartist ? albumartist @^ "C|The C" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""D" -> albumartist ? albumartist @^ "D|The D" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""E" -> albumartist ? albumartist @^ "E|The E" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""F" -> albumartist ? albumartist @^ "F|The F" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""G" -> albumartist ? albumartist @^ "G|The G" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""H" -> albumartist ? albumartist @^ "H|The H" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""I" -> albumartist ? albumartist @^ "I|The I" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""J" -> albumartist ? albumartist @^ "J|The J" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""K" -> albumartist ? albumartist @^ "K|The K" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""L" -> albumartist ? albumartist @^ "L|The L" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""M" -> albumartist ? albumartist @^ "M|The M" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""N" -> albumartist ? albumartist @^ "N|The N" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""O" -> albumartist ? albumartist @^ "O|The O" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""P" -> albumartist ? albumartist @^ "P|The P" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""Q" -> albumartist ? albumartist @^ "Q|The Q" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""R" -> albumartist ? albumartist @^ "R|The R" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""S" -> albumartist ? albumartist @^ "S|The S" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""T" -> albumartist ? albumartist ^ "T" & albumartist !^ "The " & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""U" -> albumartist ? albumartist @^ "U|The U" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""V" -> albumartist ? albumartist @^ "V|The V" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""W" -> albumartist ? albumartist @^ "W|The W" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""X" -> albumartist ? albumartist @^ "X|The X" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""Y" -> albumartist ? albumartist @^ "Y|The Y" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title""Z" -> albumartist ? albumartist @^ "Z|The Z" & filename !~ "_cmpl" -> year -> album -> title = "fmt_title"
# Define the A to Z sub menu%menu_start "a2z" "A to Z...""Artists" ==> "custom_artist""Albums" ==> "custom_album""Album Artists" ==> "custom_albumartist""Tracks" ==> "custom_track"
Page created in 0.115 seconds with 22 queries.