Open plotski opened 4 years ago
"Collector" is parsed as "Collector's Edition" and the title becomes "The".
$ guessit The.Collector.2009.720p.BluRay.DTS.x264-HDS For: The.Collector.2009.720p.BluRay.DTS.x264-HDS GuessIt found: { "title": "The", "edition": "Collector", "year": 2009, "screen_size": "720p", "source": "Blu-ray", "audio_codec": "DTS", "video_codec": "H.264", "release_group": "HDS", "type": "movie" }
Adding "The Collector" to expected_title in options.json seems to fix this. Should I make a PR?
expected_title
options.json
"Collector" is parsed as "Collector's Edition" and the title becomes "The".