Changeset 16112
- Timestamp:
- May 28, 2012, 3:40:56 PM (14 years ago)
- Location:
- ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter
- Files:
-
- 3 edited
-
MC_FileListCover.py (modified) (1 diff)
-
MC_PictureViewer.py (modified) (2 diffs)
-
MC_VideoPlayer.py (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter/MC_FileListCover.py
r16109 r16112 36 36 from Components.Console import Console 37 37 from Screens.InfoBarGenerics import InfoBarSeek, InfoBarAudioSelection, InfoBarCueSheetSupport, InfoBarNotifications, \ 38 InfoBarShowHide, InfoBarServiceErrorPopupSupport, \39 InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, \38 InfoBarShowHide, InfoBarServiceErrorPopupSupport, InfoBarSecondInfobar, \ 39 InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, InfoBarResolutionSelection, \ 40 40 InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, InfoBarTeletextPlugin 41 41 import os -
ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter/MC_PictureViewer.py
r16109 r16112 4 4 from Screens.ServiceInfo import ServiceInfoList, ServiceInfoListEntry 5 5 from Screens.InfoBarGenerics import InfoBarSeek, InfoBarAudioSelection, InfoBarCueSheetSupport, InfoBarNotifications, \ 6 InfoBarShowHide, InfoBarServiceErrorPopupSupport, \7 InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, \6 InfoBarShowHide, InfoBarServiceErrorPopupSupport, InfoBarSecondInfobar, \ 7 InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, InfoBarResolutionSelection, \ 8 8 InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, InfoBarTeletextPlugin 9 9 from Components.AVSwitch import AVSwitch … … 1424 1424 self.session.open(MC_PicSetup, self.filelist) 1425 1425 self.close() 1426 class MC_PicView(Screen, InfoBarAspectSelection): 1426 1427 class MC_PicView(Screen, InfoBarAspectSelection, InfoBarResolutionSelection): 1427 1428 def __init__(self, session, filelist, pindex, path, startslide): 1428 1429 self.debug = command('cat /var/etc/autostart/start-config | grep debug | cut -d = -f2') -
ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter/MC_VideoPlayer.py
r16109 r16112 24 24 from Screens.HelpMenu import HelpableScreen 25 25 from Screens.InfoBarGenerics import InfoBarSeek, InfoBarAudioSelection, InfoBarCueSheetSupport, InfoBarNotifications, \ 26 InfoBarShowHide, InfoBarServiceErrorPopupSupport, \27 InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, \26 InfoBarShowHide, InfoBarServiceErrorPopupSupport, InfoBarSecondInfobar, \ 27 InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, InfoBarResolutionSelection, \ 28 28 InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, InfoBarTeletextPlugin 29 29 from Screens.Screen import Screen … … 2119 2119 global lastpath 2120 2120 config.plugins.mc_playing.Enabled = ConfigYesNo(default=False) 2121 config.SecondInfobar.Enabled = ConfigYesNo(default=True) 2121 2122 if config.plugins.mc_vp_autoSleep.enabled.getValue() == True: 2122 2123 if self.debug != "off": … … 2755 2756 2756 2757 class MoviePlayerObi(InfoBarShowHide, \ 2757 InfoBarSeek, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications, InfoBarAspectSelection, 2758 InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView, 2758 InfoBarSeek, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications, InfoBarAspectSelection, InfoBarSecondInfobar, 2759 InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView, InfoBarResolutionSelection, 2759 2760 InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, Screen, InfoBarTeletextPlugin, 2760 2761 InfoBarServiceErrorPopupSupport): … … 2767 2768 InfoBarAspectSelection.__init__(self) 2768 2769 InfoBarAudioSelection.__init__(self) 2770 InfoBarSecondInfobar.__init__(self) 2769 2771 InfoBarSeek.__init__(self, actionmap = "MediaCenterSeekActions") 2770 2772 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)