Changeset 16119 for ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter/MC_PictureViewer.py
- Timestamp:
- May 28, 2012, 8:05:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter/MC_PictureViewer.py
r16112 r16119 4 4 from Screens.ServiceInfo import ServiceInfoList, ServiceInfoListEntry 5 5 from Screens.InfoBarGenerics import InfoBarSeek, InfoBarAudioSelection, InfoBarCueSheetSupport, InfoBarNotifications, \ 6 InfoBarShowHide, InfoBarServiceErrorPopupSupport, InfoBarSecondInfobar,\7 InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, InfoBarResolutionSelection,\6 InfoBarShowHide, InfoBarServiceErrorPopupSupport, \ 7 InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, \ 8 8 InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, InfoBarTeletextPlugin 9 9 10 from Components.AVSwitch import AVSwitch 10 11 from Components.ActionMap import ActionMap, NumberActionMap, HelpableActionMap … … 38 39 from Plugins.Extensions.Aafpanel.plugin import command 39 40 from __init__ import _ 41 42 print "hallllllllllllllllllllllllllllllllllllllllllllllllo" 43 checkpli = False 44 if os.path.isfile("/etc/.enigma2-pli") is True: 45 checkpli = True 46 47 try: 48 from Screens.InfoBarGenerics import InfoBarSecondInfobar, InfoBarResolutionSelection 49 except: 50 pass 40 51 41 52 lastpath = "/" … … 1425 1436 self.close() 1426 1437 1427 class MC_PicView(Screen, InfoBarAspectSelection, InfoBarResolutionSelection): 1438 1439 if checkpli is True: 1440 input = Screen, InfoBarAspectSelection 1441 else: 1442 input = Screen, InfoBarAspectSelection, InfoBarResolutionSelection 1443 1444 class MC_PicView(input): 1428 1445 def __init__(self, session, filelist, pindex, path, startslide): 1429 1446 self.debug = command('cat /var/etc/autostart/start-config | grep debug | cut -d = -f2')
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)