diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-12-04 11:20:12 +0100 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-12-04 11:20:12 +0100 |
| commit | c69c3febf1582fb1bd170bc4b04132354f574cfc (patch) | |
| tree | 0112d1a9e7863f87fccbdf47e7143feb0498227c /lib/python/Plugins/Extensions/DVDBurn/TitleList.py | |
| parent | e61975a7c2d349bcc5c372c3ca472ce8da28f6fc (diff) | |
| download | enigma2-c69c3febf1582fb1bd170bc4b04132354f574cfc.tar.gz enigma2-c69c3febf1582fb1bd170bc4b04132354f574cfc.zip | |
allow fully customizable dvd menu layout, including automatic thumbnail graphic creation (requires package aio-grab)
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDBurn/TitleList.py')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDBurn/TitleList.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/TitleList.py b/lib/python/Plugins/Extensions/DVDBurn/TitleList.py index 537da0dd..dfb037cc 100644 --- a/lib/python/Plugins/Extensions/DVDBurn/TitleList.py +++ b/lib/python/Plugins/Extensions/DVDBurn/TitleList.py @@ -190,8 +190,8 @@ class TitleList(Screen, HelpableScreen): self["title_label"].text = _("Table of content for collection") + " \"" + self.project.settings.name.getValue() + "\":" def loadTemplate(self): - filename = resolveFilename(SCOPE_PLUGINS)+"Extensions/DVDBurn/DreamboxDVDtemplate.ddvdp.xml" - if self.project.loadProject(filename): + filename = resolveFilename(SCOPE_PLUGINS)+"Extensions/DVDBurn/DreamboxDVD.ddvdp.xml" + if self.project.load(filename): self["error_label"].hide() return True else: |
