diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-27 19:20:51 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-27 19:20:51 +0000 |
| commit | 4cdcbb97bcc9398b111b133b8284902fb9af49c7 (patch) | |
| tree | 4305841804eaed2ca7e936353f94c20bc2789cd1 /apps/settings.h | |
| parent | fa1afb72c9b668ded3290b6d918b28bb375c3ee0 (diff) | |
| download | rockbox-4cdcbb97bcc9398b111b133b8284902fb9af49c7.zip rockbox-4cdcbb97bcc9398b111b133b8284902fb9af49c7.tar.gz rockbox-4cdcbb97bcc9398b111b133b8284902fb9af49c7.tar.bz2 rockbox-4cdcbb97bcc9398b111b133b8284902fb9af49c7.tar.xz | |
New option, ID3 tag order
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4965 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index fc9a004..36b4a83 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -230,6 +230,8 @@ struct user_settings bool line_in; /* false=off, true=active */ + bool id3_v1_first; /* true = ID3V1 has prio over ID3V2 tag */ + /* playlist viewer settings */ bool playlist_viewer_icons; /* display icons on viewer */ bool playlist_viewer_indices; /* display playlist indices on viewer */ |