Welcome to the Rockbox Technical Forums!
I just figured it would be nice if they could add a menu call shuffle songs for those of us that like this.
Solution: Put your podcasts in one folder. Put your music under a folder called "Music". Insert the music folder shuffled, so that only the music is played.
Quote from jmdennis:I have some podcast that show no tag under artist but others have the speaker.OK, well that's a start...Can you check all the other tags (title, album, genre, even bitrate). If there is something unique in one of those that all your podcasts share, but your music doesn't, it can be used to filter the Tag Cache results.Quote from jmdennis:All of these are mp3's. I have imported my music in as .ogg so I do not know if some thing can be written to exclude mp3's or not.Just the difference between MP3 and OGG can be used, if all your podcasts are MP3 and all your music is OGG. You could start with something like this in your custom tagnavi file:Code:%format "fmt_disp_trk" "%02d %s" tracknum title%menu_start "Podcasts" "Podcasts""Podcasts" -> album ? filename $ ".mp3" -> title = "fmt_strip_trk"
Page created in 0.081 seconds with 14 queries.