diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/id3.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h index 9999981..a1fff90 100644 --- a/firmware/export/id3.h +++ b/firmware/export/id3.h @@ -94,6 +94,19 @@ struct mp3entry { /* resume related */ int offset; /* bytes played */ int index; /* playlist index */ + + /* FileEntry fields */ + long fileentryoffset; + long filehash; + long songentryoffset; + long rundbentryoffset; + + /* runtime database fields */ + long rundbhash; + short rating; + short voladjust; + long playcount; + long lastplayed; }; enum { |