Esempio n. 1
0
	def __init__(self, session, playList, playIdx=0, playAll=True, listTitle=None):
		print "myvideoTop100Player:"
		print listTitle

		SimplePlayer.__init__(self, session, playList, playIdx=playIdx, playAll=playAll, listTitle=listTitle, ltype='myvideo')

		self.onLayoutFinish.append(self.getVideo)
Esempio n. 2
0
	def __init__(self, session, playList, playIdx=0, playAll=True, listTitle=None):
		print "MTVdeChartsPlayer:"
		print listTitle

		SimplePlayer.__init__(self, session, playList, playIdx=playIdx, playAll=playAll, listTitle=listTitle, ltype='mtv')

		self.onLayoutFinish.append(self.getVideo)
Esempio n. 3
0
	def __init__(self, session, playList, songsto_type, playIdx=0, listTitle=None):
		print "SongstoPlayer:"
		self.songsto_type = songsto_type

		SimplePlayer.__init__(self, session, playList, playIdx=playIdx, playAll=True, listTitle=listTitle, ltype='songsto', cover=True, autoScrSaver=True, listEntryPar=[20, 0, 860, 25, 0, ' - ', 1, 0])

		self.onLayoutFinish.append(self.getVideo)
Esempio n. 4
0
	def __init__(self, session, playList, playIdx=0, playAll=True, listTitle=None):
		print "MusicstreamccPlayer:"
		self.base_url = 'http://musicstream.cc'
		self.chachepath = config.mediaportal.storagepath.value
		self.filescached = {}

		SimplePlayer.__init__(self, session, playList, playIdx=playIdx, playAll=playAll, listTitle=listTitle, title_inr=1, ltype='musicstreamcc', autoScrSaver=True, cover=True)
Esempio n. 5
0
    def __init__(self, session, playList):
        print "ARDMediathekPlayer:"

        SimplePlayer.__init__(self,
                              session,
                              playList,
                              showPlaylist=False,
                              ltype='ard')
Esempio n. 6
0
    def __init__(self, session, playList):
        print "DDLmePlayer:"

        SimplePlayer.__init__(self,
                              session,
                              playList,
                              showPlaylist=False,
                              ltype='ddl.me')
Esempio n. 7
0
    def __init__(self, session, playList, showCover=False):
        print "iStreamPlayer:"

        SimplePlayer.__init__(self,
                              session,
                              playList,
                              showPlaylist=False,
                              ltype='istream.ws',
                              cover=showCover)
Esempio n. 8
0
    def __init__(self,
                 session,
                 playList,
                 playIdx=0,
                 playAll=False,
                 listTitle=None):
        print "ScienceTvPlayer:"

        SimplePlayer.__init__(self, session, playList, playIdx, playAll,
                              listTitle)
Esempio n. 9
0
    def __init__(self, session, playList):
        print "MyvideoPlayer:"

        SimplePlayer.__init__(self,
                              session,
                              playList,
                              showPlaylist=False,
                              ltype='myvideo',
                              cover=False)

        self.onLayoutFinish.append(self.getVideo)
Esempio n. 10
0
    def __init__(self,
                 session,
                 playList,
                 playIdx=0,
                 playAll=False,
                 listTitle=None):
        print "ScienceTvPlayer2:"
        self.stvTitle = 'Science-TV - aktuelles Programm'

        SimplePlayer.__init__(self, session, playList, playIdx, playAll,
                              listTitle)
Esempio n. 11
0
    def __init__(self, session, playList, playIdx):
        print "GEOdePlayer:"

        SimplePlayer.__init__(self,
                              session,
                              playList,
                              playIdx=playIdx,
                              playAll=True,
                              listTitle="GEOaudio - Hören und Reisen",
                              autoScrSaver=True,
                              ltype='geo.de')
Esempio n. 12
0
    def __init__(self, session, playList, playIdx):
        print "GEOdePlayer:"

        SimplePlayer.__init__(
            self,
            session,
            playList,
            playIdx=playIdx,
            playAll=True,
            listTitle="GEOaudio - Hören und Reisen",
            autoScrSaver=True,
            ltype="geo.de",
        )
