2023-01-03, 15:35
Apologies, it's been a while since I've posted.
Also seeing some weird behaviour in combination with TextureCache wich I use to reload incomplete show metadata.
If I do a show like this
It will fetch Angry Birds Toons which I don't have.
The reason for this is that the plugin gets called with Show title Season 01 instead of the actual show name, not sure if this is fixable from this end since textureCache has been abandoned
Debug log: https://paste.kodi.tv/elunejuzom.kodi
Also seeing some weird behaviour in combination with TextureCache wich I use to reload incomplete show metadata.
If I do a show like this
Code:
C:\GitHub\KodiTextureCache>python "C:\GitHub\KodiTextureCache\texturecache.py" qax tvshows "andre" debugon @xbmc.host=192.168.2.51
Season [Ontdek de Ruimte met André Kuipers, Season 1 ]: WARN (missing poster)
TVShow [Ontdek de Ruimte met André Kuipers ]: FAIL (zero rating), WARN (missing banner, local not found)
Rescanning directory: smb://HYPERV/Data/Kids/TV/Ontdek de Ruimte met André Kuipers (2015)...
Updating library: New tvshowid 2832 [Angry Birds Toons]
Updating library: New episodeid 49748 [Angry Birds Toons S01E01 (Aflevering 1)]
Updating library: New episodeid 49748 [Angry Birds Toons S01E01 (Aflevering 1)]
Updating library: New episodeid 49749 [Angry Birds Toons S01E02 (Aflevering 2)]
Updating library: New episodeid 49749 [Angry Birds Toons S01E02 (Aflevering 2)]
Updating library: New episodeid 49750 [Angry Birds Toons S01E03 (Aflevering 3)]
Updating library: New episodeid 49750 [Angry Birds Toons S01E03 (Aflevering 3)]
Updating library: New episodeid 49751 [Angry Birds Toons S01E04 (Aflevering 4)]
Updating library: New episodeid 49751 [Angry Birds Toons S01E04 (Aflevering 4)]
Updating library: New episodeid 49752 [Angry Birds Toons S01E05 (Aflevering 5)]
Updating library: New episodeid 49752 [Angry Birds Toons S01E05 (Aflevering 5)]
Updating library: New tvshowid 2833 [Ontdek de Ruimte met André Kuipers]
The reason for this is that the plugin gets called with Show title Season 01 instead of the actual show name, not sure if this is fixable from this end since textureCache has been abandoned
Debug log: https://paste.kodi.tv/elunejuzom.kodi