FS#8122 - Tagnavi_custom don't works
Attached to Project:
Rockbox
Opened by Dirk Schemionek (DirkS) - Friday, 09 November 2007, 08:05 GMT
Last edited by Marc Guay (Marc_Guay) - Monday, 31 March 2008, 18:33 GMT
Opened by Dirk Schemionek (DirkS) - Friday, 09 November 2007, 08:05 GMT
Last edited by Marc Guay (Marc_Guay) - Monday, 31 March 2008, 18:33 GMT
|
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, 18:33 GMT
Reason for closing: Not a Bug
Additional comments about closing: Comments indicate that this is simply the way it works.
Monday, 31 March 2008, 18:33 GMT
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.