From 5e5aacfc7174aba9adfbd32238a5756b717e3490 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 23 Apr 2011 16:17:21 +0100 Subject: Add "Album Artist" field to the list of potential fields to edit Quoth Daniel (Random Mister): "I just found an extended patch which also includes support for the album-artist tag in the fill tags dialog. It is an update of the other, so if you only add this one to the git tree it should work. I've been using it for over half a year without bugs, so I think it can be merged into the Git tree." Written-By: Daniel --- src/setting.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/setting.h') diff --git a/src/setting.h b/src/setting.h index 90c0df0..2d8d163 100644 --- a/src/setting.h +++ b/src/setting.h @@ -160,6 +160,7 @@ gint CONFIRM_DELETE_FILE; gint PROCESS_FILENAME_FIELD; gint PROCESS_TITLE_FIELD; gint PROCESS_ARTIST_FIELD; +gint PROCESS_ALBUM_ARTIST_FIELD; gint PROCESS_ALBUM_FIELD; gint PROCESS_GENRE_FIELD; gint PROCESS_COMMENT_FIELD; -- cgit v1.2.3