summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-12 21:28:05 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-12 21:28:05 +0200
commitba251ec2d7d415e502d450e7bd73d65ac8971a61 (patch)
treed24ba9990d7ad9127c6d674683b29432c188275e /plugins
parente88315ab364482918f133b20d8e2aa13771b2832 (diff)
removed/disabled/hidden some fb2k-compatibility hacks
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtkui/trkproperties.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c
index 4a34903c..29611262 100644
--- a/plugins/gtkui/trkproperties.c
+++ b/plugins/gtkui/trkproperties.c
@@ -80,19 +80,21 @@ on_metadata_edited (GtkCellRendererText *renderer, gchar *path, gchar *new_text,
// full metadata
static const char *types[] = {
"artist", "Artist",
- "albumartist", "Album Artist",
-// "band", "Band",
"title", "Track Title",
- "track", "Track Number",
+ "performer", "Performer/conductor",
+ "band", "Band / Album artist",
"album", "Album",
- "genre", "Genre",
"year", "Date",
- "performer", "Performer",
- "composer", "Composer",
+ "track", "Track Number",
"numtracks", "Total Tracks",
+ "genre", "Genre",
+ "composer", "Composer",
"disc", "Disc Number",
"comment", "Comment",
"vendor", "Encoded by",
+ // nonstandard frames, let's hide them for now
+// "<performer>", "<PERFORMER>",
+// "<albumartist>", "<ALBUM ARTIST>",
NULL
};