allow burning data dvds containing (.ts) files > 2 GB and long file names
[enigma2.git] / lib / python / Plugins / Extensions / DVDBurn / Process.py
index 3bf9111012fac4d92b5529d2aaaac92791b57e23..2123b3763deeeceb2bc016ca890e493d0549130f 100644 (file)
@@ -709,5 +709,5 @@ class DVDdataJob(Job):
                        link_name =  self.workspace + filename
                        LinkTS(self, title.inputfile, link_name)
                        CopyMeta(self, title.inputfile)
-               BurnTask(self, ["-follow-links", self.workspace])
+               BurnTask(self, ["-iso-level", "4", "-follow-links", self.workspace])
                RemoveDVDFolder(self)