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/setting.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/setting.c') diff --git a/src/setting.c b/src/setting.c index 8a368d9..7955541 100644 --- a/src/setting.c +++ b/src/setting.c @@ -710,6 +710,7 @@ void Apply_Changes_Of_Preferences_Window (void) FILE_WRITING_ID3V2_WRITE_TAG = GTK_TOGGLE_BUTTON(FileWritingId3v2WriteTag)->active; FILE_WRITING_ID3V2_USE_CRC32 = GTK_TOGGLE_BUTTON(FileWritingId3v2UseCrc32)->active; FILE_WRITING_ID3V2_USE_COMPRESSION = GTK_TOGGLE_BUTTON(FileWritingId3v2UseCompression)->active; + FILE_WRITING_ID3V2_TEXT_ONLY_GENRE = GTK_TOGGLE_BUTTON(FileWritingId3v2TextOnlyGenre)->active; FILE_WRITING_ID3V2_USE_UNICODE_CHARACTER_SET = GTK_TOGGLE_BUTTON(FileWritingId3v2UseUnicodeCharacterSet)->active; active = gtk_combo_box_get_active(GTK_COMBO_BOX(FileWritingId3v2UnicodeCharacterSetCombo)); -- cgit v1.2.3