--- mythburn.py.original	2011-03-31 02:43:31.820426139 +0200
+++ mythburn.py	2011-03-31 20:49:42.326456153 +0200
@@ -2991,7 +2991,7 @@
 
         #Pick the correct intro movie based on video format ntsc/pal
         vob = dvddom.createElement("vob")
-        vob.setAttribute("pause","")
+        vob.setAttribute("pause","0")
         vob.setAttribute("file",os.path.join(getThemeFile(themeName, videomode + '_' + introFile)))
         pgc.appendChild(vob)
         del vob
@@ -3009,7 +3009,6 @@
         #For each menu page we need to create a new PGC structure
         menupgc = dvddom.createElement("pgc")
         menus_element.appendChild(menupgc)
-        menupgc.setAttribute("pause","inf")
 
         menupgc.appendChild( dvddom.createComment("Menu Page %s" % page) )
 
@@ -3021,6 +3020,7 @@
 
         vob = dvddom.createElement("vob")
         vob.setAttribute("file",os.path.join(getTempPath(),"menu-%s.mpg" % page))
+        vob.setAttribute("pause", "inf");
         menupgc.appendChild(vob)    
 
         #Loop menu forever
@@ -3088,7 +3088,6 @@
             if wantChapterMenu:
                 mymenupgc = dvddom.createElement("pgc")
                 menus.appendChild(mymenupgc)
-                mymenupgc.setAttribute("pause","inf")
 
                 pre = dvddom.createElement("pre")
                 mymenupgc.appendChild(pre)
