X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1e47451f8abff2c775456eafa2a8377370ea5f6d..29038fe91712cd61b9908279733d89abcef73ada:/lib/python/Plugins/Extensions/CutListEditor/plugin.py diff --git a/lib/python/Plugins/Extensions/CutListEditor/plugin.py b/lib/python/Plugins/Extensions/CutListEditor/plugin.py index b17fa176..28ed7d64 100644 --- a/lib/python/Plugins/Extensions/CutListEditor/plugin.py +++ b/lib/python/Plugins/Extensions/CutListEditor/plugin.py @@ -26,6 +26,8 @@ def CutListEntry(where, what): type = "OUT" elif what == 2: type = "MARK" + elif what == 3: + type = "LAST" res.append(MultiContentEntryText(size=(400, 20), text = "%dh:%02dm:%02ds:%03d" % (h, m, s, ms))) res.append(MultiContentEntryText(pos=(400,0), size=(130, 20), text = type, flags = RT_HALIGN_RIGHT)) @@ -141,7 +143,7 @@ class CutListEditor(Screen, InfoBarSeek, InfoBarCueSheetSupport): skin = """ + pointer="/usr/share/enigma2/position_pointer.png:3,5" foregroundColor="#225b7395" /> """ def __init__(self, session, service): @@ -174,7 +176,7 @@ class CutListEditor(Screen, InfoBarSeek, InfoBarCueSheetSupport): "removeMark": (self.__removeMark, _("Remove a mark")), "leave": (self.exit, _("Exit editor")), "showMenu": self.showMenu, - }) + }, prio=-4) self.tutorial_seen = False