|
MythTV
0.26-pre
|
Classes | |
| class | OutStreamEncoder |
| class | Videos |
Variables | |
| string | __title__ = "bbciplayer_api - Simple-to-use Python interface to the BBC iPlayer RSS feeds (http://www.bbc.co.uk)" |
| string | __author__ = "R.D. Vaughan" |
| string | __purpose__ |
| string | __version__ = "v0.1.3" |
| string | version = '' |
| string nv_python_libs::bbciplayer::bbciplayer_api::__title__ = "bbciplayer_api - Simple-to-use Python interface to the BBC iPlayer RSS feeds (http://www.bbc.co.uk)" |
Definition at line 14 of file bbciplayer_api.py.
| string nv_python_libs::bbciplayer::bbciplayer_api::__author__ = "R.D. Vaughan" |
Definition at line 15 of file bbciplayer_api.py.
00001 ''' 00002 This python script is intended to perform a variety of utility functions to search and access text 00003 meta data, video and image URLs from the BBC iPlayer Web site. These routines process RSS feeds 00004 provided by BBC (http://www.bbc.co.uk). The specific BBC iPlayer RSS feeds that are processed are controled through a user XML preference file usually found at 00005 "~/.mythtv/MythNetvision/userGrabberPrefs/bbciplayer.xml" 00006 '''
Definition at line 16 of file bbciplayer_api.py.
Definition at line 23 of file bbciplayer_api.py.
Definition at line 81 of file bbciplayer_api.py.
Referenced by EITHelper.AddEIT(), MythRenderVDPAU.CheckHardwareSupport(), DBUtil.CompareDBMSVersion(), UPnpCDS.DetermineClient(), GetATVversion(), GrabberScript.GrabberScript(), ATSCStreamData.HandleTables(), MPEGStreamData.HandleTables(), MythSocketManager.HandleVersion(), MainServer.HandleVersion(), EITCache.IsNewEIT(), ATSCStreamData.IsRedundant(), DVBStreamData.IsRedundant(), MPEGStreamData.IsRedundant(), EITCache.LoadChannel(), V4LChannel.Open(), DBUtil.ParseDBMSVersion(), ParseGrabberVersion(), HLSRingBuffer.ParseM3U8(), performActualUpdate(), MythUDPListener.Process(), AvFormatDecoder.ScanStreams(), DTVChannel.SetChannelByString(), DVBStreamData.SetVersionBAT(), MPEGStreamData.SetVersionCAT(), DVBStreamData.SetVersionCIT(), ATSCStreamData.SetVersionCVCT(), ATSCStreamData.SetVersionEIT(), DVBStreamData.SetVersionEIT(), ATSCStreamData.SetVersionMGT(), DVBStreamData.SetVersionNIT(), DVBStreamData.SetVersionNITo(), MPEGStreamData.SetVersionPAT(), MPEGStreamData.SetVersionPMT(), ATSCStreamData.SetVersionRRT(), DVBStreamData.SetVersionSDT(), DVBStreamData.SetVersionSDTo(), ATSCStreamData.SetVersionTVCT(), SearchEditor.slotLoadedData(), and TreeEditor.slotLoadedData().
1.7.6.1