Kodi Community Forum
NFO for tv episodes - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: NFO for tv episodes (/showthread.php?tid=65492)



NFO for tv episodes - pilluli - 2009-12-30

Hi,

I am trying to create some NFO's to include tv episodes that are two-in-one (so two different episodes in the same file). From the wiki:

For multi-part episodes, simply add multiple <episodedetails> XML blocks in succession.

However if I try a NFO like this:

Code:
<episodedetails>
        <title>TV Episode</title>
        <season>1</season>
        <episode>1</episode>
</episodedetails>
<episodedetails>
        <title>Another TV Episode</title>
        <season>1</season>
        <episode>2</episode>
</episodedetails>


Then only the first is imported. Also all other nfo in the folder are ignored. Using only one <episodedetails> in the nfo files does the job.

I wanted to make sure it is not an error in my part before I fill a trac ticket.

Regards,