###################################################################################################
## MoreInfo2 (c)2010 by SatCat (from Russia@Sakhalin_region@Nevelsk_city)
## (thx AliAbdul for ExtendedServiceInfo.py as start example!)
## Tested on DM800PVR Gemini project 4.x!
###################################################################################################
## Put this file to \usr\lib\enigma2\python\Components\Converter
## Usage in the skin.xml (example):
##
## ************ in screen name="InfoBar" (example)
##
## <widget source="session.CurrentService" render="Label" position="480,34" size="300,22" font="Regular;19" backgroundColor="#333333" transparent="1" >
## <convert type="MoreInfo2">%ServNum. %ServName (%BqName)</convert>
## </widget>
##
## ************ in screen name="ChannelSelection" (example)
## CAUTION: ONLY TRANSPONDER,DATE,VER TYPES WORK HERE!
##
## <widget source="ServiceEvent" render="Label" position="80,587" size="400,22" font="Regular;19" backgroundColor="#25324b4f" transparent="1" >
## <convert type="MoreInfo2">%All (DVB system: %Sys)</convert>
## </widget>
##
## ************ LEGAL TYPES:
## Transp. info: %All, %Freq, %SR, %Polar, %FEC, %Mod, %Sys
## Other: %Ver, %ServNum, %SatName, %ServRef, %BqName, %SID, %VPID, %APID,
## %TSID, %ONID, %ServName, %WDay, %ShWDay, %Month, %Day, %Year,
## %ECMTime, %ECMHost, %ECMProv, %ECMKey, %ECMCaid, %ECMPid
## %CAID, %CAName, %Prov, %Fps, %Bitrate, %CamdName
##########################################################################################