Skip to content

Commit

Permalink
added change;s
Browse files Browse the repository at this point in the history
  • Loading branch information
russellharrower committed Apr 22, 2016
1 parent 2f66335 commit 2862e10
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,39 @@
# Here we use a fixed set of properties simply for demonstrating purposes
# In a "real life" plugin you will need to get info and links to video files/streams
# from some web-site or online service.
VIDEOS = {'Melbourne': [{'name': '7 Melbourne',
'thumb': '/resources/media/plugin.program.advancedsettings-0.8.8.png',
VIDEOS = {'Melbourne': [{'name': 'ABC24',
'thumb': '/resources/media/plugin.program.advancedsettings-0.8.8.png',
'video': 'http://www.abc.net.au/res/streaming/video/hls/news24.m3u8',
'genre': 'ABC'},
{'name': '7 Melbourne',
'thumb': 'https://s.yimg.com/ea/img/-/151001/seven_logo_large_1b0pc8g-1b0pc8k.png',
'video': 'https://sevenwestmedia01-i.akamaihd.net/hls/live/224813/MEL1/master_high.m3u8',
'genre': 'Seven Network'},
{'name': '7two',
'thumb': 'https://s.yimg.com/ea/img/-/151001/seven_logo_large_1b0pc8g-1b0pc8k.png',
'video': 'ttps://sevenwestmedia01-i.akamaihd.net/hls/live/224826/MEL2/master.m3u8',
'genre': 'Seven Network'},
{'name': '7mate',
'thumb': '/resources/media/440px-7mate_(logo).svg.png',
'thumb': 'https://s.yimg.com/ea/img/-/150930/7mate_logo_1b0mbg3-1b0mbg8.png',
'video': 'https://sevenwestmedia01-i.akamaihd.net/hls/live/224839/MEL3/master_high.m3u8',
'genre': 'Seven Network'},
{'name': '7Flix',
'thumb': '/resources/media/440px-7flix_logo_without_background.png',
'video': 'https://sevenwestmedia01-i.akamaihd.net/hls/live/224856/MEL6/master.m3u8',
'genre': 'Seven Network'}
'genre': 'Seven Network'},
{'name': '9HD',
'thumb': 'https://s3-ap-southeast-2.amazonaws.com/mi9-vms-images-prod/2015/11/11/9_Colour_RGB.png',
'video': 'https://9nowlivehls-i.akamaihd.net/hls/live/226644/ch9melprd/master5000.m3u8',
'genre': 'NINE Network'},
{'name': 'TENHD',
'thumb': '/resources/media/440px-7flix_logo_without_background.png',
'video': 'http://csm-e-usc1-3.cds1.yospace.com/csm/live/115251681.m3u8',
'genre': 'TEN'},
{'name': 'C31',
'thumb': '/resources/media/440px-7flix_logo_without_background.png',
'video': 'http://c31.mediafoundry.com.au/sites/default/files/manifest/manifest_live_27.m3u8',
'genre': 'C31'}

],
'Cars': [{'name': 'Postal Truck',
'thumb': 'http://www.vidsplay.com/vids/us_postal.jpg',
Expand Down

0 comments on commit 2862e10

Please sign in to comment.