This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8122 - Tagnavi_custom don't works
Attached to Project:
Rockbox
Opened by Dirk Schemionek (DirkS) - Friday, 09 November 2007, 09:05 GMT+1
Last edited by Marc Guay (Marc_Guay) - Monday, 31 March 2008, 20:33 GMT+1
Opened by Dirk Schemionek (DirkS) - Friday, 09 November 2007, 09:05 GMT+1
Last edited by Marc Guay (Marc_Guay) - Monday, 31 March 2008, 20:33 GMT+1
|
DetailsIt is not possible to change the basic format declarations in the tagnavi with the tagnavi_custom file because the %include command is written after that basic declaration block.
Tested with Version r15525. |
This task depends upon
Closed by Marc Guay (Marc_Guay)
Monday, 31 March 2008, 20:33 GMT+1
Reason for closing: Not a Bug
Additional comments about closing: Comments indicate that this is simply the way it works.
Monday, 31 March 2008, 20:33 GMT+1
Reason for closing: Not a Bug
Additional comments about closing: Comments indicate that this is simply the way it works.
If it is moved before the format declarations you can't use them in the tagnavi_custom.config. You can however write your own format definitions for use in tagnavi_custom.config with different names.
Instead I justified the reasons why the current order is intentional and suggested an alternative solution.