Posts: 426
Joined: Jan 2015
Reputation:
12
Since a few days it wont work anymore imdb update error !
I am using latest Libreelec (Krypton) !!
Posts: 426
Joined: Jan 2015
Reputation:
12
Thanks for the answers bsoriano!!
Posts: 12
Joined: Sep 2012
Reputation:
0
bsoriano
I have not yet subscribed to omdapi, but if I do how do I add the apikey to this plugin as there seems to be nowhere to enter it?
Thanks
malcolm
Posts: 242
Joined: May 2013
Reputation:
6
Would also like to know how to do it
Sent fra min LG-H960 via Tapatalk
HTPC: AMD Ryzen 9 7900 | AMD Radeon RX 7600 XT | 32GB DDR5 6000 | 2x WD Black SN770 1TB + 204TB HDD.
TV/Audio: LG OLED CX 77 | Yamaha RX-A3070 | 5.1.2 Atmos Speaker Setup
Software: Kodi: v21.1 Omega | Skin: Madnox.Redux v21.01.02 | OS: Windows 11 Home
Posts: 4,508
Joined: Mar 2011
Reputation:
555
2017-05-26, 22:14
(This post was last modified: 2017-05-26, 22:16 by bsoriano.)
Sorry I have not been around for a few days.
Once you become a Patron, you should receive your apikey via e-mail.
Here is what I did to get it to work using my apikey:
1. go to the folder script.imdbupdate/resources/lib
2. Edit the file imdbMovie.py
3. Around line 24 (at least that is the line number for me, using Notepad++), you will find a line like this: url="http://omdbapi.com/?i=%s" % self.__imdbID
4. Change it to look like this: url="http://omdbapi.com/?i=%s&apikey=xxxxxxxx" % self.__imdbID
5. Save the file.
Of course, replace xxxxxxxx with your actual api key.
I am not a python programmer yet, nor am I the author of this script. Ideally, the script would have a setting where you can enter your api key and then it would use it.
I hope others find this useful.
Regards,
Bart
Posts: 62
Joined: May 2010
Reputation:
0
Can it not be changed to just pull the data from imdb instead of a 3rd party? There must be a way to keep it free?
Posts: 12
Joined: Sep 2012
Reputation:
0
Thank you Bsoriano
Have subscribed for the key, and with your instructions all now working well.
Thanks again
Posts: 242
Joined: May 2013
Reputation:
6
Its working here also! thanks mate!
HTPC: AMD Ryzen 9 7900 | AMD Radeon RX 7600 XT | 32GB DDR5 6000 | 2x WD Black SN770 1TB + 204TB HDD.
TV/Audio: LG OLED CX 77 | Yamaha RX-A3070 | 5.1.2 Atmos Speaker Setup
Software: Kodi: v21.1 Omega | Skin: Madnox.Redux v21.01.02 | OS: Windows 11 Home