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?
Kan ’n rolprent of TV-program nie vind nie? Teken aan om dit te skep.
Wil u hierdie item gradeer of tot ’n lys toevoeg?
Nie ’n lid nie?
Antwoord deur Travis Bell
op 1 Augustus 2019 om 7:11 NM
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.
Antwoord deur HDVinnie
op 28 Augustus 2019 om 3:47 NM
You figure anything out? I would love this too.