Avards-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Problem mit DVB device Ladereihenfolge erläutert)
Zeile 1: Zeile 1:
 
==Beschreibung==
 
==Beschreibung==
 
'''Autor(en):''' Christoph Haubrich
 
'''Autor(en):''' Christoph Haubrich
 
 
<!-- ===Status=== -->
 
<!-- ===Status=== -->
 +
<!--
  
<!--
 
 
==Bilder==
 
==Bilder==
 
{|
 
{|
Zeile 11: Zeile 10:
 
|}
 
|}
 
-->
 
-->
 
 
<!-- ==Bedienung== -->
 
<!-- ==Bedienung== -->
 
<!-- ===[[SVDRP]] Befehle=== -->
 
<!-- ===[[SVDRP]] Befehle=== -->
 
 
<!-- ==Hardwareanforderungen== -->
 
<!-- ==Hardwareanforderungen== -->
 
 
<!-- ==Softwareanforderungen== -->
 
<!-- ==Softwareanforderungen== -->
 
 
<!-- ==Installation== -->
 
<!-- ==Installation== -->
 
<!-- ===Optionen=== -->
 
<!-- ===Optionen=== -->
 
<!-- ===Patches=== -->
 
<!-- ===Patches=== -->
 
 
<!-- ==Konfiguration== -->
 
<!-- ==Konfiguration== -->
 
<!-- ===Einstellungen=== -->
 
<!-- ===Einstellungen=== -->
 
<!-- ===Parameter=== -->
 
<!-- ===Parameter=== -->
 
 
<!-- ==Sonstiges== -->
 
<!-- ==Sonstiges== -->
 
===Probleme===
 
===Probleme===
Zeile 33: Zeile 26:
 
<!-- ===Wunschliste=== -->
 
<!-- ===Wunschliste=== -->
 
<!-- ===Snapshot=== -->
 
<!-- ===Snapshot=== -->
 +
 +
==Versions-Historie==
 +
{| width=100% class="wikitable"
 +
|-
 +
! Version
 +
! Datum
 +
! Beschreibung
 +
! Link
 +
|-
 +
| 0.1.1
 +
| 08.07.2007
 +
|
 +
* corrected a bug introduced with the detector re-write (thanks to e9hacki@VDR-portal.de)
 +
* changed implementation to use the new cOsd::SetPosition() to set the maximum OSD size for VDR 1.5.4+
 +
** for VDR versions lower 1.5.4 use the service interface instead
 +
** with the beginning of VDR 1.5.4 only the SetPosition API is supported!
 +
* changed poll delay to 5
 +
|
 +
|-
 +
| 0.1.1-beta2
 +
| 03.06.2007
 +
|
 +
* implemented Service Interface for querying the OSD-size (for VDR < 1.5.4)
 +
* implemented Service Interface for querying the current WSS mode and size
 +
* implemented SVDR Interface (suggested by  Viking@vdrportal.de)
 +
* re-built detection routine, made internal infos available for queries
 +
* added setup option to manually choose between automatic and 'forced' WSS mode (force-mode should no longer occupy the /dev/video device!)
 +
* write WSS Data to device only if changed
 +
* implemented a different selection of WSS mod (currently not active but gives log messages for verification in case of difference)
 +
| [http://www.vdr-portal.de/board/thread.php?threadid=64490]
 +
|-
 +
| 0.1.0
 +
| 20.05.2007
 +
|
 +
* Initial revision, based on standalone avards 0.0.6.
 +
| [http://www.vdr-portal.de/board/thread.php?threadid=64490]
 +
|}
  
 
==Links==
 
==Links==

Version vom 1. September 2007, 14:29 Uhr

Inhaltsverzeichnis

Beschreibung

Autor(en): Christoph Haubrich

Probleme

Das Avards-Plugin erwartet das Videodevice der fullfeatured Karte unter /dev/dvb/adapter0/video0. Hat man ein Mehrkartensystem und udev installiert, kann es passieren, dass udev die Treiber der DVB-Karten lädt. Udev kümmert sich dabei nicht um die Reihenfolge, welche Karte zuerst geladen wird, so dass es vorkommen kann, dass die fullfeatured Karte nicht unter /dev/dvb/adapter0/video0 auftaucht, sondern z.B. unter /dev/dvb/adapter1/video0. Lösungen zu dem Thema findet man im VDR-Portal. Gentoo-Benutzer sollten sich diesen Thread anschauen.

Versions-Historie

Version Datum Beschreibung Link
0.1.1 08.07.2007
  • corrected a bug introduced with the detector re-write (thanks to e9hacki@VDR-portal.de)
  • changed implementation to use the new cOsd::SetPosition() to set the maximum OSD size for VDR 1.5.4+
    • for VDR versions lower 1.5.4 use the service interface instead
    • with the beginning of VDR 1.5.4 only the SetPosition API is supported!
  • changed poll delay to 5
0.1.1-beta2 03.06.2007
  • implemented Service Interface for querying the OSD-size (for VDR < 1.5.4)
  • implemented Service Interface for querying the current WSS mode and size
  • implemented SVDR Interface (suggested by Viking@vdrportal.de)
  • re-built detection routine, made internal infos available for queries
  • added setup option to manually choose between automatic and 'forced' WSS mode (force-mode should no longer occupy the /dev/video device!)
  • write WSS Data to device only if changed
  • implemented a different selection of WSS mod (currently not active but gives log messages for verification in case of difference)
[1]
0.1.0 20.05.2007
  • Initial revision, based on standalone avards 0.0.6.
[2]

Links

  1. Homepage des Plugins
In anderen Sprachen