Aggiunto TuneIn Radio

This commit is contained in:
Alhaziel01
2020-03-29 20:52:46 +02:00
parent 6a3dde4ba0
commit f88009b0b3
6 changed files with 134 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ def getchanneltypes(view="thumb_"):
logger.info()
# Lista de categorias
channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "direct", "live"] # , "torrent"
channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "direct", "live", "music"] # , "torrent"
if config.get_setting("adult_mode") != 0:
channel_types.append("adult")
@@ -407,7 +407,7 @@ def thumb(item_or_itemlist=None, genre=False, thumb=''):
'channels_children':['bambini', 'kids'],
'horror':['horror'],
'lucky': ['fortunato'],
'channels_musical':['musical', 'musica', 'music'],
'channels_music':['musical', 'musica', 'music'],
'channels_mistery':['mistero', 'giallo', 'mystery'],
'channels_noir':['noir'],
'popular' : ['popolari','popolare', 'più visti'],