コード例 #1
0
    def __init__(self,
                 session,
                 playList,
                 playIdx=0,
                 playAll=False,
                 listTitle=None,
                 plType='local',
                 title_inr=0,
                 showPlaylist=True):
        print "YoutubePlayer:"

        SimplePlayer.__init__(self,
                              session,
                              playList,
                              playIdx=playIdx,
                              playAll=playAll,
                              listTitle=listTitle,
                              plType=plType,
                              title_inr=title_inr,
                              ltype='youtube',
                              showPlaylist=showPlaylist)
 def __init__(self,
              session,
              playList,
              playIdx=0,
              playAll=False,
              listTitle=None,
              plType='local',
              title_inr=0,
              showPlaylist=True,
              showCover=False,
              useResume=False):
     SimplePlayer.__init__(self,
                           session,
                           playList,
                           playIdx=playIdx,
                           playAll=playAll,
                           listTitle=listTitle,
                           plType=plType,
                           title_inr=title_inr,
                           ltype='youtube',
                           showPlaylist=showPlaylist,
                           cover=showCover,
                           useResume=useResume,
                           forceGST=True)
コード例 #3
0
    def __init__(self, session, playList):
        print "PlayRtmpPlayer:"

        SimplePlayer.__init__(self, session, playList, showPlaylist=False)
コード例 #4
0
ファイル: youtubeplayer.py プロジェクト: gubble33/MediaPortal
	def __init__(self, session, playList, playIdx=0, playAll=False, listTitle=None, plType='local', title_inr=0, showPlaylist=True):
		print "YoutubePlayer:"

		SimplePlayer.__init__(self, session, playList, playIdx=playIdx, playAll=playAll, listTitle=listTitle, plType=plType, title_inr=title_inr, ltype='youtube', showPlaylist=showPlaylist)
コード例 #5
0
	def __init__(self, session, playList):
		print "PlayHttpPlayer:"

		SimplePlayer.__init__(self, session, playList, showPlaylist=False, ltype='playhttp')
コード例 #6
0
ファイル: playrtmpmovie.py プロジェクト: amino60/MediaPortal
	def __init__(self, session, playList):
		print "PlayRtmpPlayer:"

		SimplePlayer.__init__(self, session, playList, showPlaylist=False)