NFO for tv episodes
#1
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,
Reply

Logout Mark Read Team Forum Stats Members Help
NFO for tv episodes0