Hallo Leute,
hab heute mal die 0.4 auf mein Rechner installiert. Läuft soweit ganz gut. Nun sollen die Extras laufen...
Durchflieger hat für mein geliebtes Atmolight ein neues Plugin erstellt das das bisherige libxine-atmo-plugin ablöst.
https://github.com/durchflieger/DFAtmo#readme
Das DFAtmo soll außerdem dann mit XBMC zusammenarbeiten.
Leider hat es das Plugin nicht mehr in die 0.4 geschafft, daher hab ich versucht es vom GIT zu installieren.
Nach kompilieren und installieren mit
Zitatmake dfatmo
Coderoot@yavdr:/usr/local/src/atmo/DFAtmo# make dfatmo /bin/sh: pkg-config: Kommando nicht gefunden. /bin/sh: pkg-config: Kommando nicht gefunden. cc -I/usr/include/python2.7 -I/usr/include/python2.7 -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -O3 -pipe -Wall -fPIC -g -DOUTPUT_DRIVER_PATH='"/usr/local/lib/dfatmo/drivers"' -c -o atmodriver.o atmodriver.c cc -I/usr/include/python2.7 -I/usr/include/python2.7 -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -O3 -pipe -Wall -fPIC -g -shared -fvisibility=hidden -lpthread -ldl -lutil -lm -lpython2.7 -lm -ldl -o atmodriver.so atmodriver.o cc -O3 -pipe -Wall -fPIC -g -c -o dfatmo-file.o fileoutputdriver.c cc -O3 -pipe -Wall -fPIC -g -shared -fvisibility=hidden -o dfatmo-file.so dfatmo-file.o cc -O3 -pipe -Wall -fPIC -g -c -o dfatmo-serial.o serialoutputdriver.c cc -O3 -pipe -Wall -fPIC -g -shared -fvisibility=hidden -o dfatmo-serial.so dfatmo-serial.o root@yavdr:/usr/local/src/atmo/DFAtmo#
und
Zitatmake dfatmoinstall
Coderoot@yavdr:/usr/local/src/atmo/DFAtmo# make dfatmoinstall /bin/sh: pkg-config: Kommando nicht gefunden. /bin/sh: pkg-config: Kommando nicht gefunden. install -m 0755 -d /usr/local/lib/dfatmo install -m 0644 -t /usr/local/lib/dfatmo atmodriver.so install -m 0755 -d /usr/local/lib/dfatmo/drivers install -m 0644 -t /usr/local/lib/dfatmo/drivers dfatmo-file.so dfatmo-serial.so install -m 0644 -t /usr/local/include dfatmo.h root@yavdr:/usr/local/src/atmo/DFAtmo#
und den Eintragungen in der vdr-frontend.conf kriege ich aber absolut kein Leuchten zustande.
custom template:
## Adding Xine ATMO-Post Plugin
XINEOPTS="$XINEOPTS --post=dfatmo:driver=serial,driver_param=/dev/ttyUSB0,top=1,bottom=1,left=1,right=1,brightness=150,enabled=1,filter_delay=2000 "
Ich kann nichtmals sehen ob im postprocessing das plugin gestartet wird.
Was kann ich tun um zu prüfen ob das plugin gestartet wird. Xine im debug höher setzen?
Gruß,
Jarv