[mythtv-commits] Ticket #2545: 'No menus' themes fail when trying to add intro movie

MythTV mythtv at cvs.mythtv.org
Sat Oct 7 16:21:10 UTC 2006


#2545: 'No menus' themes fail when trying to add intro movie
---------------------------------------+------------------------------------
 Reporter:  sdyson at themaelstrom.co.uk  |       Owner:  paulh  
     Type:  patch                      |      Status:  new    
 Priority:  minor                      |   Milestone:  unknown
Component:  mytharchive                |     Version:  head   
 Severity:  medium                     |  
---------------------------------------+------------------------------------
 Fails because introFile was not defined:

 {{{
 Creating DVD XML file for dvd author (No Menus)
 ------------------------------------------------------------
 Traceback (most recent call last):
   File "/usr/local/share/mythtv/mytharchive/scripts/mythburn.py", line
 3538, in ?
     processJob(job)
   File "/usr/local/share/mythtv/mytharchive/scripts/mythburn.py", line
 3345, in processJob
     createDVDAuthorXMLNoMenus(format, files.length)
   File "/usr/local/share/mythtv/mytharchive/scripts/mythburn.py", line
 2022, in createDVDAuthorXMLNoMenus
     vob.setAttribute("file", getThemeFile(themeName, videomode + '_' +
 introFile))
 NameError: global name 'introFile' is not defined
 ------------------------------------------------------------
 }}}

 Attached patch fixes the problem by copying the behaviour used for themes
 with menus.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2545>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list