-
Notifications
You must be signed in to change notification settings - Fork 2
opendreambox/enigma2-skincomponent-serviceresolution
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Description: ServiceResolution Converter to display full service resolution, including framerate and interlace/progressive flag, displays nothing if no video available e.g. Radio VideoInfo --> 1920x1080i50 VideoInfoCodec --> 1920x1080i50 [H.264/AVC] VideoCodec --> H.264/AVC Usage example (display full service resolution): <widget source="session.CurrentService" render="Label" position="575,198" size="280,40" backgroundColor="#00616161" transparent="1" font="Regular;24" halign="left" foregroundColor="#00ffffff"> <convert type="ServiceResolution">VideoInfo</convert> </widget> Usage example (hide pixmap): <widget source="session.CurrentService" render="Pixmap" pixmap="~/resicon.png" position="525,200" size="40,40" zPosition="1" alphatest="blend"> <convert type="ServiceResolution">VideoInfo</convert> <convert type="ConditionalShowHide" /> </widget>
About
fast and convinient service resolution converter
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published