aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDBurn/Process.py
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2008-11-13 13:01:17 +0100
committerFraxinas <andreas.frisch@multimedia-labs.de>2008-11-13 13:01:17 +0100
commit100681320b09e764b447b00a22cb3ee53d15edf7 (patch)
tree08caed88f758c5fa5216ae55b8e5d4d28eda9580 /lib/python/Plugins/Extensions/DVDBurn/Process.py
parent4946a987277adbbd057e4d82d54e7e4ef688e419 (diff)
downloadenigma2-100681320b09e764b447b00a22cb3ee53d15edf7.tar.gz
enigma2-100681320b09e764b447b00a22cb3ee53d15edf7.zip
improve audio language detection
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDBurn/Process.py')
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/Process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/Process.py b/lib/python/Plugins/Extensions/DVDBurn/Process.py
index c1ba8632..89ca90fd 100644
--- a/lib/python/Plugins/Extensions/DVDBurn/Process.py
+++ b/lib/python/Plugins/Extensions/DVDBurn/Process.py
@@ -126,7 +126,7 @@ class DemuxTask(Task):
self.currentPID = str(int(line.rstrip()[-6:].rsplit('0x',1)[-1],16))
def haveNewFile(self, file):
- print "[DemuxTask] produced file:", file
+ print "[DemuxTask] produced file:", file, self.currentPID
self.generated_files.append(file)
if self.currentPID in self.relevantAudioPIDs or file.endswith("m2v"):
self.mplex_streamfiles.append(file)