From: Andreas Frisch Date: Mon, 27 Oct 2008 15:35:03 +0000 (+0000) Subject: allow burning data dvds containing (.ts) files > 2 GB and long file names X-Git-Tag: 2.6.0~691 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/3656a5402388e33ff86060ce0a4ea618a44f18f2?hp=56bd29b373d2de1a98ae7d41daa598e676a64088 allow burning data dvds containing (.ts) files > 2 GB and long file names --- diff --git a/lib/python/Plugins/Extensions/DVDBurn/Process.py b/lib/python/Plugins/Extensions/DVDBurn/Process.py index 3bf91110..2123b376 100644 --- a/lib/python/Plugins/Extensions/DVDBurn/Process.py +++ b/lib/python/Plugins/Extensions/DVDBurn/Process.py @@ -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)