From 90d2930aacda57538f1e9e05acc18e8e80481de3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 23 Apr 2011 16:31:43 +0100 Subject: Add option to make genre tags as "Text Only" Quoth Daniel: "I also have a patch which sets the genre tag as a string instead of the genre number. This number is not probably handled by iTunes (it shows the number, not the actual genre name). I've added it as a attachment." This is controlled by an option in the ID3 preferences tab Written-By: Daniel --- src/prefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/prefs.h') diff --git a/src/prefs.h b/src/prefs.h index 5c1e122..b190224 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -79,6 +79,7 @@ GtkWidget *FileWritingId3v1WriteTag; GtkWidget *WriteId3TagsInFlacFiles; GtkWidget *FileWritingId3v2UseCrc32; GtkWidget *FileWritingId3v2UseCompression; +GtkWidget *FileWritingId3v2TextOnlyGenre; GtkWidget *StripTagWhenEmptyFields; GtkWidget *ConvertOldId3v2TagVersion; -- cgit v1.2.3