Changeset 16112 for ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter/MC_VideoPlayer.py
- Timestamp:
- May 28, 2012, 3:40:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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)