Changeset 16109
- Timestamp:
- May 28, 2012, 3:05:16 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
r14972 r16109 24 24 from Screens.HelpMenu import HelpableScreen 25 25 from Screens.InfoBarGenerics import InfoBarSeek, InfoBarAudioSelection, InfoBarCueSheetSupport, InfoBarNotifications, \ 26 InfoBarShowHide, InfoBarServiceErrorPopupSupport, InfoBarSecondInfobar,\27 InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, InfoBarResolutionSelection,\26 InfoBarShowHide, InfoBarServiceErrorPopupSupport, \ 27 InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, \ 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)2122 2121 if config.plugins.mc_vp_autoSleep.enabled.getValue() == True: 2123 2122 if self.debug != "off": … … 2756 2755 2757 2756 class MoviePlayerObi(InfoBarShowHide, \ 2758 InfoBarSeek, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications, InfoBarAspectSelection, InfoBarSecondInfobar,2759 InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView, InfoBarResolutionSelection,2757 InfoBarSeek, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications, InfoBarAspectSelection, 2758 InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView, 2760 2759 InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, Screen, InfoBarTeletextPlugin, 2761 2760 InfoBarServiceErrorPopupSupport): … … 2768 2767 InfoBarAspectSelection.__init__(self) 2769 2768 InfoBarAudioSelection.__init__(self) 2770 InfoBarSecondInfobar.__init__(self)2771 2769 InfoBarSeek.__init__(self, actionmap = "MediaCenterSeekActions") 2772 2770 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)