2019-05-18, 14:50
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.
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.