Esempio n. 13
0
    def __init__(self,
                 session,
                 playList,
                 playIdx=0,
                 playAll=True,
                 listTitle=None,
                 cover=None):
        print "wrestlingnetworkPlayer:"

        SimplePlayer.__init__(self, session, playList, playIdx, playAll,
                              listTitle, 'local', 0, cover)

        self.onLayoutFinish.append(self.getVideo)
Esempio n. 14
0
    def __init__(self,
                 session,
                 playList,
                 playIdx=0,
                 playAll=True,
                 listTitle=None):
        print "NunaPlayer:"

        SimplePlayer.__init__(self,
                              session,
                              playList,
                              playIdx=playIdx,
                              playAll=playAll,
                              listTitle=listTitle)
Esempio n. 15
0
    def __init__(self,
                 session,
                 playList,
                 playIdx=0,
                 playAll=False,
                 listTitle=None):
        print "PutpatTvPlayer:"

        SimplePlayer.__init__(self,
                              session,
                              playList,
                              playIdx=playIdx,
                              playAll=playAll,
                              listTitle=listTitle,
                              ltype='putpattv')
Esempio n. 16
0
 def __init__(self,
              session,
              playList,
              genreVideos,
              playIdx=0,
              playAll=False,
              listTitle=None):
     print "ClipfishPlayer:"
     self.genreVideos = genreVideos
     SimplePlayer.__init__(self,
                           session,
                           playList,
                           playIdx=playIdx,
                           playAll=playAll,
                           listTitle=listTitle)
 def __init__(self,
              session,
              playList,
              tvLink,
              playIdx=0,
              playAll=False,
              listTitle=None):
     self.tvLink = tvLink
     SimplePlayer.__init__(self,
                           session,
                           playList,
                           playIdx,
                           playAll,
                           listTitle,
                           useResume=False)
Esempio n. 18
0
    def __init__(self,
                 session,
                 playList,
                 playIdx=0,
                 playAll=False,
                 listTitle=None):
        print "ScienceTvPlayer:"

        SimplePlayer.__init__(self,
                              session,
                              playList,
                              playIdx,
                              playAll,
                              listTitle,
                              listEntryPar=[20, 0, 860, 50, 0, '', 0, 1])
Esempio n. 19
0
    def __init__(self, session, playList, playIdx=0, playAll=True, listTitle=None):
        print "MusicstreamccPlayer:"
        self.base_url = "http://musicstream.cc"
        self.play_url = mp_globals.mscc_play_url

        SimplePlayer.__init__(
            self,
            session,
            playList,
            playIdx=playIdx,
            playAll=playAll,
            listTitle=listTitle,
            title_inr=1,
            ltype="musicstreamcc",
            autoScrSaver=True,
            cover=True,
        )
Esempio n. 20
0
    def __init__(self,
                 session,
                 playList,
                 playIdx=0,
                 playAll=True,
                 showPlaylist=False):
        print "SouthparkPlayer:"

        SimplePlayer.__init__(self,
                              session,
                              playList,
                              playIdx=playIdx,
                              playAll=playAll,
                              showPlaylist=showPlaylist,
                              ltype='southpark')

        self.onLayoutFinish.append(self.getVideo)
    def __init__(self,
                 session,
                 playList,
                 tvTitle,
                 playIdx=0,
                 playAll=False,
                 listTitle=None):
        self.tvLink = None
        self.tryCount = 7
        self.tvTitle = tvTitle

        SimplePlayer.__init__(self,
                              session,
                              playList,
                              playIdx,
                              playAll,
                              listTitle,
                              showPlaylist=False,
                              useResume=False)
Esempio n. 22
0
    def __init__(self,
                 session,
                 playList,
                 playIdx=0,
                 playAll=False,
                 listTitle=None,
                 plType='local',
                 title_inr=0):
        print "YoutubePlayer:"

        SimplePlayer.__init__(self,
                              session,
                              playList,
                              playIdx=playIdx,
                              playAll=playAll,
                              listTitle=listTitle,
                              plType=plType,
                              title_inr=title_inr,
                              ltype='youtube')
