diff options
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index b760f7f4b..b95a0af58 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -63,6 +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. + I tried the use_metadata_tags option but it didn't seem to make any difference. +*/ +#define SWAROOP_ID_TAG "episode_id" extern std::string program_name; extern bool is_batch_converter; |
