Welcome to the Rockbox Technical Forums!
Hi fellow rockers!First is this dead as doornails?http://www.rockbox.org/wiki/MenuLayoutDiscussion last updated in 2008 or has it move somewhere else?
Are there any devs working on customizable menus?
rb menus structure is the same as it was in 2007!!!!!!!!!!!!!!!
I fully agree with tatsudoshi. The music database for instance has to many features I never use. It would be great if I could hide some of these database menu items in order to enable a more smooth/easy browsing through the rockbox menu while driving my car
#! rockbox/tagbrowser/2.0%format "fmt_title" "%s - %02d:%02d" filename Lm Ls ? title == "<Untagged>"%format "fmt_title" "%d.%02d. %s - %02d:%02d" discnum tracknum title Lm Ls ? discnum > "0"%format "fmt_title" "%02d. %s - %02d:%02d" tracknum title Lm Ls ? tracknum > "0"%format "fmt_title" "%s - %02d:%02d" title Lm Ls%format "fmt_mostplayed" "%2d|%3d %s (%s)" playcount autoscore title artist %sort = "inverse" %limit = "100"%format "fmt_lastplayed" "%06d%s - %s" lastplayed artist title %sort = "inverse" %limit = "99" %strip = "6"%format "fmt_forgotten" "%06d%s - %s" lastplayed artist title %limit = "99" %strip = "6"%format "fmt_best_tracks" "%02d. %s (%3d)" tracknum title autoscore%format "fmt_score" "(%3d) %s-%s" autoscore title artist%format "fmt_rating" "(%2d) %s-%s" rating title artist %sort = "inverse"# "History"%menu_start "menu-history" "History""Favourite Artists" -> artist ? playcount > "3" & autoscore > "85" -> album -> title = "fmt_best_tracks""Favourite Albums" -> album ? playcount > "3" & autoscore > "85" -> title = "fmt_best_tracks""Forgotten Favourites" -> title = "fmt_forgotten" ? playcount > "3" & autoscore > "85""Most Played" -> title = "fmt_mostplayed" ? playcount > "0""Never Played" -> artist ? playcount == "0" -> album -> title = "fmt_title""New Favourites" -> artist ? playcount <= "3" & autoscore > "85" -> album -> title = "fmt_best_tracks""Recent Favourites" -> title = "fmt_lastplayed" ? playcount > "3" & autoscore > "85""Recently Played" -> title = "fmt_lastplayed" ? playcount > "0"# "Same As Current"%menu_start "menu-same-as-current" "Same As Current""Album" -> title = "fmt_title" ? album = "#album#""Album Artist" -> albumartist ? albumartist = "#albumartist#" -> title = "fmt_title""Artist" -> album ? artist = "#artist#" -> title = "fmt_title""Directory" -> title ? filename ^ "#directory#""Title" -> title = "fmt_title" ? title = "#title#"# "Search"%menu_start "menu-search" "Search""Album" -> album ? album ~ "" -> title = "fmt_title""Album Artist" -> albumartist ? albumartist ~ "" -> album -> title = "fmt_title""Artist" -> artist ? artist ~ "" -> album -> title = "fmt_title""Filename" -> filename ? filename ~ """Title" -> title = "fmt_title" ? title ~ """Rating" -> title = "fmt_rating" ? rating > ""# "Database" Main Menu%menu_start "menu-database" "Database""Album" -> album -> title = "fmt_title""Album Artist" -> albumartist -> album -> title = "fmt_title""Artist" -> artist -> album -> title = "fmt_title""Genre" -> genre -> artist -> album -> title = "fmt_title""History" ==> "menu-history""Rating" -> rating -> title = "fmt_title""Same As Current" ==> "menu-same-as-current""Search" ==> "menu-search""Track" -> title"Year" -> year ? year > "0" -> artist -> album -> title = "fmt_title"%root_menu "menu-database"
As a reply to godeater, XML isnt completly an impossibility. Just because the user interacts with XML files doesnt mean the file the player reads needs to be XML. case in point is the lang files which are "compiled" into a binary format which is loaded onto the player.
Page created in 0.12 seconds with 15 queries.