Support and General Use > Theming and Appearance Customization

Where do I get the tagnavi_custom.config file?

(1/1)

AMJF:
The Rockbox manual mentions this editable file, but there's no trace of it on my install. All I have is tagnavi.config which is unusable, but I would simply like to edit the existing default file and add my own modifications that way. Is there a way to copy tagnavi.config to tagnavi_custom.config for modification, or do I have to create a new file entirely from scratch?

[Saint]:
You must create this file.

Placing an empty file on the device during install would serve no purpose.


[Saint]

AMJF:
OK, time to go to school, learn the syntax and create a new file which I can call my own :)

AMJF:

--- Quote from: [Saint] on November 12, 2014, 10:34:33 PM ---You must create this file.

--- End quote ---

Are there any example files that are editable? I find it best to learn through examples.

AMJF:
I found a default tagnavi.config that I could work on, and this is my modified file in its entirety:


--- Code: ---#! rockbox/tagbrowser/2.0

%format "fmt_title" "%01d %02d  %s (%02d:%02d)" discnum tracknum title Lm Ls

%menu_start "main" "Database"
"Albums" -> album -> title = "fmt_title"
"Album Artists" -> albumartist -> album -> title = "fmt_title"
"Artists" -> artist -> album -> title = "fmt_title"

%root_menu "main"

--- End code ---

Nice and simple, and it works fine for me.

Navigation

[0] Message Index

Go to full version