# -*- coding: utf-8 -*- """ Catch-up TV & More Copyright (C) 2016 SylvainCecchetto This file is part of Catch-up TV & More. Catch-up TV & More is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Catch-up TV & More is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Catch-up TV & More; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. """ categories = { 'main_menu.fr': 'French channels' # 'main_menu.be': 'Belgian channels' } channels = { 'main_menu.fr': { 'channels.fr.tf1.tf1': 'TF1', 'channels.fr.pluzz.france2': 'France 2', 'channels.fr.pluzz.france3': 'France 3', 'channels.fr.canalplus.canalplus': 'Canal +', 'channels.fr.pluzz.france5': 'France 5', 'channels.fr.6play.m6': 'M6', 'channels.fr.arte.arte': 'Arte', 'channels.fr.c.c8': 'C8', 'channels.fr.6play.w9': 'W9', 'channels.fr.tf1.tmc': 'TMC', 'channels.fr.tf1.nt1': 'NT1', 'channels.fr.nrj.nrj12': 'NRJ 12', 'channels.fr.pluzz.france4': 'France 4', 'channels.fr.bfmtv.bfmtv': 'BFM TV', 'channels.fr.itele.itele': 'i-Télé', 'channels.fr.c.cstar': 'CStar', 'channels.fr.gulli.gulli': 'Gulli', 'channels.fr.pluzz.franceo': 'France Ô', 'channels.fr.tf1.hd1': 'HD1', 'channels.fr.lequipe.lequipe': 'L\'Équipe', 'channels.fr.6play.6ter': '6ter', 'channels.fr.numero23.numero23': 'Numéro 23', 'channels.fr.nrj.cherie25': 'Chérie 25' } # 'main_menu.be': { # 'channels.be.rtbf.rtbf': 'RTBF' # } }