Open Ridente opened 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
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