Kodi Community Forum
Emby library and kodi local scraper problem - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Emby library and kodi local scraper problem (/showthread.php?tid=344002)



Emby library and kodi local scraper problem - fandangos - 2019-05-18

So, I have a server running emby and to speed things up I use it to download all the relevant information into nfo files. 
Those are later copied to google drive and encrypted using rclone. 

The problem is that the nfo files used by Emby prevents Kodi from doing it's own internet scraping. 

I know that deleting .nfo files would solve the problem but this would break Emby's functionality on my local server and on my rclone mount point.

And I'm aware of EmbyCon but Kodi's metadata and the way it handles it is better but I only use it for my windows and linux machines. 
So all casting and mobile expirence on the go are handled by the Emby portion of the server.

Now, only if we could have an option:
- scrap all information ignoring local files justl like we have for individual movies would solve this problem.
- if we get a ignore .nfo file options this would be solved. 

I guess this might be really simple and would make possible for Emby and Kodi to coexist without direct integration with EmbyCon.

Edit: just found that removing
  <extension point="xbmc.metadata.scraper.tvshows"
             language="multi"
             library="local.xml"/>
  <extension point="xbmc.metadata.scraper.movies"
             language="multi"
             library="local.xml"/>

/Kodi/Addons/metadata.local/addon.xml will remove local scraping. 

So that just did it.


RE: Emby library and kodi local scraper problem - fandangos - 2019-05-18

(2019-05-18, 14:50)fandangos Wrote: So, I have a server running emby and to speed things up I use it to download all the relevant information into nfo files. 
Those are later copied to google drive and encrypted using rclone. 

The problem is that the nfo files used by Emby prevents Kodi from doing it's own internet scraping. 

I know that deleting .nfo files would solve the problem but this would break Emby's functionality on my local server and on my rclone mount point.

And I'm aware of EmbyCon but Kodi's metadata and the way it handles it is better but I only use it for my windows and linux machines. 
So all casting and mobile expirence on the go are handled by the Emby portion of the server.

Now, only if we could have an option:
- scrap all information ignoring local files justl like we have for individual movies would solve this problem.
- if we get a ignore .nfo file options this would be solved. 

I guess this might be really simple and would make possible for Emby and Kodi to coexist without direct integration with EmbyCon.

Edit: just found that removing
  <extension point="xbmc.metadata.scraper.tvshows"
             language="multi"
             library="local.xml"/>
  <extension point="xbmc.metadata.scraper.movies"
             language="multi"
             library="local.xml"/>

/Kodi/Addons/metadata.local/addon.xml will remove local scraping. 

So that just did it.


So this isn't a real fix, kodi will stop looking for artwork if it finds an nfo file. 

So what I did is, used Emby to download all artwork and put it along the movie:

Movie (YEAR)/movie (YEAR).mkv
folder.jpg
poster.jpg
fanart.jpg

The problem is that while kodi can see the fanart it won't see the poster.jpg.

Any idea how to make it download the missing artwork like poster without doing it manually movie by movie using the refresh option?

or how to make it actually use the folder.jpg or the poster.jpg that Emby already downloaded?


Emby library and kodi local scraper problem - angelblue05 - 2019-05-19

I’m confused about your post. How is Kodi’s metadata handling better? Are you actually talking about Embycon or Emby for kodi? Two different Emby add-ons.