Ejemplo n.º 1
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)
Ejemplo n.º 2
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)
Ejemplo n.º 3
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)
Ejemplo n.º 4
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)
Ejemplo n.º 5
0
    def __init__(self, session, playList):
        print "DDLmePlayer:"

        SimplePlayer.__init__(self,
                              session,
                              playList,
                              showPlaylist=False,
                              ltype='ddl.me')
Ejemplo n.º 6
0
    def __init__(self, session, playList):
        print "ARDMediathekPlayer:"

        SimplePlayer.__init__(self,
                              session,
                              playList,
                              showPlaylist=False,
                              ltype='ard')
Ejemplo n.º 7
0
    def __init__(self, session, playList, showCover=False):
        print "iStreamPlayer:"

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

        SimplePlayer.__init__(self, session, playList, playIdx, playAll,
                              listTitle)
Ejemplo 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)
Ejemplo 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)
Ejemplo 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')
Ejemplo 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",
        )
Ejemplo 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)
Ejemplo 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)
Ejemplo n.º 15
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])
Ejemplo n.º 16
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')
 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)
Ejemplo n.º 18
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)
Ejemplo 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,
        )
Ejemplo 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)
Ejemplo n.º 21
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')
    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)
Ejemplo 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)
Ejemplo 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)
Ejemplo n.º 25
0
    def __init__(self, session, playList):
        print "RTLNITROnowPlayer:"

        SimplePlayer.__init__(self, session, playList, showPlaylist=False)
Ejemplo n.º 26
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
Ejemplo n.º 27
0
class GermanyTVPlayer(SimplePlayer):

	def __init__(self, session, playList, tvLink, playIdx=0, playAll=False, listTitle=None):
Ejemplo n.º 28
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')
Ejemplo 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)
Ejemplo n.º 30
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)
Ejemplo n.º 31
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)
Ejemplo n.º 32
0
	def __init__(self, session, playList):
		print "retrotvPlayer:"
		SimplePlayer.__init__(self, session, playList, showPlaylist=False)
Ejemplo n.º 33
0
class SongstoPlayer(SimplePlayer):

	def __init__(self, session, playList, songsto_type, playIdx=0, listTitle=None):
Ejemplo n.º 34
0
	def __init__(self, session, playList, playIdx=0, playAll=False, listTitle=None):
		print "ScienceTvPlayer:"

		SimplePlayer.__init__(self, session, playList, playIdx, playAll, listTitle)
Ejemplo n.º 35
0
	def __init__(self, session, playList):
		print "MyvideoPlayer:"

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

		self.onLayoutFinish.append(self.getVideo)
Ejemplo n.º 36
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)
Ejemplo 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])
Ejemplo n.º 38
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)
Ejemplo n.º 39
0
	def __init__(self, session, playList):
		print "DDLmePlayer:"

		SimplePlayer.__init__(self, session, playList, showPlaylist=False, ltype='ddl.me')
Ejemplo n.º 40
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)
Ejemplo n.º 41
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)
Ejemplo n.º 42
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)
Ejemplo n.º 43
0
	def __init__(self, session, playList):
		print "ORFPlayer:"

		SimplePlayer.__init__(self, session, playList, showPlaylist=False)
Ejemplo n.º 44
0
	def __init__(self, session, playList):
		print "DeluxemusicPlayer:"

		SimplePlayer.__init__(self, session, playList, showPlaylist=False)
Ejemplo n.º 45
0
	def __init__(self, session, playList):
		print "ARDMediathekPlayer:"

		SimplePlayer.__init__(self, session, playList, showPlaylist=False, ltype='ard')
Ejemplo n.º 46
0
	def __init__(self, session, playList, showCover=False):
		print "iStreamPlayer:"

		SimplePlayer.__init__(self, session, playList, showPlaylist=False, ltype='istream.ws', cover=showCover)
Ejemplo n.º 47
0
	def __init__(self, session, playList):
		print "ZDFMediathekPlayer:"

		SimplePlayer.__init__(self, session, playList, showPlaylist=False)
Ejemplo n.º 48
0
	def __init__(self, session, playList):
		print "freeomoviePlayer:"
		SimplePlayer.__init__(self, session, playList, showPlaylist=False)
Ejemplo n.º 49
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')
Ejemplo n.º 50
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)