(2022-01-12, 11:48)p0psicles Wrote: Tvdb doesn't give back a number of votes for episodes afaik, so I omitted that.
Yep, forget about TVDB Ratings. They are not offered anymore by TVDB. Existing ratings remain and are completely stale and outdated, and there is no way to add new ratings on their site. From our own scrapers, we have removed TVDB ratings completely.
IMDB seems to be the most popular. We get a lot of call for Rotten Tomatoes and Metacritic ratings if that interests you?
TV Shows
<year>2023</year>
This is a deprecated tag and not needed. Use <premiered>yyyy-mm-dd</premiered>
for tv shows and movies
<episodeguide>
Tricky one. This has been a real problem for us with TVDB. They have gone from v1 to v2/3 API and all are about to be shutdown in the coming months in favour of TVDB API v4. Your episode guide is v2/3 which won't work in the near future. So if a user has nfo files for all episodes, then the episodeguide is not needed. If a user is scanning into Kodi using the Python range of scrapers, then the invalid episodeguide is ignored and a new one is downloaded if needed. It only becomes a problem when users are using the older XML based scrapers. So you can either omit it from the nfo files (which is what TMM has started doing recently) or ensure the url is updated to v4 format in the near future. It looks like this... <episodeguide>257655</episodeguide>
<mpaa>TV-14</mpaa>
Do you offer users the ability to select which country the ratings come from? Something like <mpaa>Australia:PG</mpaa>
<country><country>
Not used for tv shows. But if it remains, it is no problem.
<namedseason number="1">The Maze</namedseason>
Some shows name their seasons, like Westworld. This tag adds a named season, instead of the typical Season x
I assume your manager also downloads artwork to local folders? You can check artwork naming and placement here for tv shows. Links to movies and episodes are there also...
https://kodi.wiki/view/TV-Show_artwork
Time for bed. I'll have a look at episodes nfo file tomorrow. Do you create movie nfo files?