guessit-io / guessit

GuessIt is a python library that extracts as much information as possible from a video filename.
https://guessit-io.github.io/guessit
GNU Lesser General Public License v3.0
824 stars 92 forks source link

Title and Film_title #751

Open Ridente opened 1 year ago

Ridente commented 1 year ago

Hello

What is the difference in this case between "title" and "film_title"?

Fast and Furious F9 2021 BluRay 1080p.H264 Ita Eng AC3 5.1 Sub Ita Eng.mkv

MatchesDict([('film_title', 'Fast and Furious'), ('film', 9), ('year', 2021), ('source', 'Blu-ray'), ('screen_size', '1080p'), ('video_codec', 'H.264'), ('title', 'Ita Eng'), ('audio_codec', 'Dolby Digital'), ('audio_channels', '5.1'), ('subtitle_language', <Language [it]>), ('language', <Language [en]>), ('container', 'mkv'), ('mimetype', 'video/x-matroska'), ('type', 'movie')])

The real title is 'Fast and Furious' ( film_title) but sometimes the attribute 'title' Is it the only one available