Esempio n. 23
0
    def __init__(self,
                 session,
                 playList,
                 playIdx=0,
                 playAll=True,
                 listTitle=None):
        print "MusicstreamccPlayer:"
        self.base_url = 'http://musicstream.cc'
        self.play_url = mp_globals.mscc_play_url

        SimplePlayer.__init__(self,
                              session,
                              playList,
                              playIdx=playIdx,
                              playAll=playAll,
                              listTitle=listTitle,
                              title_inr=1,
                              ltype='musicstreamcc',
                              autoScrSaver=True,
                              cover=True)
Esempio n. 24
0
    def __init__(self,
                 session,
                 playList,
                 songsto_type,
                 playIdx=0,
                 listTitle=None):
        print "SongstoPlayer:"
        self.songsto_type = songsto_type

        SimplePlayer.__init__(self,
                              session,
                              playList,
                              playIdx=playIdx,
                              playAll=True,
                              listTitle=listTitle,
                              ltype='songsto',
                              cover=True,
                              autoScrSaver=True,
                              listEntryPar=[20, 0, 860, 25, 0, ' - ', 1, 0])

        self.onLayoutFinish.append(self.getVideo)
Esempio n. 25
0
	def openPlaylist(self, pl_class=GEOdePlaylist):
		SimplePlayer.openPlaylist(self, pl_class)
Esempio n. 26
0
	def __init__(self, session, playList, playIdx=0, playAll=True, listTitle=None):
		print "omrPlayer:"

		SimplePlayer.__init__(self, session, playList, playIdx=playIdx, playAll=playAll, listTitle=listTitle, ltype='omr')

		self.onLayoutFinish.append(self.getVideo)
Esempio n. 27
0
	def __init__(self, session, playList):
		print "ORFPlayer:"

		SimplePlayer.__init__(self, session, playList, showPlaylist=False)
Esempio n. 28
0
	def __init__(self, session, playList, showCover=False):
		print "iStreamPlayer:"

		SimplePlayer.__init__(self, session, playList, showPlaylist=False, ltype='istream.ws', cover=showCover)
Esempio n. 29
0
	def __init__(self, session, playList, playIdx=0, playAll=False, listTitle=None):
		print "ScienceTvPlayer2:"
		self.stvTitle = 'Science-TV - aktuelles Programm'

		SimplePlayer.__init__(self, session, playList, playIdx, playAll, listTitle, showPlaylist=False)
Esempio n. 30
0
class SongstoPlayer(SimplePlayer):

	def __init__(self, session, playList, songsto_type, playIdx=0, listTitle=None):
Esempio n. 31
0
	def __init__(self, session, playList):
		print "freeomoviePlayer:"
		SimplePlayer.__init__(self, session, playList, showPlaylist=False)
Esempio n. 32
0
		SongstoLink(self.session).getLink(self.playStream, self.dataError, sc_title, sc_artist, sc_album, token, imgurl)
Esempio n. 33
0
	def __init__(self, session, playList):
		print "ARDMediathekPlayer:"

		SimplePlayer.__init__(self, session, playList, showPlaylist=False, ltype='ard')
Esempio n. 34
0
	def __init__(self, session, playList, playIdx=0, playAll=False, listTitle=None):
		print "GEOdePlayer:"

		SimplePlayer.__init__(self, session, playList, playIdx=playIdx, playAll=playAll, listTitle=listTitle, autoScrSaver=True)
Esempio n. 35
0
	def __init__(self, session, playList, playIdx=0, playAll=True, listTitle=None, cover=True):
		print "viewsterPlayer:"
		
		SimplePlayer.__init__(self, session, playList, playIdx, playAll, listTitle, 'local', 0, cover)

		self.onLayoutFinish.append(self.getVideo)
Esempio n. 36
0
	def __init__(self, session, playList, genreVideos, playIdx=0, playAll=False, listTitle=None):
		print "Deluxemusic:"
		self.genreVideos = genreVideos

		SimplePlayer.__init__(self, session, playList, playIdx=playIdx, playAll=playAll, listTitle=listTitle)
