Ticket #2134: mythburn-offbyone.diff
| File mythburn-offbyone.diff, 777 bytes (added by , 19 years ago) |
|---|
-
mytharchive/mythburn/scripts/mythburn.py
1825 1825 if itemNum == numberofitems: 1826 1826 post.appendChild(dvddom.createTextNode("exit;")) 1827 1827 else: 1828 post.appendChild(dvddom.createTextNode("jump title %d chapter 1;" % (itemNum + 1))) 1828 if wantIntro: 1829 post.appendChild(dvddom.createTextNode("jump title %d chapter 1;" % (itemNum + 2))) 1830 else: 1831 post.appendChild(dvddom.createTextNode("jump title %d chapter 1;" % (itemNum + 1))) 1829 1832 1830 1833 pgc.appendChild(post) 1831 1834 fileCount +=1
