Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Radio 2 and events live stream #685

Merged
merged 1 commit into from
Mar 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ polib
proxy.py==0.3
python-dateutil
pylint
git+git://github.com/dagwieers/kodi-plugin-routing.git@setup#egg=routing
git+git://github.com/tamland/kodi-plugin-routing.git@master#egg=routing
setuptools >= 41
tox-travis
xmlschema==1.0.18; python_version == '2.7'
23 changes: 23 additions & 0 deletions resources/lib/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
name='radio1',
label='Radio 1',
studio='Radio 1',
# live_stream_id='vualto_radio1',
live_stream_id='vualto_events3_geo',
youtube=[
dict(label='Radio 1', url='https://www.youtube.com/user/vrtradio1'),
Expand All @@ -124,6 +125,7 @@
name='radio2',
label='Radio 2',
studio='Radio 2',
live_stream_id='vualto_radio2',
youtube=[
dict(label='Radio 2', url='https://www.youtube.com/user/radio2inbeeld'),
dict(label='Aha!', url='https://www.youtube.com/channel/UCa9lGLvXB-xJg3d0BjK_tIQ'),
Expand Down Expand Up @@ -180,6 +182,27 @@
dict(label='De Warmste Week', url='https://www.youtube.com/channel/UC_PsMpKLAp4hSGSXyUCPtxw'),
],
),
dict(
id='',
name='vrt-events1',
label='VRT Events stream 1',
studio='VRT',
live_stream_id='vualto_events1_geo',
),
dict(
id='',
name='vrt-events2',
label='VRT Events stream 2',
studio='VRT',
live_stream_id='vualto_events2_geo',
),
dict(
id='',
name='vrt-events3',
label='VRT Events stream 3',
studio='VRT',
live_stream_id='vualto_events3_geo',
),
]

FEATURED = [
Expand Down