nfo for multipart episode help!!!!
#1
Hi,

I'm trying to create a nfo file for a multi episode file.......

the file name = Pinky and the Brain - 1x03x04x05 - Tokyo Grows, That Smarts, Brainstem.avi

the nfo file = Pinky and the Brain - 1x03x04x05 - Tokyo Grows, That Smarts, Brainstem.nfo

in the nfo file i've put :

<episodedetails>
<epbookmark>578</epbookmark> (start of 04 episode)
<epbookmark>1209</epbookmark> (start of 05 episode)
</episodedetails>

but xbmc doesn't split the file in multiple episodes......

Could some1 tell me what i'm doing wrong please?

THNX in Advance!!!!!!
Reply
#2
You need 1 <episodedetails> for each part of your file
Code:
<episodedetails>
    <title>Tokyo Grows</title>
    <season>1</season>
    <episode>3</episode>
    <epbookmark>0.000000</epbookmark>
</episodedetails>
<episodedetails>
    <title>That Smarts</title>
    <season>1</season>
    <episode>4</episode>
    <epbookmark>578</epbookmark>
</episodedetails>
<episodedetails>
    <title>Brainstem</title>
    <season>1</season>
    <episode>5</episode>
    <epbookmark>1209</epbookmark>
</episodedetails>
My name is Erier, Humf Erier
Image
Reply
#3
THNX for the reply.........

tried it like this but didn't seem to work......

but I figured out that if you hit pause at the beginning of the next episode and then go to bookmarks.....you can specify a bookmark for each episode.....

so that did the trick


THNX anyways!!!!!!!
Reply

Logout Mark Read Team Forum Stats Members Help
nfo for multipart episode help!!!!0