Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Can we display ALL Albums within a given Genre (using Tagcache viewing)?
« previous next »
  • Print
Pages: [1]

Author Topic: Can we display ALL Albums within a given Genre (using Tagcache viewing)?  (Read 3071 times)

Offline lalittle

  • Member
  • *
  • Posts: 103
Can we display ALL Albums within a given Genre (using Tagcache viewing)?
« on: September 08, 2006, 04:19:47 AM »
I'm using tagcache to browse songs by tags on a 5G iPod.  Is there any way to quickly display a list of ALL Ablums within a given Genre (i.e. is there any way to do this without doing a "Search By..." in Rockbox)?

With the original Apple firmware, when you select a Genre, there is an "All" selection at the top of the list of Artists.  By selecting this, you can see ALL the albums for ALL the artists within this Genre.  This is a great feature for browsing albums that have multiple artists such as Soundtracks, Jazz, Blues, or Classical collections.  It allows you to peruse albums within a certain Genre, and get ALL the songs for any album even if they were done by different artists.  Rockbox can select "All Tracks" within a given Genre, but I don't see any way to peruse and play all "Albums" instead.

Can Rockbox do this, or am I correct in assuming that it cannot?  I added a feature request for this, but nobody has responded.  This seems like an obvious omission from Rockbox to me, so I'm curious why nobody else has asked for this (at least I cannot find any other discussion on this at the moment.)

Thanks,

Larry
Logged

Offline bascule

  • Rockbox Expert
  • Member
  • *
  • Posts: 1298
Re: Can we display ALL Albums within a given Genre (using Tagcache viewing)?
« Reply #1 on: September 08, 2006, 04:47:30 AM »
You can edit the .rockbox\tagnavi.config text file to display almost anything you want. Try adding these two lines:
Code: [Select]
"Albums by genre" genre : album : title = "%02d-%s" tracknum title
"Artists by genre"    genre    : artist : album : title = "%02d-%s" tracknum title

This will display a genre list first then, respectively, albums and tracks or artists then albums then tracks
Logged
DataBase fanboy and author of the totally overhauled Rockbox Sync Tool

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Can we display ALL Albums within a given Genre (using Tagcache viewing)?
« Reply #2 on: September 08, 2006, 04:47:47 AM »
This should work by adding an appropriate entry to tagnavi.config. Haven't tested, but look at the TagCache wiki page which explains the tagnavi.config syntax.

From that page:
album ? genre = "Ballads" & artist = "AC-DC" will only show the albums that contain ballads by AC-DC
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline lalittle

  • Member
  • *
  • Posts: 103
Re: Can we display ALL Albums within a given Genre (using Tagcache viewing)?
« Reply #3 on: September 08, 2006, 04:58:36 AM »
Thank you -- that should get me started on what I want.

Just to clarify, do I understand correctly that you need a seperate entry for each "order" you want to browse by?  In other words, unlike the original Apple firmware, where you can select "All" at the top of the list of artists and see all albums from all artists within the current genre, with Rockbox, you have to create a seperate entry if you want to do this.  For example, with Rockbox you need one entry to browse by Genre>Artist>Album, and another, seperate entry to browse by Genre>Album (i.e. ALL albums within a Genre.)

Thanks again for your help -- there's a LOT to learn about this.

Larry
Logged

Offline lalittle

  • Member
  • *
  • Posts: 103
Re: Can we display ALL Albums within a given Genre (using Tagcache viewing)?
« Reply #4 on: September 08, 2006, 05:02:46 AM »
One other question:'

The wiki page I found on tagnavi.config seems to use a different syntax that what is quoted above -- i.e. the wiki page shows brackets around the entries, but the examples above do not.  Am I looking at an outdated page, or missing something, or ???

Thanks again,

Larry

UPDATE:  I just followed the syntax from the actual tagnavi.config on the iPod, and it works as you said.  I renamed the existing "Genre" to "Genre/Artist," and created a new entry labeled "Genre/Album," which allows me to browse as I wanted.  I also deleted a couple of the existing entries that I don't use.

Can I just keep a copy of this on my system and copy it over to the iPod whenever I update the build (i.e. will the syntax remain the same from build to build?)

Also, are all the extra spaces on the lines just to get everything to line up in the text viewer?

THANKS again for helping out with this.  It's working great.

(Now all I need is an updated scrolling patch for the iPod with the newer builds, and I'll be good to go.)

Larry
« Last Edit: September 08, 2006, 05:20:40 AM by lalittle »
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Can we display ALL Albums within a given Genre (using Tagcache viewing)?
« Reply #5 on: September 08, 2006, 06:11:57 AM »
Quote from: lalittle on September 08, 2006, 05:02:46 AM
the wiki page shows brackets around the entries, but the examples above do not.
usually means to replace the with your values, i.e. is meant to be replaced by the artist name you're searching for. F.e. if I want to search for Dido, becomes Dido in my line.

Quote
Can I just keep a copy of this on my system and copy it over to the iPod whenever I update the build (i.e. will the syntax remain the same from build to build?)
TagCache is still under development so the syntax may change though it is unlikely it gets changed heavily. So there shouldn't arise problems (and if the syntax changes you just need to adjust the tagnavi.config -- shouldn't be a big deal)

Quote
Also, are all the extra spaces on the lines just to get everything to line up in the text viewer?
AFAIK yes.

Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Can we display ALL Albums within a given Genre (using Tagcache viewing)?
« Reply #6 on: September 08, 2006, 03:23:17 PM »
Isn't there an All Tracks option in TagCache lists now? I thought that was implemented...
« Last Edit: September 08, 2006, 05:52:05 PM by Llorean »
Logged

Offline lalittle

  • Member
  • *
  • Posts: 103
Re: Can we display ALL Albums within a given Genre (using Tagcache viewing)?
« Reply #7 on: September 08, 2006, 03:51:14 PM »
Quote from: Llorean on September 08, 2006, 03:23:17 PM
Isn't there an option in TagCache lists now? I thought that was implemented...

What would I look for, and when was this implemented?

Thanks,

Larry
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Can we display ALL Albums within a given Genre (using Tagcache viewing)?
« Reply #8 on: September 08, 2006, 05:57:21 PM »
I misunderstood your question. TagCache doesn't work well with albums by multiple artists simply because it cannot assume that an album is the same album just because it has the same name, and there isn't a really good way for marking it as the same album unless someone implements the use of the sorting tags to go along side the currently used tags (which can be thought of as 'display' tags, really)
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Can we display ALL Albums within a given Genre (using Tagcache viewing)?
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.083 seconds with 15 queries.