Ticket #4475: progress.log

File progress.log, 3.0 KB (added by otto at kolsi dot fi, 16 years ago)
Line 
12008-01-15 22:21:48 mythburn.py (0.1.20080115-1) starting up...
22008-01-15 22:21:50 Found 2 CPUs
32008-01-15 22:21:50 Obtaining MythTV settings from MySQL database for hostname backend
42008-01-15 22:21:50 temppath: /files/MythArchiveTemp/work
52008-01-15 22:21:50 logpath:  /files/MythArchiveTemp/logs
62008-01-15 22:21:50 Setting process priority to 17
72008-01-15 22:21:50 Processing Mythburn job number 1.
82008-01-15 22:21:50 Options - mediatype = 0, doburn = 0, createiso = 1, erasedvdrw = 0
92008-01-15 22:21:50           savefilename = ''
102008-01-15 22:21:50 Looking for: /usr/local/share/mythtv/mytharchive/themes/MythCenter/theme.xml
112008-01-15 22:21:50 Loading font 0, /usr/local/share/mythtv/FreeSans.ttf size 22
122008-01-15 22:21:50 Loading font 1, /usr/local/share/mythtv/FreeSans.ttf size 18
132008-01-15 22:21:50 Loading font 2, /usr/local/share/mythtv/FreeSans.ttf size 16
142008-01-15 22:21:50 wantIntro: 1, wantMainMenu: 1, wantChapterMenu:1, wantDetailsPage: 0
152008-01-15 22:21:50 Final DVD Video format will be pal
162008-01-15 22:21:50 There are 1 files to process
172008-01-15 22:21:50 Pre-processing file '/files/store/1003_20071223223600.mpg' of type 'recording'
182008-01-15 22:21:51           C.S.I. New York
192008-01-15 22:21:51 Video resolution is 720 by 576
202008-01-15 22:21:51 *************************************************************
212008-01-15 22:21:51 Processing file /files/store/1003_20071223223600.mpg of type recording
222008-01-15 22:21:51 *************************************************************
232008-01-15 22:22:08 Preferred audio languages fin and eng
242008-01-15 22:22:08 Video id: 0x131, Audio1: [1] 0x231 (MP2, fin), Audio2: [-1] - 0x-1 (N/A, N/A)
252008-01-15 22:22:08 Using Project-X to demux file
262008-01-15 22:22:08 projectx -out "/files/MythArchiveTemp/work/1" -name "1003_20071223223600" "/files/store/1003_20071223223600.mpg"
272008-01-15 22:23:30 Preferred audio languages fin and eng
282008-01-15 22:23:30 Video id: 0x131, Audio1: [1] 0x231 (MP2, fin), Audio2: [-1] - 0x-1 (N/A, N/A)
292008-01-15 22:23:30 ------------------------------------------------------------
30Traceback (most recent call last):
31  File "/usr/local/share/mythtv/mytharchive/scripts/mythburn.py", line 5092, in main
32    processJob(job)
33  File "/usr/local/share/mythtv/mytharchive/scripts/mythburn.py", line 4834, in processJob
34    processFile(node,folder)
35  File "/usr/local/share/mythtv/mytharchive/scripts/mythburn.py", line 4321, in processFile
36    doProcessFileProjectX(file, folder)
37  File "/usr/local/share/mythtv/mytharchive/scripts/mythburn.py", line 4668, in doProcessFileProjectX
38    if not runProjectX(chanid, starttime, folder, False, mediafile):
39  File "/usr/local/share/mythtv/mytharchive/scripts/mythburn.py", line 2020, in runProjectX
40    renameProjectXFiles(folder, pxbasename)
41  File "/usr/local/share/mythtv/mytharchive/scripts/mythburn.py", line 2099, in renameProjectXFiles
42    if os.path.exists(streamFiles[streamIds.index(stream)]):
43IndexError: list index out of range
442008-01-15 22:23:30 ------------------------------------------------------------