all repos — auto-movie-tagger @ 453b61c5b6a456efcabc0fcdaf5bc76cd0bdccb1

A Python script that auto tags and adds poster to mkv or mp4 movie files.

add new sub codec in blacklist
prithugoswami prithugoswami524@gmail.com
Tue, 06 Nov 2018 23:59:08 +0530
commit

453b61c5b6a456efcabc0fcdaf5bc76cd0bdccb1

parent

ee7fe7b1a53be00143ec04c2089a74a414fbe93e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M amt.pyamt.py

@@ -22,7 +22,7 @@ from mutagen.mp4 import MP4, MP4Cover

# The following subtitle codecs are ingored if found in the file as they are # not supported by the mp4 container. These are mainly picture-based subtitles -sub_codec_blacklist = ("dvdsub", "dvd_subtitle", "pgssub") +sub_codec_blacklist = ("dvdsub", "dvd_subtitle", "pgssub", "hdmv_pgs_subtitle") def collect_stream_metadata(filename): """