Import list of titles or people in the imdb list
This is tricky, because there can be different movies with the same name. This is why I've implemented only import by id in the first place. But the default form for adding movies uses this. It first asks the server for all titles that have name similar to the one given by the user. The server returns a list of names and id's. Then the user selects the wanted title out of this list. Afterwards, the browser sends an id to the server to add the corresponding title.
thx for answer, ok couple of question here:
P.S. I was manage to install DB SQL, so i will deal with my 2500 movie list separatelly (I hope :D)
[Feature request] Possibility to receive URL links from IMDB movie names
Hello sir, and everyone. Your script was incredibly usefull, and it could be usefull even more with 1 feature request.
Adding 1 checkbox to import list of film names and receive URL of this movies from imdb.
This is required for 1 reason: many movie agregators don't have direct imdb links or other version to link they database with IMDB database, therefore if I have my movie list from some webpage that i used before, and i want to upload all this movies with ratings to IMDB - I simply can not do that because IMDB adds movie ONLY when URL is specified (not movie ID, not movie name).
Basically now i have this Name Rating Matrix 10 Inception 9 Avengers 7
What i want to get is Name IMDB URL Matrix https://www.imdb.com/title/tt0133093/ Inception https://www.imdb.com/title/tt0133094/ Avengers https://www.imdb.com/title/tt0133092/
Now I can merge Names + URL + Rating and make transfer.