fix mkisofs syntax and fix menu layout so that titles fit on 4:3 pal crt screens
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>
Fri, 26 Sep 2008 07:48:37 +0000 (07:48 +0000)
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>
Fri, 26 Sep 2008 07:48:37 +0000 (07:48 +0000)
lib/python/Plugins/Extensions/DVDBurn/DreamboxDVDtemplate.ddvdp.xml
lib/python/Plugins/Extensions/DVDBurn/Process.py

index cb35864848ec3fa776fa99b0650f195a5c90e068..c7fef58c011ba1a8a98779bfd6e2c1fb8a9c5361 100644 (file)
@@ -2,7 +2,7 @@
 <DreamDVDBurnerProject>
        <settings
                name="Dreambox DVD record"
-               authormode="linked_nomenu"
+               authormode="menu_linked"
                titleformat="$i. $t"
                subtitleformat="$D.$M.$Y, $T $C, $d ($c chapters)"
                vmgm="/usr/lib/enigma2/python/Plugins/Extensions/DVDBurn/vmgmdream.mpg"
@@ -12,7 +12,7 @@
                color_highlight="[0, 192, 192]"
                color_headline="[0, 0, 128]"
                font_face="/usr/share/fonts/nmsbd.ttf"
-               font_size="[48, 28, 16]"
-               space="[120, 36, 30]" />
+               font_size="[46, 24, 14]"
+               space="[120, 32, 56]" />
        <titles> </titles>
 </DreamDVDBurnerProject>
index 5a535e8567a727a52a98cdc1ae8e123627f8f908..0fcbab045b17e41a6ed1d029848d2f20c1ba5c33 100644 (file)
@@ -264,8 +264,9 @@ class BurnTask(Task):
                self.postconditions.append(BurnTaskPostcondition())
                self.setTool("/bin/growisofs")
                volName = self.getASCIIname(job.project.settings.name.getValue())
-               self.args += ["-dvd-compat", "-Z", "/dev/cdroms/cdrom0", "-V", volName, "-P", "Dreambox", "-use-the-force-luke=dummy", self.job.workspace + "/dvd"]
+               self.args += [ "-dvd-compat", "-Z", "/dev/cdroms/cdrom0", "-V", volName, "-publisher", "Dreambox", "-use-the-force-luke=dummy" ]
                self.args += extra_args
+               self.args += [ self.job.workspace + "/dvd" ]
 
        def getASCIIname(self, name):
                ASCIIname = ""