summaryrefslogtreecommitdiff
path: root/plugin.video.catchuptvandmore/resources/lib/skeleton.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.catchuptvandmore/resources/lib/skeleton.py')
-rwxr-xr-xplugin.video.catchuptvandmore/resources/lib/skeleton.py54
1 files changed, 54 insertions, 0 deletions
diff --git a/plugin.video.catchuptvandmore/resources/lib/skeleton.py b/plugin.video.catchuptvandmore/resources/lib/skeleton.py
new file mode 100755
index 0000000..cf1c510
--- /dev/null
+++ b/plugin.video.catchuptvandmore/resources/lib/skeleton.py
@@ -0,0 +1,54 @@
+# -*- 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.6play.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'
+
+ }
+
+ # 'main_menu.be': {
+ # 'channels.be.rtbf.rtbf': 'RTBF'
+ # }
+}