YAMJ / yamj-v2

Yet Another Movie Jukebox (YAMJ) v2
GNU General Public License v3.0
28 stars 11 forks source link

Save THETVDB episode id to XML #2756

Closed Omertron closed 9 years ago

Omertron commented 9 years ago

Original issue 2759 created by Omertron on 2015-02-27T00:02:29.000Z:

Please save the episode ID provided by THETVDB to the xml.

http://thetvdb.com/wiki/index.php?title=API:GetEpisodeByAirDate

<Data> <Episode> <id>332179</id>

This data is already returned by THETVDB and can be useful when integrating with trakt.tv and other services.

Omertron commented 9 years ago

Comment #1 originally posted by Omertron on 2015-02-27T00:09:26.000Z:

Save the info in the files section of the XML. Something like this format.

95011 ...
Omertron commented 9 years ago

Comment #2 originally posted by Omertron on 2015-03-09T15:28:53.000Z:

This issue was closed by revision r3990.