--- tagnavi.config 2007-05-23 20:14:28.000000000 -0400 +++ tagnavinew.config 2007-05-30 04:38:43.875000000 -0400 @@ -19,6 +19,17 @@ %include "/.rockbox/tagnavi_custom.config" # +# === Begin Podcast sub menus +# + +#Define the Podccast sub menu +%menu_start "podcast" "Podcasts" +"All Podcasts" -> album ? genre = "podcast" -> title = "fmt_title" +"Recently Added Podcasts" -> album ? entryage < "4" & commitid > "0" & genre = "podcast" -> title = "fmt_title" +"Unplayed Podcast" -> album ? genre = "podcast" & playcount == "0" -> title = "fmt_title" +"Played Podcasts" -> album ? genre = "podcast" & playcount != "0" -> title = "fmt_title" + +# # === Begin of "A to Z" sub menus # @@ -132,6 +143,7 @@ "Composer" -> composer -> album -> title = "fmt_title" "Track" -> title "Year" -> year ? year > "0" -> artist -> album -> title = "fmt_title" +"Podcasts" ==> "podcast" "User Rating" -> rating -> title = "fmt_title" "Recently Added" -> album ? entryage < "4" & commitid > "0" -> title = "fmt_title" "A to Z..." ==> "a2z"