Release TheMovieDB movie scraper - PYTHON version
#98
oh, im using headless kodi so starting from "scratch" just with default add-on settings

metadata.themoviedb.org.python v1.3.1+matrix.1 installed

and the default settings its created are below
Looks like language is correct

i also got same sort of errors using the TvDB python scraper...
maybe its a headless issue

oh wait, I know!

to change the scraper, I'm editing the SQL db directly as you cant change scraper via web ui (i dont think)
So, just changing "metadata.themoviedb.org" to "metadata.themoviedb.org.python" under strScraper

I see the settings are listing next to it in the DB row.
So, itll still have the old settings in the DB itself.
I'll just need to edit the scraper via a non-headless instance to get the settings in the db row correct Smile

UPDATE: yes that sorted it.
Log is a lot better now.

Just noticed it seems to try to scan new movies twice?
Code:
2021-03-03 16:00:07.730 T:491      INFO <general>: initializing python engine.
2021-03-03 16:00:08.007 T:491      INFO <general>: [metadata.themoviedb.org.python]: Find movie with title 'Adventures With Purpose Egypt' from year '2008'
2021-03-03 16:00:13.372 T:491      INFO <general>: CPythonInvoker(2, /usr/share/kodi/addons/metadata.themoviedb.org.python/python/scraper.py): script successfully run
2021-03-03 16:00:13.375 T:491      INFO <general>: initializing python engine.
2021-03-03 16:00:13.381 T:491      INFO <general>: [metadata.themoviedb.org.python]: Find movie with title 'Adventures With Purpose Egypt' from year '2008'
2021-03-03 16:00:18.493 T:491      INFO <general>: CPythonInvoker(2, /usr/share/kodi/addons/metadata.themoviedb.org.python/python/scraper.py): script successfully run
2021-03-03 16:00:18.493 T:490   WARNING <general>: No information found for item 'smb://192.168.20.3/sharedfolders/pool/Movies/Adventures With Purpose Egypt (2008)/Adventures With Purpose Egypt (2008).mp4', it won't be added to the library.
Is that normal?

And Python scrapers seem a lot slower. I guess if its needing to start up Python for each movie - that's expected?
Reply


Messages In This Thread
RE: TheMovieDB movie scraper - PYTHON version - by matthuisman - 2021-03-03, 04:43
Unseen English Landscaps - by Bindou - 2023-01-26, 14:48
RE: Unseen English Landscaps - by Bindou - 2023-01-27, 15:29
Logout Mark Read Team Forum Stats Members Help
TheMovieDB movie scraper - PYTHON version0