Exemplo n.º 1
0
def show_channel_category(channel, category):
    """ Shows TV Channel categories """
    from resources.lib.modules.channels import Channels
    Channels().show_channel_category(channel, category)
Exemplo n.º 2
0
def show_channel_menu(channel):
    """ Shows Live TV channels """
    from resources.lib.modules.channels import Channels
    Channels().show_channel_menu(channel)
Exemplo n.º 3
0
def show_channel_replay_series(series_id):
    """ Shows TV channel replay series details """
    from resources.lib.modules.channels import Channels
    Channels().show_channel_replay_series(series_id)
Exemplo n.º 4
0
def show_channel_replay(channel_id):
    """ Shows TV channel replay overview """
    from resources.lib.modules.channels import Channels
    Channels().show_channel_replay(channel_id)
Exemplo n.º 5
0
def show_channel_guide_detail(channel_id, date):
    """ Shows TV channel guide details """
    from resources.lib.modules.channels import Channels
    Channels().show_channel_guide_detail(channel_id, date)
Exemplo n.º 6
0
def show_channel_guide(channel_id):
    """ Shows TV channel guide """
    from resources.lib.modules.channels import Channels
    Channels().show_channel_guide(channel_id)
Exemplo n.º 7
0
def show_channel(channel_id):
    """ Shows TV channel details """
    from resources.lib.modules.channels import Channels
    Channels().show_channel(channel_id)