diff options
| author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-02-14 14:40:24 +0000 |
|---|---|---|
| committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-02-14 14:40:24 +0000 |
| commit | 9f4bd8712fc122f61ec162c544d613a95c3ca66e (patch) | |
| tree | 4e652a1e7c19ac8a6bb789ee79304744c133d029 /apps/tree.c | |
| parent | 0403c2a572154667f3f2bd671d7d5a7cc08c64af (diff) | |
| download | rockbox-9f4bd8712fc122f61ec162c544d613a95c3ca66e.zip rockbox-9f4bd8712fc122f61ec162c544d613a95c3ca66e.tar.gz rockbox-9f4bd8712fc122f61ec162c544d613a95c3ca66e.tar.bz2 rockbox-9f4bd8712fc122f61ec162c544d613a95c3ca66e.tar.xz | |
Cuesheet support by Jonathan Gordon and me (FS #6460).
Everytime an audio file is loaded, a cue file with the same name is searched for. A setting
allows to disable this (default is off). Cuesheet files can also be viewed in the file browser.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12304 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c index 88492f4..806d1de 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -133,6 +133,7 @@ const struct filetype filetypes[] = { { "kbd", TREE_ATTR_KBD, Icon_Keyboard, VOICE_EXT_KBD }, #endif { "bmark",TREE_ATTR_BMARK, Icon_Bookmark, VOICE_EXT_BMARK }, + { "cue", TREE_ATTR_CUE, Icon_Bookmark, LANG_CUESHEET }, #ifdef BOOTFILE_EXT { BOOTFILE_EXT, TREE_ATTR_MOD, Icon_Firmware, VOICE_EXT_AJZ }, #endif /* #ifndef SIMULATOR */ |