Esempio n. 37
0
	def __init__(self, session, playList, playIdx=0, playAll=False, listTitle=None):
		print "ScienceTvPlayer:"

		SimplePlayer.__init__(self, session, playList, playIdx, playAll, listTitle, listEntryPar=[20, 0, 860, 50, 0, '', 0, 1])
Esempio n. 38
0
	def __init__(self, session, playList, playIdx=0, playAll=True, listTitle=None):
		print "NunaPlayer:"
		#self.genreVideos = genreVideos
		self.playList = playList
		self.playIdx = playIdx
		SimplePlayer.__init__(self, session, playList, playIdx=playIdx, playAll=playAll, listTitle=listTitle)
Esempio n. 39
0
	def __init__(self, session, playList):
		print "DDLmePlayer:"

		SimplePlayer.__init__(self, session, playList, showPlaylist=False, ltype='ddl.me')
Esempio n. 40
0
	def __init__(self, session, playList, genreVideos, playIdx=0, playAll=False, listTitle=None, showCover=False):
		print "ClipfishPlayer:"
		self.genreVideos = genreVideos
		SimplePlayer.__init__(self, session, playList, playIdx=playIdx, playAll=playAll, listTitle=listTitle, cover=showCover)
 def openPlaylist(self, pl_class=GermanyTVPlaylist):
     SimplePlayer.openPlaylist(self, pl_class)
Esempio n. 42
0
class GermanyTVPlayer(SimplePlayer):

	def __init__(self, session, playList, tvLink, playIdx=0, playAll=False, listTitle=None):
Esempio n. 43
0
	def __init__(self, session, playList, playIdx=0, playAll=True, listTitle=None):
		print "NunaPlayer:"

		SimplePlayer.__init__(self, session, playList, playIdx=playIdx, playAll=playAll, listTitle=listTitle)
Esempio n. 44
0
		self.playStream(tvTitle, tvLink)
Esempio n. 45
0
	def __init__(self, session, playList, playIdx=0, playAll=False, listTitle=None, plType='local', title_inr=0):
		print "YoutubePlayer:"
		
		SimplePlayer.__init__(self, session, playList, playIdx=playIdx, playAll=playAll, listTitle=listTitle, plType=plType, title_inr=title_inr, ltype='youtube')
Esempio n. 46
0
class GermanyTVPlayer2(SimplePlayer):

	def __init__(self, session, playList, tvTitle, playIdx=0, playAll=False, listTitle=None):
		self.tvLink = None
		self.tryCount = 7
		self.tvTitle = tvTitle
Esempio n. 47
0
	def __init__(self, session, playList):
		print "retrotvPlayer:"
		SimplePlayer.__init__(self, session, playList, showPlaylist=False)
Esempio n. 48
0
    def __init__(self, session, playList):
        print "RTLNITROnowPlayer:"

        SimplePlayer.__init__(self, session, playList, showPlaylist=False)
Esempio n. 49
0
	def __init__(self, session, playList):
		print "ZDFMediathekPlayer:"

		SimplePlayer.__init__(self, session, playList, showPlaylist=False)
Esempio n. 50
0
	def __init__(self, session, playList, playIdx=0, playAll=False, listTitle=None):
		print "ScienceTvPlayer:"

		SimplePlayer.__init__(self, session, playList, playIdx, playAll, listTitle)
Esempio n. 51
0
	def __init__(self, session, playList, playIdx=0, playAll=False, listTitle=None):
		print "PutpatTvPlayer:"

		SimplePlayer.__init__(self, session, playList, playIdx=playIdx, playAll=playAll, listTitle=listTitle, ltype='putpattv')
Esempio n. 52
0
	def __init__(self, session, playList):
		print "MyvideoPlayer:"

		SimplePlayer.__init__(self, session, playList, showPlaylist=False, ltype='myvideo', cover=True)

		self.onLayoutFinish.append(self.getVideo)