X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FExtensions%2FCutListEditor%2Fplugin.py;h=3979da679046f2c91f1585ee38e469ea061e6a40;hp=241f43bb407fabc0e5e9b51f3422988b56bc14a1;hb=7090eb86e3ee526268078e35587f4f877b097219;hpb=65f6d162b837f60ce76fa308f741bd0b6516563e diff --git a/lib/python/Plugins/Extensions/CutListEditor/plugin.py b/lib/python/Plugins/Extensions/CutListEditor/plugin.py index 241f43b..3979da6 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))