(2022-07-04, 09:41)AchillesPunks Wrote: This is for everyone that keeps emailing me about the MPAA showing up incorrect. Scan your movies with Metadata Editor and it will correct all MPAA and create .nfo files if missing. If you have lots of media you will have to enter your OMDB api key. That will allow you to scan 100,000 movies a day. Choose scan in background and let it run. It will show you how many movies it's going to scan. This works on Local media not sure about addons.
Hi, I use tinymediamanager to scrape my info and artwork and then scan into my libary using local info only. Each .nfo contains ratings from (tv shows) imdb,trakt,tmdb,tvbd and films contain the same + metacritic and rot tomatoes. Each .nfo also contains all info like studio e.c.t
But it seems I still can't get any of those ratings on the .nfo to show in any of the spotlight and most views in this skin. I only will get ratings and studio logos on any view (excluding extended info) if put in my api keys for the skin. Otherwise I see non of this (apart from extended view or if I go into more info and to plot&critics)
When I do get these ratings/logos strangely its not for all of my content (even though every .nfo contains every bit of info needed) and a lot of my shows and films simply still do not show any rating or information on the spotlight or any view.
Is this normal or is there a way to show info and ratings provided from the .nfo instead of relying on api checks.
edit: it turns out that every show/film that is not showing ratings/studio e.c.t all produce the same error..
2022-07-04 18:12:37.389 T:5044 WARNING <general>: Skin Helper Service --> Exception details: Type: KeyError Value: 'airdatetime' Traceback: Traceback (most recent call last):
File "C:\Users\child\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\listitem_monitor.py", line 375, in set_listitem_details
details, self.metadatautils.get_tvdb_details(
File "C:\Users\child\AppData\Roaming\Kodi\addons\script.module.simplecache\lib\simplecache.py", line 304, in decorated
result = func(*args, **kwargs)
File "C:\Users\child\AppData\Roaming\Kodi\addons\script.module.metadatautils\lib\metadatautils.py", line 280, in get_tvdb_details
result["lastepisode"] = self.thetvdb.get_last_episode_for_series(result["tvdb_id"])
File "C:\Users\child\AppData\Roaming\Kodi\addons\script.module.simplecache\lib\simplecache.py", line 304, in decorated
result = func(*args, **kwargs)
File "C:\Users\child\AppData\Roaming\Kodi\addons\script.module.thetvdb\lib\thetvdb.py", line 263, in get_last_episode_for_series
return self.get_episode(highest_eps[1])
File "C:\Users\child\AppData\Roaming\Kodi\addons\script.module.simplecache\lib\simplecache.py", line 304, in decorated
result = func(*args, **kwargs)
File "C:\Users\child\AppData\Roaming\Kodi\addons\script.module.thetvdb\lib\thetvdb.py", line 168, in get_episode
episode = self._map_episode_data(episode, seriesdetails)
File "C:\Users\child\AppData\Roaming\Kodi\addons\script.module.thetvdb\lib\thetvdb.py", line 511, in _map_episode_data
result["airdatetime.label"] = "%s - %s %s" % (result["airdatetime"],
KeyError: 'airdatetime'
2022-07-04 18:12:37.389 T:5044 ERROR <general>: Skin Helper Service --> Exception in resources.lib.listitem_monitor ! --> 'airdatetime'
im not sure why as all that information inc the correct airdate e.c.t is within the .nfo ? and all content is scanned exactly the same, but some work fine some do this. ive also tried scanning one of the problem shows with tmdb scaper instead of local info and get the same result so it doesn't seem like a .nfo problem?