Thank You for your continued support and contributions!
%menu_start "custom" "metal group""metal" -> artist ? grouping ~ "metal" -> album -> title = "fmt_title"
when building the database and a track doesn’t have a grouping tag, it copies the value from the title tag. This should make browsing through classcical works in the database a bit nicer since you will find all your music, not only titles having the grouping tag explicitely set (similar to the recent albumartist improvement). Y
so from lines 2019 to 2026, only keep line 2021:https://github.com/Rockbox/rockbox/blob/a8253c57ddec8a1dfb2f77e7be9c451595fb094a/apps/tagcache.c#L2021and from lines 2048 to 2055 only keep line 2050:https://github.com/Rockbox/rockbox/blob/a8253c57ddec8a1dfb2f77e7be9c451595fb094a/apps/tagcache.c#L2050
"Heavy" -> artist ? grouping = "Metal" -> album -> title = "fmt_title"
"Group Test" -> grouping -> artist -> album -> title = "fmt_title"
if (has_grouping) { #do nothing } else { ADD_TAG(entry, tag_grouping, &id3.title); }
Page created in 0.042 seconds with 18 queries.