Kodi Community Forum
v17 TV-Show ID Handling - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: TinyMediaManager (https://forum.kodi.tv/forumdisplay.php?fid=204)
+---- Thread: v17 TV-Show ID Handling (/showthread.php?tid=320595)



TV-Show ID Handling - cgi2011 - 2017-08-27

Hello everybody,

i am relatively new with tmm and i must say it is very ease to use, so thank you for that Smile . In this thread (Light IMDb Ratings Update), it was pointed out to me that Kodi 17 itself saves the IDs from the TV-Show scrapers in a different format now. It now looks like this:

Code:
<id>74205</id>
  <imdb>tt0185906</imdb>
  <tmdb>4613</tmdb>
  <uniqueid type="tvdb" default="false">74205</uniqueid>
  <uniqueid type="imdb" default="true">tt0185906</uniqueid>
  <uniqueid type="tmdb" default="false">4613</uniqueid>
  <title>Band of Brothers</title>

I just installed tmm 2.9.4 and it doesn't seem to use the new format, is there a plan to implement the new format? Smile

Thx in advance

cgi2011


RE: TV-Show ID Handling - mlaggner - 2017-08-28

this is structural XML change and we cannot update the structure in version 2
but with version 3 we've already done the update - just wait for v3 to be finished


RE: TV-Show ID Handling - cgi2011 - 2017-08-28

Thank you Smile.

Greets

cgi2011


RE: TV-Show ID Handling - Zwerver - 2019-03-02

TinyMediaManager 2.9 does not write out "uniqueid" tags only "id" and / or "imdb" which causes problems with Kodi 18 now. The TVshow is found but the database doesn't have a valid id (uniqueid_value = NULL, uniqueid_type = "unknown") causing any plugin that requires a valid ID to fail (like "WatchedList" for example). I hope TinyMediaManager 3 is released soon (?)


RE: TV-Show ID Handling - mlaggner - 2019-03-02

RC2 is out for a while now and rather stable