Hi,
Living in Denmark I've had some post-install problems. Danish keyboard was one of them and now I have another.
I have a full working backend running on a Gentoo Linux and decided to use KnoppMyth for a frontend. It installed painlessly and I added some automouting and stuff and it seems to work fine. However, when I try to archive some recordings to a DVD (not an archive). The recordings have Danish national characters in the description.
It starts off fine copying the recordings to /myth/tmp and shortly after that it fails with the following in the /myth/tmp/logs/mythburn.log:
Code:
mythburn.py (0.1.20061201-1) starting up...
Process priority 8
script path:/usr/share/mythtv/mytharchive/scripts
myth share path:/usr/share/mythtv
passed job file: /myth/tmp/config/mydata.xml
passed progress log file: /myth/tmp/logs/progress.log
mythburn.py (0.1.20061201-1) starting up...
Found 1 CPUs
Obtaining MythTV settings from MySQL database for hostname berserk
Processing Mythburn job number 1.
Options - mediatype = 0, doburn = 1, createiso = 0, erasedvdrw = 0
savefilename = ''
Looking for: /usr/share/mythtv/mytharchive/themes/G.A.N.T./theme.xml
Loading font 0, /usr/share/mythtv/FreeSans.ttf size 23
Loading font 1, /usr/share/mythtv/FreeSans.ttf size 19
Loading font 2, /usr/share/mythtv/FreeSans.ttf size 17
wantIntro: 1, wantMainMenu: 1, wantChapterMenu:1, wantDetailsPage: 1
Final DVD Video format will be pal
There are 2 files to process
Copying file from /mythtv/live/1502_20070107195500.mpg
to /myth/tmp/work/localcopy/1502_20070107195500.mpg
/myth/tmp/work/localcopy/1502_20070107195500.mpg
Copying file from /mythtv/live/1502_20070114195500.mpg
to /myth/tmp/work/localcopy/1502_20070114195500.mpg
/myth/tmp/work/localcopy/1502_20070114195500.mpg
Pre-processing file '1502_20070107195500.mpg' of type 'recording'
Forbrydelsen
------------------------------------------------------------
Traceback (most recent call last):
File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 3600, in ?
processJob(job)
File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 3378, in proces
sJob
preProcessFile(node,folder)
File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 1091, in prePro
cessFile
getFileInformation(file, os.path.join(folder, "info.xml"))
File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 882, in getFile
Information
node.appendChild(infoDOM.createTextNode(unicode(record[4], "UTF-8")))
File "encodings/utf_8.py", line 16, in decode
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 24-28: unsupport
ed Unicode code range
------------------------------------------------------------
I am running out of ideas (and disk space) so any help is very much appreciated.
Thanks,
Søren