Ticket #11942: mythburn-nointro.patch

File mythburn-nointro.patch, 796 bytes (added by faginbagin <mythtv@…>, 13 years ago)
  • mythplugins/mytharchive/mythburn/scripts/mythburn.py

    diff --git a/mythplugins/mytharchive/mythburn/scripts/mythburn.py b/mythplugins/mytharchive/mythburn/scripts/mythburn.py
    index 80f80da..0dc9f44 100755
    a b def createDVDAuthorXML(screensize, numberofitems):  
    27482748        post .appendChild(dvddom.createTextNode("{g3=1;g2=1;jump menu 2;}"))
    27492749        pgc.appendChild(post)
    27502750        del post
     2751    else:
     2752        # If there's no intro, we need to jump to the next menu
     2753        post = dvddom.createElement("post")
     2754        post .appendChild(dvddom.createTextNode("{g3=1;g2=1;jump menu 2;}"))
     2755        pgc.appendChild(post)
     2756        del post
    27512757
    27522758    while itemnum <= numberofitems:
    27532759        write( "Menu page %s" % page)