X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Futil.h;h=f5218653dafb05e106e11546da72c14ad79ac825;hb=f88fadfdac6fe5f53dc84c183fa7c9c4f0f0395f;hp=b95a0af58498a01632f214a1a1814753735865eb;hpb=58cd57db37f1460a899aaf92b8c7e7564f55e50d;p=dcpomatic.git diff --git a/src/lib/util.h b/src/lib/util.h index b95a0af58..f5218653d 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -63,10 +63,10 @@ namespace dcp { #define CLOSED_CAPTION_LINES 3 /** Maximum line length of closed caption viewers */ #define CLOSED_CAPTION_LENGTH 30 -/* We are mis-using episode_id here, as non-iTunes metadata tags are ignored. +/* We are mis-using genre here, as only some metadata tags are written/read. I tried the use_metadata_tags option but it didn't seem to make any difference. */ -#define SWAROOP_ID_TAG "episode_id" +#define SWAROOP_ID_TAG "genre" extern std::string program_name; extern bool is_batch_converter;