|
|
| (2 dazwischenliegende Versionen von einem Benutzer werden nicht angezeigt) |
| Zeile 2: |
Zeile 2: |
| | '''Autor(en):''' Alex Lasnier | | '''Autor(en):''' Alex Lasnier |
| | | | |
| − | This plugin (partially) implements the "Program and System Information Protocol for Terrestrial Broadcast and Cable" from the ATSC standard.
| + | Sucht nach EPG Informationen, wenn auf einen Kanal geschaltet wird. Nur für ATSC (Nordamerika). |
| − | | + | |
| − | It adds event information from ATSC broadcasts to VDR whenever such a channel is tuned.
| + | |
| | | | |
| | ===Status=== | | ===Status=== |
| Zeile 11: |
Zeile 9: |
| | ==Bilder== | | ==Bilder== |
| | http://www.fepg.org/images/atscepg.png | | http://www.fepg.org/images/atscepg.png |
| − | <!--
| |
| − | {|
| |
| − | |[[Bild:atscepg-plugin-00.jpg|thumb|none|''kurze beschreibung'']]
| |
| − | |[[Bild:atscepg-plugin-01.jpg|thumb|none|''kurze beschreibung'']]
| |
| − | |}
| |
| − | -->
| |
| − | <!-- ==Bedienung== -->
| |
| − | <!-- ===[[SVDRP]] Befehle=== -->
| |
| − | <!-- ==Hardwareanforderungen== -->
| |
| − | <!-- ==Softwareanforderungen== -->
| |
| − | <!-- ==Installation== -->
| |
| − | <!-- ===Optionen=== -->
| |
| − | <!-- ===Patches=== -->
| |
| − | <!-- ==Konfiguration== -->
| |
| − | <!-- ===Einstellungen=== -->
| |
| − | <!-- ===Parameter=== -->
| |
| − | <!-- ==Sonstiges== -->
| |
| − | <!-- ===Probleme=== -->
| |
| − | <!-- ===Tipps=== -->
| |
| − | <!-- ===Wunschliste=== -->
| |
| − | <!-- ===Snapshot=== -->
| |
| | | | |
| | ==Versions-Historie== | | ==Versions-Historie== |
| Zeile 79: |
Zeile 56: |
| | | | |
| | [[Kategorie:Plugins]] | | [[Kategorie:Plugins]] |
| | + | [[Kategorie:ATSC]] |
| | [[Kategorie:EPG und Co]] | | [[Kategorie:EPG und Co]] |
| | {{i18n|atscepg-plugin}} | | {{i18n|atscepg-plugin}} |
Aktuelle Version vom 20. März 2016, 11:29 Uhr
Autor(en): Alex Lasnier
Sucht nach EPG Informationen, wenn auf einen Kanal geschaltet wird. Nur für ATSC (Nordamerika).
Letztes Update 06/2009
| Version
|
Datum
|
Beschreibung
|
Link
|
| 0.3.0
|
28.06.2009
|
- Added support for long channel names.
- Added channel numbering script.
- VCT descriptors no longer parsed multiple times.
- Proper conversion to local time.
- More resilient to corrupted data.
- Now using proper source id values (matches the PMT).
- VDR's automatic PID update will now work for ATSC channels.
- Added support for multiple ATSC devices.
- Fixed memory leak in VCT descriptor parsing.
- Fixed segfault when "number" script was missing.
- Added support for multiple audio PIDs and language codes.
|
|
| 0.2.0
|
26.01.2009
|
- Fixed: same event were added multiple times, not updated.
- Fixed malformed patch.
- Added new patch for VDR 1.7.2 and above.
- Minor fixes for VDR 1.7.x.
- Fixed setup menu.
- Fixed compile error with GCC 4.3.1.
- Added missing #include in structs.cpp
- Now calling cPlugin::ConfigDirectory() in thread-safe way.
- Updated license information.
- Added missing virtual to cATSCScanner's destructor
|
|
0.3.0
- Homepage des Plugins