MLD-5.x > General
[MLD 5.4 stable] Mal wieder: Installation vdr-plugin-mediatheken
outis:
Installationsversuch über Webif hinterlässt eine nicht wirklich lesbare Fehlermeldung. ;)
Also versuchen wir's mal so:
--- Code: ---MLD-ClientWZ> apt-get install vdr-plugin-mediatheken
Reading package lists... Done
Building dependency tree
Reading state information... Done
vdr-plugin-mediatheken is already the newest version (0-4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n]
Create a snapshot of '/mnt/root/@root' in '/mnt/root/2020-04-06 12:32'
Delete subvolume (no-commit): '/mnt/root/2020-04-06 12:29'
Setting up vdr-plugin-mediatheken (0-4) ...
sed: /etc/vdr/menu.xml: No such file or directory
dpkg: error processing package vdr-plugin-mediatheken (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
vdr-plugin-mediatheken
E: Sub-process /usr/bin/dpkg returned an error code (1)
--- End code ---
Machen wir mal:
--- Code: ---touch /etc/vdr/menu.xml
--- End code ---
Dann gibt's das:
--- Code: ---MLD-ClientWZ> apt-get install vdr-plugin-mediatheken
Reading package lists... Done
Building dependency tree
Reading state information... Done
vdr-plugin-mediatheken is already the newest version (0-4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n]
Create a snapshot of '/mnt/root/@root' in '/mnt/root/2020-04-06 12:40'
Delete subvolume (no-commit): '/mnt/root/2020-04-06 12:32'
Setting up vdr-plugin-mediatheken (0-4) ...
W: APT had planned for dpkg to do more than it reported back (0 vs 4).
Affected packages: vdr-plugin-mediatheken:armhf
--- End code ---
Versuchen wir mal das:
--- Code: ---MLD-ClientWZ> apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
--- End code ---
Hm. Bringen wir mal das in Stellung:
--- Code: ---MLD-ClientWZ> dpkg --configure -a
Create a snapshot of '/mnt/root/@root' in '/mnt/root/2020-04-06 12:43'
Delete subvolume (no-commit): '/mnt/root/2020-04-06 12:40
--- End code ---
Und dann wieder:
--- Code: ---MLD-ClientWZ> apt-get install --reinstall vdr-plugin-mediatheken
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/2.060 B of archives.
After this operation, 0 B of additional disk space will be used.
Create a snapshot of '/mnt/root/@root' in '/mnt/root/2020-04-06 12:44'
Delete subvolume (no-commit): '/mnt/root/2020-04-06 12:43'
(Reading database ... 10854 files and directories currently installed.)
Preparing to unpack .../vdr-plugin-mediatheken_0-4_armhf.deb ...
Unpacking vdr-plugin-mediatheken (0-4) over (0-4) ...
Setting up vdr-plugin-mediatheken (0-4) ...
--- End code ---
Sieht dann soweit gut aus.
vch auch konfiguriert, alle Erweiterungen installiert und Updates ebenfalls. Ein restart vch läuft ohne Fehlermeldung.
Nur: Wie benutzt man das Plugin?
Einen Menüpunkt dafür im OSD finde ich nicht. Auch taucht es nicht im Setup/Plugins auf. Rufe ich mplayer auf, sehe ich vch. Den Punkt ausgewählt ergibt "[..]" gehe ich darauf, geht's zurück zur Anzeige [vch].
Daran ändert ein Systemneustart auch nicht.
Nun seid ihr dran. ;)
outis:
Mal sehen, wie weit wir damit kommen:
http://vdr-wiki.de/wiki/index.php/Vodcatcher_Helper
outis:
Hm, da machen wir
/etc/init.d/vdr stop
dann Bearbeitung commands.conf:
--- Quote ---MLD-ClientWZ> cat /etc/vdr/commands.conf
About MiniDVBLinux : cat /var/spool/vdr.info 2>/dev/null || cat /boot/ABOUT; rm -f /var/spool/vdr.info
System {
Reboot System : reboot
Shutdown System : poweroff
Shutdown via Power Off : svdrpsend.sh -d hitk power
Open/Close Optical Drive : eject -s >/dev/null; eject >/dev/null
}
Apps {
System-Setup : /etc/vdr/run.d/vdr startapp System-Setup
VCH: echo "curl http://localhost:8080/osdserver >/tmp/vchosd.log 2>&1" | at now
}
VDR {
Restart VDR : killall vdr
Stop VDR : runvdr -k; killall vdr
Update Recordings : touch /data/tv/.update
}
--- End quote ---
Neustart vdr - und die commands.conf hat die VCH-Zeile verloren.
--- Quote ---MLD-ClientWZ> cat /etc/vdr/commands.conf
About MiniDVBLinux : cat /var/spool/vdr.info 2>/dev/null || cat /boot/ABOUT; rm -f /var/spool/vdr.info
System {
Reboot System : reboot
Shutdown System : poweroff
Shutdown via Power Off : svdrpsend.sh -d hitk power
Open/Close Optical Drive : eject -s >/dev/null; eject >/dev/null
}
Apps {
System-Setup : /etc/vdr/run.d/vdr startapp System-Setup
}
VDR {
Restart VDR : killall vdr
Stop VDR : runvdr -k; killall vdr
Update Recordings : touch /data/tv/.update
}
--- End quote ---
Ich dachte, es reicht, den vdr zu stoppen, wenn man die commands.conf ändern möchte? Wo kann/muss man denn sonst die commands.conf dauerhaft ändern?
outis:
OK, das Problem ist gelöst: Zusatz commands.con.vch anlegen.
outis:
So, nun haben wir's: Es gibt kein curl in der MLD 5.4.
Wie bekommen wir das rein?
Die beiden reichen nicht:
--- Code: ---MLD-ClientWZ> apt-cache search curl
libcurl3 - easy-to-use client-side URL transfer library (OpenSSL flavour)
libcurl3-gnutls - easy-to-use client-side URL transfer library (GnuTLS flavour)
--- End code ---
--- Code: ---MLD-ClientWZ> apt-get install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package curl
--- End code ---
Navigation
[0] Message Index
[#] Next page
Go to full version