summaryrefslogtreecommitdiff
path: root/junklib.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-09-23 19:58:27 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-09-23 19:58:27 +0200
commit2c7ea6d8a9c674a2673316bec1cdcbb371bdbb63 (patch)
tree15defcc796501503c4330c7f22d05cfb40439fbc /junklib.c
parentdc718446e3bd817d55af3df030e122e575b78672 (diff)
read/write discnumber/totaldiscs field to/from Disc apev2 field
Diffstat (limited to 'junklib.c')
-rw-r--r--junklib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/junklib.c b/junklib.c
index 1c73f35f..2a220626 100644
--- a/junklib.c
+++ b/junklib.c
@@ -63,7 +63,7 @@ enum {
static const char *frame_mapping[] = {
"artist", "TPE1", "TPE1", "TP1", "Artist",
"band", "TPE2", "TPE2", "TP2", "Album artist",
- "disc", "TPOS", "TPOS", "TPA", "Media",
+ "disc", "TPOS", "TPOS", "TPA", "Disc",
"title", "TIT2", "TIT2", "TT2", "Title",
"album", "TALB", "TALB", "TAL", "Album",
"copyright", "TCOP", "TCOP", "TCO", "Copyright",
@@ -2086,7 +2086,7 @@ junk_id3v2_convert_apev2_to_24 (DB_apev2_tag_t *ape, DB_id3v2_tag_t *tag24) {
}
const char *text_keys[] = {
- "Title", "Subtitle", "Artist", "Album", "Publisher", "Conductor", "Track", "Composer", "Copyright", "Genre", "Media", "ISRC", "Language", "Year", NULL
+ "Title", "Subtitle", "Artist", "Album", "Publisher", "Conductor", "Track", "Composer", "Copyright", "Genre", "Disc", "ISRC", "Language", "Year", NULL
};
const char *text_keys_24[] = {