Exemplo n.º 1
0
 def __init__(self):
     self.MODES = common.enum(PLAY_MODE=10,
                              GET_GENRE=1,
                              GET_GENRE_ITEMS=2,
                              GET_SEASONS_LIST=5,
                              GET_EPISODES_LIST=3,
                              GET_MOVIE_LIST=4)
Exemplo n.º 2
0
 def __init__(self):
     self.MODES = common.enum(GET_SERIES_LIST=1, GET_EPISODES_LIST=2)
Exemplo n.º 3
0
 def __init__(self):
     self.MODES = common.enum(GET_CATEGORIES=1,
                              GET_SERIES_LIST=2,
                              GET_EPISODES_LIST=3,
                              PLAY_ITEM=4)
Exemplo n.º 4
0
 def __init__(self):
     self.MODES = common.enum(PLAY_MODE=10,GET_GENRE=1, GET_GENRE_ITEMS=2, GET_SEASONS_LIST=5,GET_EPISODES_LIST=3, GET_MOVIE_LIST=4)
Exemplo n.º 5
0
 def __init__(self):
     self.MODES = common.enum(GET_GENRE=1,
                              GET_SERIES_LIST=2,
                              GET_EPISODES_LIST=3,
                              GET_MOVIE_LIST=4)
Exemplo n.º 6
0
 def __init__(self):
     self.MODES = common.enum(GET_CONTENT=1, GET_VOD=2, GET_LIVE=3, GET_EPISODES_LIST=4, GET_CAMERAS=5, PLAY_VIDEO=6)
Exemplo n.º 7
0
 def __init__(self):
     self.MODES = common.enum(GET_GENRE=1, GET_SERIES_LIST=2, GET_EPISODES_LIST=3, SHOW_EPISODES=4)
Exemplo n.º 8
0
 def __init__(self):
     self.MODES = common.enum(GET_CATEGORIES=1, GET_SERIES_LIST=2, GET_EPISODES_LIST=3, PLAY_ITEM=4)