Release tinyMediaManager - a media manager written in Java (Win/Mac/Linux)
I've noticed a problem with the tvshow.nfo files that tinyMediaManager (2.9.5) creates. Kodi scrapes the tv show information from tvshow.nfo just fine, but it won't find any episode info for episodes that don't have an nfo file.

Edit: I forgot to mention that during the initial scan all episodes are found. After I add new episodes to a show, none of them are scraped anymore.


I compared the tvshow.nfo created by tmm with the Kodi wiki page http://kodi.wiki/view/NFO_files/TV_shows

It seems that the <episodeguide> tag is wrong in nfo files created by tmm.

Currently I get this with tmm (Kodi won't find any episode data):
Code:
<episodeguide>
       <url cache="73141.xml">http://www.thetvdb.com/api/<API_KEY>/series/73141/all/fi.xml</url>
</episodeguide>

When it should be like this (Kodi finds all episodes):
Code:
<episodeguide>
       <url cache="73141-fi.xml">http://www.thetvdb.com/api/<API_KEY>/series/73141/all/fi.zip</url>
</episodeguide>

The reason why I don't create any episode nfos is that these are my PVR recordings and it would be too annoying to constantly create new nfo files for new episodes. I still want to do some changes to the tv show infos (Finnish age ratings, genres, status...) so that's why need to create them with tmm.
Kodi @ NVidia Shield Android TV, Asrock J3455-ITX (LibreELEC Server), Windows 10, and Nexus 7 (2013)


Messages In This Thread
Movies with multiple files - by mag_sol76 - 2014-05-07, 15:21
possible bug? - by ppwrtw - 2017-09-11, 01:28
RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - by maxtherabbit - 2017-10-28, 18:26
How to reaname subtitles ? - by xbozzo - 2018-06-06, 00:24
Tags don't work - by xbozzo - 2018-06-06, 00:39
RE: HDR or Dobly vision Logos - by nmt1978 - 2020-05-10, 06:27
Logout Mark Read Team Forum Stats Members Help
tinyMediaManager - a media manager written in Java (Win/Mac/Linux)7