Changeset 16109


Ignore:
Timestamp:
May 28, 2012, 3:05:16 PM (14 years ago)
Author:
obi
Message:

[ipk] e2-pli fix mc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/swapplayers_mediacenter_1.0/var/swap/extensions/MediaCenter/MC_VideoPlayer.py

    r14972 r16109  
    2424from Screens.HelpMenu import HelpableScreen
    2525from Screens.InfoBarGenerics import InfoBarSeek, InfoBarAudioSelection, InfoBarCueSheetSupport, InfoBarNotifications, \
    26         InfoBarShowHide, InfoBarServiceErrorPopupSupport, InfoBarSecondInfobar, \
    27         InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, InfoBarResolutionSelection, \
     26        InfoBarShowHide, InfoBarServiceErrorPopupSupport, \
     27        InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, \
    2828        InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, InfoBarTeletextPlugin
    2929from Screens.Screen import Screen
     
    21192119                global lastpath
    21202120                config.plugins.mc_playing.Enabled = ConfigYesNo(default=False)
    2121                 config.SecondInfobar.Enabled = ConfigYesNo(default=True)
    21222121                if config.plugins.mc_vp_autoSleep.enabled.getValue() == True:
    21232122                        if self.debug != "off":
     
    27562755
    27572756class 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,
    27602759                InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, Screen, InfoBarTeletextPlugin,
    27612760                InfoBarServiceErrorPopupSupport):
     
    27682767                InfoBarAspectSelection.__init__(self)
    27692768                InfoBarAudioSelection.__init__(self)
    2770                 InfoBarSecondInfobar.__init__(self)
    27712769                InfoBarSeek.__init__(self, actionmap = "MediaCenterSeekActions")
    27722770                self.debug = command('cat /var/etc/autostart/start-config | grep debug | cut -d = -f2')
Note: See TracChangeset for help on using the changeset viewer.