add early version of DVDBurn plugin. Basic functionality is working, but it needs...
authorFelix Domke <tmbinc@elitedvb.net>
Wed, 11 Jun 2008 00:07:28 +0000 (00:07 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Wed, 11 Jun 2008 00:07:28 +0000 (00:07 +0000)
commit53f199c5a82bcd460d3153814f2e057c747e2a3a
tree330362e303e4af776ee3129d718b517ac2a2e6aa
parentf6d690f4f6d13acdaf4bae627c8cff6a1d93a198
add early version of DVDBurn plugin. Basic functionality is working, but it needs a major GUI redesign. Required tools: mplex, projectx, growisofs, mkisofs/genisoimage, dvdauthor
lib/python/Plugins/Extensions/DVDBurn/DVDProject.py [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDBurn/LICENSE [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDBurn/Makefile.am [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDBurn/Process.py [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDBurn/TitleList.py [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDBurn/__init__.py [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDBurn/keymap.xml [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDBurn/plugin.py [new file with mode: 0644]