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:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  tagnavi.config v2.0 syntax
« previous next »
  • Print
Pages: 1 2 3 [4] 5 6 7

Author Topic: tagnavi.config v2.0 syntax  (Read 48850 times)

Offline kwaanens

  • Member
  • *
  • Posts: 8
Re: tagnavi.config v2.0 syntax
« Reply #45 on: January 04, 2007, 09:47:43 AM »
Sadly, I can't seem to get this to work.
Looking at the player lists now, it's the same as it's always been. I know I put the right file in the right place. (The original tagnavi.config should stay in place, right?) I tried updating from 18. december daily build, to I also tried reverting to defualt settings, and see if that changed anything.
Re-initialising the player now, to see if that changes anything :(


- Ketil
Logged

Offline xlarge

  • Member
  • *
  • Posts: 191
Re: tagnavi.config v2.0 syntax
« Reply #46 on: January 04, 2007, 09:49:20 AM »
This is my file, probably not as complete and nifty as bascule's but still, it works with a build from yesterday.



[attachment deleted by admin, too old]
Logged

Offline kwaanens

  • Member
  • *
  • Posts: 8
Re: tagnavi.config v2.0 syntax
« Reply #47 on: January 04, 2007, 10:19:42 AM »
Thanks!
Yours seems to work.
Hope the other one can be fixed, so I can chech out which one I'd like to use.

- Ketil
Logged

Offline xlarge

  • Member
  • *
  • Posts: 191
Re: tagnavi.config v2.0 syntax
« Reply #48 on: January 04, 2007, 10:23:43 AM »
It's based on roolku's file from a while ago... But i've mucked about a bit with i since then...
I suggest you do the same :)
Logged

Offline bascule

  • Rockbox Expert
  • Member
  • *
  • Posts: 1298
Re: tagnavi.config v2.0 syntax
« Reply #49 on: January 04, 2007, 10:25:46 AM »
Quote from: kwaanens on January 04, 2007, 10:19:42 AM
Thanks!
Yours seems to work.
Hope the other one can be fixed, so I can chech out which one I'd like to use.

- Ketil

I have no idea why mine did not work, but the content is from the same base as xlarge's one, so really it would be sufficient to look at mine in Notepad/your choice of text editor, get the hang of the syntax and then (re)write your own!

EDIT: This has been fixed - see my edited post
« Last Edit: January 28, 2007, 05:42:37 PM by bascule »
Logged
DataBase fanboy and author of the totally overhauled Rockbox Sync Tool

Offline bascule

  • Rockbox Expert
  • Member
  • *
  • Posts: 1298
Re: tagnavi.config v2.0 syntax
« Reply #50 on: January 28, 2007, 05:44:57 PM »
For anyone who is interested, I've updated the Wiki regarding tagnavi syntax with some of my recent findings...
Logged
DataBase fanboy and author of the totally overhauled Rockbox Sync Tool

Offline xlarge

  • Member
  • *
  • Posts: 191
Re: tagnavi.config v2.0 syntax
« Reply #51 on: January 30, 2007, 11:49:59 AM »
Good job!
Logged

Offline Nutopia

  • Member
  • *
  • Posts: 3
Re: tagnavi.config v2.0 syntax
« Reply #52 on: February 05, 2007, 05:31:05 PM »
I just wanted to say that this was the final thing that i wanted out of rockbox that I too miss from RIO KARMA. I posted earlier today on the iAudio board about this - they informed me it was already done, and I found it here. Worked like a charm!! Rockbox is amazing. You guys rock.

 ;D
Logged

Offline woodensoul

  • Member
  • *
  • Posts: 74
Re: tagnavi.config v2.0 syntax
« Reply #53 on: February 07, 2007, 11:27:06 PM »
One small change I'd like to see to bascule's tagnavi_custom.config is the menu item to list all artists (and albums) in one screen as before in addition to the option to browse by first letter.  This would make it easier to view all artists (or albums) without having to enter each letter of the alphabet.  I'm sure this is possible but I haven't read through the entire wiki entry yet.  At the risk of testing Llorean's patience, does anyone have a quick suggestion to achieve what I want?
Logged
2 iRiver H120s | iRiver H140 | iRiver H320 | iRiver H20 | 3 Gigabeat F40s | 2 Gigabeat F20s | iPod Video 80GB | Sansa e280 | 2 Sansa Clips | Sansa c200

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: tagnavi.config v2.0 syntax
« Reply #54 on: February 08, 2007, 12:50:47 AM »
I'd imagine putting a line with
Code: [Select]
"All Artists"   -> artist -> album  -> title = "f_browse"
before
Code: [Select]
"A"   -> artist ? artist ^ "A" -> album  -> title = "f_browse"
Would make the first entry do what you want.
Logged

Offline woodensoul

  • Member
  • *
  • Posts: 74
Re: tagnavi.config v2.0 syntax
« Reply #55 on: February 08, 2007, 12:11:45 PM »
Worked like a charm. :) Thanks!  Another question while I have your attention: where is the play count information stored?  I update often and find that the play count gets reset and I'm not sure if it's because I'm deleting the file that stores the information or if it happens for some other reason.
Logged
2 iRiver H120s | iRiver H140 | iRiver H320 | iRiver H20 | 3 Gigabeat F40s | 2 Gigabeat F20s | iPod Video 80GB | Sansa e280 | 2 Sansa Clips | Sansa c200

Offline bascule

  • Rockbox Expert
  • Member
  • *
  • Posts: 1298
Re: tagnavi.config v2.0 syntax
« Reply #56 on: February 09, 2007, 03:26:18 AM »
It's stored in the Database's *.tcd files in normal operation and shouldn't get overwritten by rockbox version updates or a database update, but will get lost if you initialise the database.

If you wish to preserve playcounts over re-initialisations, follow the manual instructions here under Export Modifications:

http://download.rockbox.org/manual/rockbox-h100/rockbox-buildch4.html#x7-370004.2.3
Logged
DataBase fanboy and author of the totally overhauled Rockbox Sync Tool

Offline dip

  • Member
  • *
  • Posts: 111
Re: tagnavi.config v2.0 syntax
« Reply #57 on: February 09, 2007, 03:33:15 AM »
I tried to use %strip to strip the tracknumbers when displaying titles (which should be sorted by tracknumbers), but it does not strip anything. I use

%format "fmt_title" "%02d. %s" tracknum title strip = "3" ? tracknum > "0"

Is that format incorrect or does strip not work? Any help would be appreciated.

Dieter
Logged

Offline bascule

  • Rockbox Expert
  • Member
  • *
  • Posts: 1298
Re: tagnavi.config v2.0 syntax
« Reply #58 on: February 09, 2007, 05:01:20 AM »
If you have copied exactly what you used, then the problem is you missed the % from %strip...

I tried:

%format "fmt_title" "%02d. %s" tracknum title %strip = "3" ? tracknum > "0"

in the simulator and it worked perfectly...

To look good, though, you need to strip 4 characters (2 for the number, 1 for the '.' and 1 for the 'space'
Logged
DataBase fanboy and author of the totally overhauled Rockbox Sync Tool

Offline dip

  • Member
  • *
  • Posts: 111
Re: tagnavi.config v2.0 syntax
« Reply #59 on: February 09, 2007, 06:53:47 AM »
Sorry, I did of course use %strip and I also tried 4 characters. I am quit sure that it did not work for me but I will again test it this evening.
Logged

  • Print
Pages: 1 2 3 [4] 5 6 7
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  tagnavi.config v2.0 syntax
 

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

Page created in 0.158 seconds with 21 queries.