[1] MLD-5.x / General / [MLD 5.4 stable] Mal wieder: Installation vdr-plugin-mediatheken
 

Offline outis

  • Adv. Member
  • ***
  • Posts: 209
    • View Profile
Installationsversuch über Webif hinterlässt eine nicht wirklich lesbare Fehlermeldung. ;)

Also versuchen wir's mal so:

Code: [Select]
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)

Machen wir mal:
Code: [Select]
touch /etc/vdr/menu.xml
Dann gibt's das:
Code: [Select]
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


Versuchen wir mal das:
Code: [Select]
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.

Hm. Bringen wir mal das in Stellung:
Code: [Select]
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

Und dann wieder:
Code: [Select]
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) ...

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. ;)
Viele Grüße
Jochen

Offline outis

  • Adv. Member
  • ***
  • Posts: 209
    • View Profile
Mal sehen, wie weit wir damit kommen:

http://vdr-wiki.de/wiki/index.php/Vodcatcher_Helper

Viele Grüße
Jochen

Offline outis

  • Adv. Member
  • ***
  • Posts: 209
    • View Profile
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
}

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
}

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?
Viele Grüße
Jochen

Offline outis

  • Adv. Member
  • ***
  • Posts: 209
    • View Profile
OK, das Problem ist gelöst: Zusatz commands.con.vch anlegen.
Viele Grüße
Jochen

Offline outis

  • Adv. Member
  • ***
  • Posts: 209
    • View Profile
So, nun haben wir's: Es gibt kein curl in der MLD 5.4.

Wie bekommen wir das rein?

Die beiden reichen nicht:
Code: [Select]
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)

Code: [Select]
MLD-ClientWZ> apt-get install curl
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package curl
Viele Grüße
Jochen

Offline outis

  • Adv. Member
  • ***
  • Posts: 209
    • View Profile
so, das hätten wir auch gefunden. ;)

Mühsames Geschichte... :D
Viele Grüße
Jochen

[1] MLD-5.x / General / [MLD 5.4 stable] Mal wieder: Installation vdr-plugin-mediatheken
 



Users Online Users Online

0 Members and 1 Guest are viewing this topic.