X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d96b342b280c03eed23f4998924aea4c0869ae1d..655aa56e49589f1764e948b8328e61889c485747:/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 241f43bb..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):