Rockbox Technical Forums

Rockbox Development => Feature Ideas => Topic started by: fduniho on May 03, 2012, 07:43:46 AM

Title: Provide an option for browsing album titles by genre
Post by: fduniho on May 03, 2012, 07:43:46 AM
One thing I miss from my old MP3 player is the ability to browse albums by genre. When I select a genre in the Rockbox database, it provides me with a list of artists. This is also a useful option to have, but it would be nice to have both. When I select a genre, a few options appear at the top before the list of artists. These are <All tracks> and <Random>. In addition to these, it would be nice to have an <All Albums> option.
Title: Re: Provide an option for browsing album titles by genre
Post by: Llorean on May 03, 2012, 12:28:55 PM
Have you looked at the customization options for Tagnavi? I'm pretty sure this is already quite doable if you customize it.
Title: Re: Provide an option for browsing album titles by genre
Post by: fduniho on May 03, 2012, 08:35:20 PM
What is Tagnavi?
Title: Re: Provide an option for browsing album titles by genre
Post by: saratoga on May 03, 2012, 09:13:39 PM
The system for changing database queries.
Title: Re: Provide an option for browsing album titles by genre
Post by: fduniho on May 03, 2012, 09:22:08 PM
I found it and made a small change that provides the same function I had in mind.

I changed this:

"Genre"    -> genre    -> artist -> album -> title = "fmt_title"

To this:

"Genre by Album"    -> genre    -> album -> title = "fmt_title"
"Genre by Artist"    -> genre    -> artist -> album -> title = "fmt_title"