Skip to content

Commit

Permalink
Add Radio 2 live stream
Browse files Browse the repository at this point in the history
It appears Radio 2 works as well using a vualto-radio2 id, and we can
also add Radio 1.
  • Loading branch information
dagwieers authored and mediaminister committed Mar 7, 2020
1 parent 2c14532 commit 8d1c7d9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
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

0 comments on commit 8d1c7d9

Please sign in to comment.