Kodi Community Forum
NFO XML - multiple ID fields? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=60)
+--- Thread: NFO XML - multiple ID fields? (/showthread.php?tid=40915)



NFO XML - multiple ID fields? - eggman - 2008-11-23

Hey Gents,

Right now I notice that for TV shows there are multiple ID fields:

Code:
<id>tt0306414</id>
<tvdbid>79126</tvdbid>

However I am wondering how you guys handle multiple ID fields for something that is NOT a TV show. For example a film that has an IMDB ID and an Allocine ID.

Where do you store the Allocine ID? (or any other alternate ID fields for movies .. typically these are for non english movide sites).

egg