From fe84ecfad2cf93cc571f2d96de3e30b6c7297416 Mon Sep 17 00:00:00 2001 From: Fraxinas Date: Wed, 12 Nov 2008 20:21:40 +0100 Subject: allow switching between simple and complex (multiple) titleset authoring mode, move autochapter from project settings to title properties. --- lib/python/Plugins/Extensions/DVDBurn/TitleList.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/python/Plugins/Extensions/DVDBurn/TitleList.py') diff --git a/lib/python/Plugins/Extensions/DVDBurn/TitleList.py b/lib/python/Plugins/Extensions/DVDBurn/TitleList.py index caec6198..416c14e9 100644 --- a/lib/python/Plugins/Extensions/DVDBurn/TitleList.py +++ b/lib/python/Plugins/Extensions/DVDBurn/TitleList.py @@ -188,10 +188,6 @@ class TitleList(Screen, HelpableScreen): job_manager.in_background = False self.session.openWithCallback(self.JobViewCB, JobView, job) else: - autochapter = self.project.settings.autochapter.getValue() - if autochapter > 0: - for title in self.project.titles: - title.produceAutoChapter(autochapter) job = Process.DVDJob(self.project) job_manager.AddJob(job) job_manager.in_background = False -- cgit v1.2.3