Hello. I thought I’d share the movie library template I created to keep track of both my physical media (DVD, Blu-ray, etc.) and digital library. It’s essentially a main form with the basic movie information with two linked forms, one for physical media and one for digital. There is also a script to fill in the basic information using the TMDB Number/ID. I cobbled it together from these two topics: https://www.tapforms.com/forums/topic/watched-tv-shows/ and https://www.tapforms.com/forums/topic/get-movie-details-from-themoviedb-api-help-needed/. I know not this odd thing called JavaScript, but am a copy and paste demon, so thanks to everyone who contributed to this code. There are instructions in the script for use.
P.S. Programmers beware, I don’t know the indent rules, so it may cause an eye twitch.
Attachments:
You must be
logged in to view attached files.
Giving it a download. Thanks!
Thanks for making this. I’m getting this error
Movie Info: TypeError: undefined is not an object (evaluating ‘actorRecord.setFieldValues’), line:(null)
Have you made any updates to this?
It’s possible not all the data is provided from the API that the script is expecting. Did you put in your API ID values into the script?
I did add the API values to the script. And I can see the data echoed back in the console log. I’ve tried a few different movies.
When I get some time, I’ll try to debug, but thought I’d check to see if an update was already done.
thanks for replying.
AnonymousInactive
I did add the API values to the script. And I can see the data echoed back in the console log. I’ve tried a few different movies. When I get some time, I’ll try to debug, but thought I’d check to see if an update was already done. thanks for replying.
Is the update faulty? I just downloaded it.
Are you having any troubles with the form Pauline?