X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FExtensions%2FDVDBurn%2FTitleList.py;fp=lib%2Fpython%2FPlugins%2FExtensions%2FDVDBurn%2FTitleList.py;h=bb40cc30b607fe17a1d89e86ccfc3fffd1a9ac80;hp=928a8b821423a912e227d94285ffcb7ebf840e61;hb=65f1464c0852068d8a60e07e02da6a892d45578b;hpb=1065f334c0d8ff190e123944108c64c992edb46b diff --git a/lib/python/Plugins/Extensions/DVDBurn/TitleList.py b/lib/python/Plugins/Extensions/DVDBurn/TitleList.py index 928a8b8..bb40cc3 100755 --- a/lib/python/Plugins/Extensions/DVDBurn/TitleList.py +++ b/lib/python/Plugins/Extensions/DVDBurn/TitleList.py @@ -188,6 +188,9 @@ class TitleList(Screen, HelpableScreen): def selectedSource(self, source): if source is None: return None + if not source.getPath().endswith(".ts"): + self.session.open(MessageBox,text = _("You can only burn Dreambox recordings!"), type = MessageBox.TYPE_ERROR) + return None t = self.project.addService(source) try: editor = source.edit