[PATCH] Update Channel Lists
Jon Davies
jon at hedgerows.org.uk
Mon Feb 27 14:07:18 EST 2012
commit 35b6433600725a70b08755f9ec065d6385001e95
Author: Jon Davies <jon at hedgerows.org.uk>
Date: Mon Feb 27 19:01:43 2012 +0000
update channel lists
remove radio 7, update/add local tv and radio channels, add bbc alba to live channels
diff --git a/get_iplayer b/get_iplayer
index b359f0e..5e904d9 100755
--- a/get_iplayer
+++ b/get_iplayer
@@ -6334,7 +6334,7 @@ sub channels {
'bbctwo' => 'BBC Two',
'bbcthree' => 'BBC Three',
'bbcfour' => 'BBC Four',
- 'bbcnews' => 'BBC News 24',
+ 'bbcnews' => 'BBC News',
'cbbc' => 'CBBC',
'cbeebies' => 'CBeebies',
'parliament' => 'BBC Parliament',
@@ -6358,10 +6358,25 @@ sub channels_schedule {
'bbcfour/programmes/schedules' => 'BBC Four',
'bbchd/programmes/schedules' => 'BBC HD',
'bbcnews/programmes/schedules' => 'BBC News 24',
+ 'bbcone/programmes/schedules/cambridge' => 'BBC One Cambridgeshire',
+ 'bbcone/programmes/schedules/channel_islands' => 'BBC One Channel Islands',
+ 'bbcone/programmes/schedules/east' => 'BBC One East',
+ 'bbcone/programmes/schedules/east_midlands' => 'BBC One East Midlands',
+ 'bbcone/programmes/schedules/hd' => 'BBC One HD',
'bbcone/programmes/schedules/london' => 'BBC One London',
+ 'bbcone/programmes/schedules/north_east' => 'BBC One North East & Cumbria',
+ 'bbcone/programmes/schedules/north_west' => 'BBC One North West',
'bbcone/programmes/schedules/ni' => 'BBC One Northern Ireland',
+ 'bbcone/programmes/schedules/oxford' => 'BBC One Oxfordshire',
'bbcone/programmes/schedules/scotland' => 'BBC One Scotland',
+ 'bbcone/programmes/schedules/south' => 'BBC One South',
+ 'bbcone/programmes/schedules/south_east' => 'BBC One South East',
+ 'bbcone/programmes/schedules/south_west' => 'BBC One South West',
'bbcone/programmes/schedules/wales' => 'BBC One Wales',
+ 'bbcone/programmes/schedules/west' => 'BBC One West',
+ 'bbcone/programmes/schedules/west_midlands' => 'BBC One West Midlands',
+ 'bbcone/programmes/schedules/east_yorkshire' => 'BBC One Yorks & Lincs',
+ 'bbcone/programmes/schedules/yorkshire' => 'BBC One Yorkshire',
'parliament/programmes/schedules' => 'BBC Parliament',
'bbcthree/programmes/schedules' => 'BBC Three',
'bbctwo/programmes/schedules/england' => 'BBC Two England',
@@ -7140,7 +7155,6 @@ sub channels {
'bbc_radio_five_live' => 'BBC Radio 5 live',
'bbc_radio_five_live_sports_extra' => 'BBC 5 live Sports Extra',
'bbc_6music' => 'BBC 6 Music',
- 'bbc_7' => 'BBC 7',
'bbc_asian_network' => 'BBC Asian Network',
'bbc_radio_foyle' => 'BBC Radio Foyle',
'bbc_radio_scotland' => 'BBC Radio Scotland',
@@ -7211,7 +7225,6 @@ sub channels_schedule {
'5live/programmes/schedules' => 'BBC Radio 5 live',
'5livesportsextra/programmes/schedules' => 'BBC 5 live Sports Extra',
'6music/programmes/schedules' => 'BBC 6 Music',
- 'radio7/programmes/schedules' => 'BBC 7',
'asiannetwork/programmes/schedules' => 'BBC Asian Network',
'radiofoyle/programmes/schedules' => 'BBC Radio Foyle',
'radioscotland/programmes/schedules/fm' => 'BBC Radio Scotland', # fm,mw,orkney,shetland,highlandsandislands
@@ -7219,7 +7232,7 @@ sub channels_schedule {
'radioulster/programmes/schedules' => 'BBC Radio Ulster',
'radiowales/programmes/schedules/fm' => 'BBC Radio Wales FM',
'radiowales/programmes/schedules/mw' => 'BBC Radio Wales MW',
- #'bbc_radio_cymru' => 'BBC Radio Cymru', # ????
+ 'radiocymru/programmes/schedules' => 'BBC Radio Cymru',
'worldservice/programmes/schedules' => 'BBC World Service',
'cumbria/programmes/schedules' => 'BBC Cumbria',
'newcastle/programmes/schedules' => 'BBC Newcastle',
@@ -7527,8 +7540,9 @@ sub channels {
'bbc_four' => 'BBC Four',
'cbbc' => 'CBBC',
'cbeebies' => 'CBeebies',
- 'bbc_news24' => 'BBC News 24',
+ 'bbc_news24' => 'BBC News',
'bbc_parliament' => 'BBC Parliament',
+ 'bbc_alba' => 'BBC Alba',
};
}
@@ -7621,7 +7635,6 @@ sub channels {
'bbc_radio_five_live' => 'BBC Radio 5 live',
'bbc_radio_five_live_sports_extra' => 'BBC 5 live Sports Extra',
'bbc_6music' => 'BBC 6 Music',
- 'bbc_7' => 'BBC 7',
'bbc_asian_network' => 'BBC Asian Network',
'bbc_radio_foyle' => 'BBC Radio Foyle',
'bbc_radio_scotland' => 'BBC Radio Scotland',
@@ -7629,8 +7642,7 @@ sub channels {
'bbc_radio_ulster' => 'BBC Radio Ulster',
'bbc_radio_wales' => 'BBC Radio Wales',
'bbc_radio_cymru' => 'BBC Radio Cymru',
- 'http://www.bbc.co.uk/worldservice/includes/1024/screen/audio_console.shtml?stream=live' => 'BBC World Service',
- 'bbc_world_service' => 'BBC World Service Intl',
+ 'bbc_world_service' => 'BBC World Service',
'bbc_radio_cumbria' => 'BBC Cumbria',
'bbc_radio_newcastle' => 'BBC Newcastle',
'bbc_tees' => 'BBC Tees',
More information about the get_iplayer
mailing list