From: Carl Hetherington Date: Wed, 5 Jun 2019 20:42:31 +0000 (+0100) Subject: swaroop: switch ID tag to genre as it is supported by ffmpeg in both mp4 and mov. X-Git-Tag: v2.15.7~2 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=f88fadfdac6fe5f53dc84c183fa7c9c4f0f0395f swaroop: switch ID tag to genre as it is supported by ffmpeg in both mp4 and mov. --- 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;