From 100681320b09e764b447b00a22cb3ee53d15edf7 Mon Sep 17 00:00:00 2001 From: Fraxinas Date: Thu, 13 Nov 2008 13:01:17 +0100 Subject: improve audio language detection --- lib/python/Plugins/Extensions/DVDBurn/Process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Plugins/Extensions/DVDBurn/Process.py') 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) -- cgit v1.2.3