aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py
diff options
context:
space:
mode:
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-09-16 08:53:43 +0000
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-09-16 08:53:43 +0000
commite06c6d202696d83a3017861fc690ee3d75750f13 (patch)
tree09c285e49aea99401ad4b7cd4776d3e8d0872a0a /lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py
parentb022af8280c8f3b0a2ac8b71391bf961d11e0856 (diff)
downloadenigma2-e06c6d202696d83a3017861fc690ee3d75750f13.tar.gz
enigma2-e06c6d202696d83a3017861fc690ee3d75750f13.zip
allow burning videos (also H.264) to data DVDs
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py')
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py b/lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py
index 016eb71f..ce6bce96 100644
--- a/lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py
+++ b/lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py
@@ -28,10 +28,8 @@ class TitleCutter(CutListEditor):
description = "MP2"
self.t.audiotracks.append((language, description))
print "[DVDBurn getAudioTracks]", self.t.audiotracks
- sVideoType = service.info().getInfo(iServiceInformation.sVideoType)
- print "[DVDBurn getVideoType]", sVideoType
- if sVideoType != 0:
- self.close(False)
+ self.t.sVideoType = service.info().getInfo(iServiceInformation.sVideoType)
+ print "[DVDBurn getVideoType]", self.t.sVideoType
def exit(self):
self.session.nav.stopService()