diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-11-11 19:19:09 +0100 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-11-11 19:19:09 +0100 |
| commit | a6bde254f00e1cab9871d60f583c18999c08ca71 (patch) | |
| tree | 3fcefd456031c1ecf21dc20a72efc1fdab82088b /lib/python/Plugins/Extensions/DVDBurn/DVDProject.py | |
| parent | 4c2cba9ccb6f754aac9378e2fc2c7b546e6d589c (diff) | |
| download | enigma2-a6bde254f00e1cab9871d60f583c18999c08ca71.tar.gz enigma2-a6bde254f00e1cab9871d60f583c18999c08ca71.zip | |
use multiple titlesets for dvd authoring which allows correct burning of videos with different audio tracks
introduce title properties screen. this is still a draft version.
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDBurn/DVDProject.py')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDBurn/DVDProject.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py b/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py index 8d02cb22..55a72c10 100644 --- a/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py +++ b/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py @@ -1,5 +1,5 @@ from Tools.Directories import fileExists -from Components.config import config, ConfigSubsection, ConfigInteger, ConfigYesNo, ConfigText, ConfigSelection, getConfigListEntry, ConfigSequence +from Components.config import config, ConfigSubsection, ConfigInteger, ConfigText, ConfigSelection, getConfigListEntry, ConfigSequence class ConfigColor(ConfigSequence): def __init__(self): |
