Kodi Community Forum

Full Version: Local scraping from HTTPS source not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello All,

I want to start using XBMC with the MySQL database backend. Sofar this is working. My problem lies with the scraping of local artwork.
I have an external application (for example MediaElch) which i use to scrape the content. .nfo, .tbn, etc are al created.

As some of my client systems work over the internet, I use the HTTPS protocol for my sources. Ofcourse, I want all artwork links in the MySQL database to point to my HTTPS source.

However, when using local scraping for HTTPS sources, no content is added to the library at all.
When using a local disk source. It works fine.

Content from HTTPS source is only added when i use a scraper like thetvdb. All content is found but then the http links to thetvdb.com are added in the MySQL database, which is not what i want.

Does anyone have an idea to solve this issue?
Someone had the same issue with external subs not being read. I'm not sure why that is, but one workaround would be to use WebDAV instead.
Yup. Webdav (Webdavs in my case) solved everything Smile

Thanks!