Hello,
If there is a way to do what I seek, not sure how! I am trying to automate this process, as best as possible, with no human interactions. Let's say I have a file name, such as "Super.Awesome.Movie.2019.1080p.HQTS.GOLD-EDITION.x264-CHS[TGx]". If I do a search for this string at https://api.themoviedb.org/3/search/movie?api_key={mykey}&query={filenamestr}, I get zero results. The only way I can come up with anything is by breaking the filename into pieces split by obvious delimiters and do multiple searches to narrow down the number of results, hopefully to one. Is there any search function that can make a "best guess" by accepting a filename?
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2019 年 08 月 01 日 7:11下午
Hi @MrPhuzz, we do not provide any such feature. This is something you will have to build locally on your end. I don't have much of a suggestion, only that you could look at how some other projects like Kodi do it for inspiration.
HDVinnie 的回复
于 2019 年 08 月 28 日 3:47下午
You figure anything out? I would love this too.