Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
DVB-T Empfang
#71
Installations anleitung

Xvdr git

Vdr-vnsi


Mehr hab ich jetzt gerade auf sem handy nicht heraussuchen können. Vllt hilft das als ansatz. Ich wunder mich halt warum osmc die quellen nicht von kodi übernimmt sondern eigene hat.

Notfalls guck ich mal bei meinem htpc und such nen auszug der repos von einer kodi installation heraus.
Zitieren
#72
im ordner /addons/ sollte eine kodi repo sein.
diese herauskopieren und auf dem pi einfügen.
dann aus repo installieren.
IBusCommunicator:
Image  <>  Kodi Addon

[Bild: usersignaturpic-14941mspx.jpg]
Zitieren
#73
Gute idee, das probier ich zwischenzeitlich mal.
Zitieren
#74
Hab mir grad die Kodi(xbmc) Repop kopiert, aber wo soll das da drin sein?

ist es das schon und dies installiert dann auch alles? (siehe Anhang)


Angehängte Dateien
.zip   repository.xvdr.rpi.zip (Größe: 26,35 KB / Downloads: 4)
IBusCommunicator:
Image  <>  Kodi Addon

[Bild: usersignaturpic-14941mspx.jpg]
Zitieren
#75
Ja harry, sobald du die repo hast einfach:
Sudo apt-get update

Und dann müsste man unter addons schon viel mehr software finden als sonst. Eventuell nochmal aktualisieren. Hab es gerade nicht vor mir.
Eventuell muss man dann unter addons nochmal eine quelle für xvdr aktivieren.
Lg
Zitieren
#76
also XVDR war nen kinderspiel zu installieren, einfach die von harry angehängte datei oder aus der Git-repo in den Ordner "Addons" auf dem Raspi schieben. Installieren ist dann easy.

Proble: VDR-Backend kann ich nicht installieren da es nicht in den quellen/repos ist. Habe versucht es selber zu kompilieren aber das Raspi wollte nicht (1.6.1) wahrscheinlich fehle die tools.

Ich weiss aber das, VDR-Backend befindet sich in den Offiziellen repo/Quelle von OpenElec. Leider komm ich da irgendwie nicht dran, der gibt mir nur die Unoffizielle und die sind ja uninteressant. Und aus dem Git liegt nur die vdr quelle vor und selbst die kann ich nicht downloaden kp warum und kompilliert bekomm ich es auch nicht.
Zitieren
#77
hab noch was im openelec image gefunden, fertig kompiliert: https://goo.gl/QNL4bQ

edit: oh ich glaub das war falsch
IBusCommunicator:
Image  <>  Kodi Addon

[Bild: usersignaturpic-14941mspx.jpg]
Zitieren
#78
Ja das leider nicht ganz richtig, eigentlich benötigen wir nur einmal die OpenElec Official Repository, aber in OpenElec scheint der Offzielle Repo tiefer verankert zu sein?

Wie schon erwähnt, es fehlt noch noch das VDR Backend. Nicht zu verwechseln mit dem VDR-VNSI Clienten!

Der große Vorteil von VDR ist, dass es ein OSD hat und kein nerviges Webinterface notwendig ist wie bei TVHeadend! Das macht alles im Auto viel bequemer.

Ansonsten müsste man nach alternativen Backends/Server schauen. Am HTPC meines Dads läuft VDR Backend mit XVDR aber echt gut.
Zitieren
#79
habs grad mal versucht zu kompilieren, aber läuft nicht ganz durch.
ich versuch noch mal was. dann gibts die fehlermeldung. vllt wisst ihr dann weiter.

hm mist, vorhin lief es weiter durch:

Code:
osmc@osmc:~$ cd xbmc-addon-xvdr
osmc@osmc:~/xbmc-addon-xvdr$ sh autogen.sh
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `autotools'.
libtoolize: copying file `autotools/ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:20: installing 'autotools/compile'
configure.ac:11: installing 'autotools/config.guess'
configure.ac:11: installing 'autotools/config.sub'
configure.ac:15: installing 'autotools/install-sh'
configure.ac:15: installing 'autotools/missing'
src/libxvdr/src/Makefile.am:64: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/libxvdr/src/Makefile.am: installing 'autotools/depcomp'
src/libxvdr/tests/Makefile.am:49: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/xvdr/Makefile.am:49: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/xvdr/Makefile.am:26: warning: source file '$(top_srcdir)/addons/library.xbmc.addon/dlfcn-win32.cpp' is in a subdirectory,
src/xvdr/Makefile.am:26: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
src/xvdr/dialogs/Makefile.am:19: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
osmc@osmc:~/xbmc-addon-xvdr$ ./configure --prefix=$HOME/.kodi
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking target system type... armv7l-unknown-linux-gnueabihf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make sets $(MAKE)... (cached) yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking how to run the C preprocessor... gcc -E
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for library containing compress... -lz
checking for library containing pthread_create... -lpthread
checking that generated files are newer than configure... done
configure: creating ./config.status
.in'ig.status: error: cannot find input file: `
osmc@osmc:~/xbmc-addon-xvdr$
IBusCommunicator:
Image  <>  Kodi Addon

[Bild: usersignaturpic-14941mspx.jpg]
Zitieren
#80
hier ist noch was:
https://github.com/downloads/pipelka/xbm...dr.rpi.zip
aber scheint auch nix vollständiges zu sein.
IBusCommunicator:
Image  <>  Kodi Addon

[Bild: usersignaturpic-14941mspx.jpg]
Zitieren


Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste