Hallo,
bei Plugin setup sind die Parameter der Pligins in der setup.xml hinterlegt.
Wird Plugin menuorg verwendet,fehlt der Teil zum aktivieren/deaktiviern der Plugins
und auch noch andere Punkte zur konfiguration von VDR.
Unter Debian/ubuntu/Arch auch yavdr kommt die konfiguration der Plugins nach
/etc/vdr/conf.d/*.conf z.b 00-vdr.conf
Inhalt:
Das heisst auch das Parameter für Plugins im Paket des Plugins in einer <name-plugin>.conf
hinterlegt sind.z.B Plugin osdteletext
Info -> https://www.yavdr.org/documentation/0.6/de/ch01s06.html
Plugins werden mit vdrctl aktiviert/deaktiviert.
Siehe -> https://github.com/CReimer/vdrctl
Gruss
Wolfgang
bei Plugin setup sind die Parameter der Pligins in der setup.xml hinterlegt.
Wird Plugin menuorg verwendet,fehlt der Teil zum aktivieren/deaktiviern der Plugins
und auch noch andere Punkte zur konfiguration von VDR.
Unter Debian/ubuntu/Arch auch yavdr kommt die konfiguration der Plugins nach
/etc/vdr/conf.d/*.conf z.b 00-vdr.conf
Inhalt:
Code:
#
# This file contains the arguments for VDR if invoked without arguments on the
# command line.
#
# See `man vdr`.
#
[vdr]
--record=/usr/lib/vdr/vdr-recordingaction
--user=vdr
--grab=/tmp
--port=6419
--watchdog=0
--shutdown=/usr/lib/vdr/vdr-shutdown.wrapper
--dirnames=,,1
hinterlegt sind.z.B Plugin osdteletext
Code:
#
# Command line parameters for vdr-plugin-osdteletext
#
# For more details see /usr/share/doc/vdr-plugin-osdteletext/README.gz
#
# -d --directory=DIR The directory where the temporary
# files will be stored.
# (default: /var/cache/vdr/vtx)
# Ensure that the directory exists and is writable.
# -n --max-cache=NUM Maximum size in megabytes of cache used
# to store the pages on the harddisk.
# (default: a calculated value below 50 MB)
# -s --cache-system=SYS Set the cache system to be used.
# Choose "legacy" for the traditional
# one-file-per-page system.
# Default is "packed" for the
# one-file-for-a-few-pages system.
# -t, --toptext Store top text pages at cache. (unviewable pages
[osdteletext]
-d /run/shm/vtx
-n 48
-s packed
Plugins werden mit vdrctl aktiviert/deaktiviert.
Siehe -> https://github.com/CReimer/vdrctl
Gruss
Wolfgang