From deaf3139671ce0aa53a741b2fece9fbe3fd98c4e Mon Sep 17 00:00:00 2001 From: Andreas Frisch Date: Fri, 12 Sep 2008 12:00:35 +0000 Subject: Path and template fixes --- lib/python/Plugins/Extensions/DVDBurn/Process.py | 3 ++- 1 file changed, 2 insertions(+), 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 12d85b45..67654f61 100644 --- a/lib/python/Plugins/Extensions/DVDBurn/Process.py +++ b/lib/python/Plugins/Extensions/DVDBurn/Process.py @@ -345,6 +345,7 @@ def formatTitle(template, title, track): template = template.replace("$t", title.name) template = template.replace("$d", title.descr) template = template.replace("$c", str(len(title.chaptermarks)+1)) + template = template.replace("$A", str(title.audiotracks)) template = template.replace("$f", title.inputfile) template = template.replace("$C", title.channel) l = title.length @@ -524,7 +525,7 @@ def CreateAuthoringXML(job): authorxml.append(' \n') for i in range( nr_titles ): for audiotrack in job.project.titles[i].audiotracks: - authorxml.append('