summaryrefslogtreecommitdiff
path: root/firmware/export/id3.h
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2007-02-14 14:40:24 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2007-02-14 14:40:24 +0000
commit9f4bd8712fc122f61ec162c544d613a95c3ca66e (patch)
tree4e652a1e7c19ac8a6bb789ee79304744c133d029 /firmware/export/id3.h
parent0403c2a572154667f3f2bd671d7d5a7cc08c64af (diff)
downloadrockbox-9f4bd8712fc122f61ec162c544d613a95c3ca66e.tar.gz
rockbox-9f4bd8712fc122f61ec162c544d613a95c3ca66e.zip
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 'firmware/export/id3.h')
-rw-r--r--firmware/export/id3.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index 980d3b4d94..721de9030c 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -213,6 +213,9 @@ struct mp3entry {
213 long track_peak; /* 7.24 signed fixed point. 0 for no peak. */ 213 long track_peak; /* 7.24 signed fixed point. 0 for no peak. */
214 long album_peak; 214 long album_peak;
215#endif 215#endif
216
217 /* Cuesheet support */
218 int cuesheet_type; /* 0: none, 1: external, 2: embedded */
216}; 219};
217 220
218enum { 221enum {