fix mkisofs syntax and fix menu layout so that titles fit on 4:3 pal crt screens
[enigma2.git] / lib / python / Plugins / Extensions / DVDBurn / Process.py
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 = ""