Library for TV-Shows corrupt with latest version of vdr-plugin-vnsi?
#31
Hi - thanks.

Yes i know that vnsi only provides the name info for the scraping. And no i haven't asked in the PVR - Section. There is a small chance that this issue is a PVR-Issue rather than a vnsi-Issue - but i can only provide Information and/or Logs with vnsi as the PVR-Addon and if there is a way that i can better debug I'd love to do so.
Don't you think that it is getting less specific when going "Back" to PVR - rather than trying to isolate the behaviour "here" - for example to get proper debug-info for the names delivered by the vnsi-addon?
kodi3: LE 7.93.5 on Pi3
kodi4: LE 7.93.5 on Wetek Play 2
Server vdr 2.2.0, vnsi,...
Reply
#32
I digged a little into PVR api and noticed that it is not clear about episodeName and plotOutline. UI seems to use episodeName while scraper still uses plotOutline. For VNSI I switched to episodeName because UI did not display episode anymore. I'll try to set both.
Reply
#33
Thanks - even if i don't know the details - but that sounds reasonable - since when browsing the tv-shows from the "Video"-Section of Kodi like files - also Thumbs are not shown (regardles of the show/episode) whereas from within TV-Shows the thumbs are shown - if the episode is part of the library. If i can help with debugging/testing - let me know.
kodi3: LE 7.93.5 on Pi3
kodi4: LE 7.93.5 on Wetek Play 2
Server vdr 2.2.0, vnsi,...
Reply
#34
(2017-03-01, 23:15)magicamun Wrote: Scraper is TheTVDB, Naming was done by vdr using vdr2epg - plugin - Naming fully complies with std-vdr and this setup works fine with Jarvis 16.1....

Hi, sorry for being a bit OT but I'm struggling with setting up a working scraper solution for vdr recordings on my Kodi clients. Can you perhaps give me some hints what is necessary to set it up, e.g.
  • MySQL, epgd on the same machine
  • epgdata.com abo? TMDB api key?
  • epg2vdr on the vdr machine, scraper2vdr also necessary?
  • how to set up epg2vdr to get the correct directory naming, e.g. S01E01

As far as I could figure out there's noting specific to be set up on the Kodi side besides mapping the pvr directories and using TheTVDB as scraper.

@FernetMenta: Currently my recording directories are getting update on the Kodi side only once a day, is there any setting where I can change that?

Many thanks in advance

Oliver
Reply
#35
(2017-04-06, 13:29)yosamite9999 Wrote:
(2017-03-01, 23:15)magicamun Wrote: Scraper is TheTVDB, Naming was done by vdr using vdr2epg - plugin - Naming fully complies with std-vdr and this setup works fine with Jarvis 16.1....

Hi, sorry for being a bit OT but I'm struggling with setting up a working scraper solution for vdr recordings on my Kodi clients. Can you perhaps give me some hints what is necessary to set it up, e.g.
  • MySQL, epgd on the same machine
  • epgdata.com abo? TMDB api key?
  • epg2vdr on the vdr machine, scraper2vdr also necessary?
  • how to set up epg2vdr to get the correct directory naming, e.g. S01E01

As far as I could figure out there's noting specific to be set up on the Kodi side besides mapping the pvr directories and using TheTVDB as scraper.

@FernetMenta: Currently my recording directories are getting update on the Kodi side only once a day, is there any setting where I can change that?

Many thanks in advance

Oliver


I would appreciate not to overtake this thread - it ist hard enough to follow the issue anyway. May i ask you to start a new one please?
I will try to help you!


Gesendet von iPad mit Tapatalk
kodi3: LE 7.93.5 on Pi3
kodi4: LE 7.93.5 on Wetek Play 2
Server vdr 2.2.0, vnsi,...
Reply
#36
Can you test this change? https://github.com/FernetMenta/pvr.vdr.v...1408c492ba
Reply
#37
Thanks - will try tomorrow or tonight
kodi3: LE 7.93.5 on Pi3
kodi4: LE 7.93.5 on Wetek Play 2
Server vdr 2.2.0, vnsi,...
Reply
#38
I am failing to build it....

Source for kodi is in /usr/local/src/Krypton/xbmc

cmake for kodi was:

Code:
mkdir /usr/local/src/Krypton/kodi-build && cd /usr/local/src/Krypton/kodi-build
cmake /usr/local/src/Krypton/xbmc/project/cmake/
make && make install

pvr.vdr.vnsi is in /usr/local/src/Krypton:
Code:
drwxr-xr-x  9 root root   4096 Apr 14 09:29 kodi-build
drwxr-xr-x  6 root root   4096 Apr 14 09:34 pvr.vdr.vnsi
drwxr-xr-x 16 root root   4096 Apr 12 22:22 xbmc
drwxr-xr-x 17 lutz family 4096 Mär  2 14:59 xbmc.org

i try to build pvr.vnsi like this:
Code:
root@amenophis:/usr/local/src/Krypton/pvr.vdr.vnsi# mkdir build && cd build
root@amenophis:/usr/local/src/Krypton/pvr.vdr.vnsi/build# cmake -DADDONS_TO_BUILD=pvr.vdr.vnsi -DCMAKE_INSTALL_PREFIX=/usr/local -DADDON_SRC_PREFIX=/usr/local/src/Krypton /usr/local/src/Krypton/xbmc/project/cmake/addons
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Addon source tarball caching is enabled
-- Building following addons: pvr.vdr.vnsi
-- Overriding addon source directory prefix: /usr/local/src/Krypton
--
-- ---- Preparing general dependencies ----
-- Processing /usr/local/src/Krypton/xbmc/project/cmake/addons/depends/common/kodi-platform/kodi-platform.txt
-- kodi-platform url: https://github.com/xbmc/kodi-platform
-- kodi-platform depends: tinyxml;p8-platform
-- Processing /usr/local/src/Krypton/xbmc/project/cmake/addons/depends/common/tinyxml/tinyxml.txt
-- tinyxml url: http://mirrors.kodi.tv/build-deps/sources/tinyxml-2.6.2_2.tar.gz
-- Processing /usr/local/src/Krypton/xbmc/project/cmake/addons/depends/common/p8-platform/p8-platform.txt
-- p8-platform url: https://github.com/Pulse-Eight/platform.git
-- No platform specific file /usr/local/src/Krypton/xbmc/project/cmake/addons/depends/linux/CMakeLists.txt found
--
-- ---- Configuring addon /usr/local/src/Krypton/xbmc/project/cmake/addons/addons/pvr.vdr.vnsi/pvr.vdr.vnsi.txt ----
--
-- Configuring done
-- Generating done
-- Build files have been written to: /usr/local/src/Krypton/pvr.vdr.vnsi/build
root@amenophis:/usr/local/src/Krypton/pvr.vdr.vnsi/build# make
Scanning dependencies of target p8-platform
[  3%] Creating directories for 'p8-platform'
[  6%] Performing download step (git clone) for 'p8-platform'
Klone nach 'p8-platform' ...
Note: checking out '38343e0acd6a636ac46139aa666aee4a8d1f13db'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD ist jetzt bei 38343e0... bump to 2.0.1
[  9%] No patch step for 'p8-platform'
[ 12%] Performing update step for 'p8-platform'
[ 15%] Performing configure step for 'p8-platform'
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Looking for __atomic_fetch_add_4 in atomic
-- Looking for __atomic_fetch_add_4 in atomic - found
-- Performing Test HAS_BUILTIN_SYNC_ADD_AND_FETCH
-- Performing Test HAS_BUILTIN_SYNC_ADD_AND_FETCH - Success
-- Performing Test HAS_BUILTIN_SYNC_SUB_AND_FETCH
-- Performing Test HAS_BUILTIN_SYNC_SUB_AND_FETCH - Success
-- Performing Test HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP
-- Performing Test HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP - Success
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    ENABLE_STATIC
    OUTPUT_DIR


-- Build files have been written to: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/p8-platform/src/p8-platform-build
[ 18%] Performing build step for 'p8-platform'
Scanning dependencies of target p8-platform
[ 50%] Building CXX object CMakeFiles/p8-platform.dir/src/util/StringUtils.cpp.o
[100%] Linking CXX static library libp8-platform.a
[100%] Built target p8-platform
[ 21%] Performing install step for 'p8-platform'
[100%] Built target p8-platform
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/lib/libp8-platform.a
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/p8-platform/os.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/p8-platform/posix/os-socket.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/p8-platform/posix/os-threads.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/p8-platform/posix/os-types.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/p8-platform/sockets/cdevsocket.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/p8-platform/sockets/socket.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/p8-platform/sockets/tcp.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/p8-platform/threads/atomics.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/p8-platform/threads/mutex.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/p8-platform/threads/threads.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/p8-platform/util/atomic.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/p8-platform/util/buffer.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/p8-platform/util/StringUtils.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/p8-platform/util/StdString.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/p8-platform/util/timeutils.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/p8-platform/util/util.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/lib/pkgconfig/p8-platform.pc
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/lib/p8-platform/p8-platform-config.cmake
[ 24%] Completed 'p8-platform'
[ 24%] Built target p8-platform
Scanning dependencies of target tinyxml
[ 27%] Creating directories for 'tinyxml'
[ 30%] Performing download step (download, verify and extract) for 'tinyxml'
-- downloading...
     src='http://mirrors.kodi.tv/build-deps/sources/tinyxml-2.6.2_2.tar.gz'
     dst='/usr/local/src/Krypton/pvr.vdr.vnsi/build/build/download/tinyxml-2.6.2_2.tar.gz'
     timeout='none'
-- [download 2% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 7% complete]
-- [download 15% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 23% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 42% complete]
-- [download 44% complete]
-- [download 46% complete]
-- [download 48% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 56% complete]
-- [download 58% complete]
-- [download 60% complete]
-- [download 62% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 98% complete]
-- [download 100% complete]
-- downloading... done
-- verifying file...
     file='/usr/local/src/Krypton/pvr.vdr.vnsi/build/build/download/tinyxml-2.6.2_2.tar.gz'
-- verifying file... warning: did not verify file - no URL_HASH specified?
-- extracting...
     src='/usr/local/src/Krypton/pvr.vdr.vnsi/build/build/download/tinyxml-2.6.2_2.tar.gz'
     dst='/usr/local/src/Krypton/pvr.vdr.vnsi/build/build/tinyxml/src/tinyxml'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] Performing patch step for 'tinyxml'
[ 36%] No update step for 'tinyxml'
[ 39%] Performing configure step for 'tinyxml'
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_INCLUDE_PATH
    CMAKE_LIBRARY_PATH
    CORE_SYSTEM_NAME
    ENABLE_STATIC
    PACKAGE_CONFIG_PATH


-- Build files have been written to: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/tinyxml/src/tinyxml-build
[ 42%] Performing build step for 'tinyxml'
Scanning dependencies of target tinyxml
[ 20%] Building CXX object CMakeFiles/tinyxml.dir/src/tinystr.cpp.o
[ 40%] Building CXX object CMakeFiles/tinyxml.dir/src/tinyxml.cpp.o
[ 60%] Building CXX object CMakeFiles/tinyxml.dir/src/tinyxmlerror.cpp.o
[ 80%] Building CXX object CMakeFiles/tinyxml.dir/src/tinyxmlparser.cpp.o
[100%] Linking CXX static library libtinyxml.a
[100%] Built target tinyxml
[ 45%] Performing install step for 'tinyxml'
[100%] Built target tinyxml
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/tinystr.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/tinyxml.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/lib/libtinyxml.a
[ 48%] Completed 'tinyxml'
[ 48%] Built target tinyxml
Scanning dependencies of target kodi-platform
[ 51%] Creating directories for 'kodi-platform'
[ 54%] Performing download step (git clone) for 'kodi-platform'
Klone nach 'kodi-platform' ...
Note: checking out 'c8188d82678fec6b784597db69a68e74ff4986b5'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD ist jetzt bei c8188d8... Merge pull request #25 from hudokkow/find_package_Kodi
[ 57%] No patch step for 'kodi-platform'
[ 60%] Performing update step for 'kodi-platform'
[ 63%] Performing configure step for 'kodi-platform'
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Checking to see if CXX compiler accepts flag -flto
-- Checking to see if CXX compiler accepts flag -flto - yes
-- Found TinyXML: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include  
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Looking for __atomic_fetch_add_4 in atomic
-- Looking for __atomic_fetch_add_4 in atomic - found
-- Performing Test HAS_BUILTIN_SYNC_ADD_AND_FETCH
-- Performing Test HAS_BUILTIN_SYNC_ADD_AND_FETCH - Success
-- Performing Test HAS_BUILTIN_SYNC_SUB_AND_FETCH
-- Performing Test HAS_BUILTIN_SYNC_SUB_AND_FETCH - Success
-- Performing Test HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP
-- Performing Test HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP - Success
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    ENABLE_STATIC
    OUTPUT_DIR


-- Build files have been written to: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/kodi-platform/src/kodi-platform-build
[ 66%] Performing build step for 'kodi-platform'
Scanning dependencies of target kodiplatform
[ 50%] Building CXX object CMakeFiles/kodiplatform.dir/src/util/XMLUtils.cpp.o
[100%] Linking CXX static library libkodiplatform.a
[100%] Built target kodiplatform
[ 69%] Performing install step for 'kodi-platform'
[100%] Built target kodiplatform
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/lib/libkodiplatform.a
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/include/kodi/util/XMLUtils.h
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/lib/pkgconfig/kodiplatform.pc
-- Installing: /usr/local/src/Krypton/pvr.vdr.vnsi/build/build/depends/lib/kodiplatform/kodiplatform-config.cmake
[ 72%] Completed 'kodi-platform'
[ 72%] Built target kodi-platform
Scanning dependencies of target pvr.vdr.vnsi
[ 75%] Creating directories for 'pvr.vdr.vnsi'
[ 78%] No download step for 'pvr.vdr.vnsi'
[ 81%] No patch step for 'pvr.vdr.vnsi'
[ 84%] No update step for 'pvr.vdr.vnsi'
[ 87%] Performing configure step for 'pvr.vdr.vnsi'
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Checking to see if CXX compiler accepts flag -flto
-- Checking to see if CXX compiler accepts flag -flto - yes
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so  
-- VDR OSD support enabled via OpenGL
CMake Error at build/build/depends/lib/kodi/AddonHelpers.cmake:27 (file):
  file failed to open for reading (No such file or directory):

    /usr/local/src/Krypton/pvr.vdr.vnsi/pvr.vdr.vnsi/addon.xml
Call Stack (most recent call first):
  build/build/depends/lib/kodi/AddonHelpers.cmake:37 (addon_version)
  CMakeLists.txt:66 (build_addon)


CMake Error at build/build/depends/lib/kodi/AddonHelpers.cmake:30 (string):
  string sub-command REGEX, mode MATCH needs at least 5 arguments total to
  command.
Call Stack (most recent call first):
  build/build/depends/lib/kodi/AddonHelpers.cmake:37 (addon_version)
  CMakeLists.txt:66 (build_addon)


-- Configuring incomplete, errors occurred!
See also "/usr/local/src/Krypton/pvr.vdr.vnsi/build/pvr.vdr.vnsi-prefix/src/pvr.vdr.vnsi-build/CMakeFiles/CMakeOutput.log".
CMakeFiles/pvr.vdr.vnsi.dir/build.make:106: die Regel für Ziel „pvr.vdr.vnsi-prefix/src/pvr.vdr.vnsi-stamp/pvr.vdr.vnsi-configure“ scheiterte
make[2]: *** [pvr.vdr.vnsi-prefix/src/pvr.vdr.vnsi-stamp/pvr.vdr.vnsi-configure] Fehler 1
CMakeFiles/Makefile2:99: die Regel für Ziel „CMakeFiles/pvr.vdr.vnsi.dir/all“ scheiterte
make[1]: *** [CMakeFiles/pvr.vdr.vnsi.dir/all] Fehler 2
Makefile:83: die Regel für Ziel „all“ scheiterte
make: *** [all] Fehler 2
root@amenophis:/usr/local/src/Krypton/pvr.vdr.vnsi/build#
kodi3: LE 7.93.5 on Pi3
kodi4: LE 7.93.5 on Wetek Play 2
Server vdr 2.2.0, vnsi,...
Reply
#39
did you apply the patch to Krypton branch of vnsi?
Reply
#40
(2017-04-15, 15:01)FernetMenta Wrote: did you apply the patch to Krypton branch of vnsi?

yes - sure - its not because of the patch - ist s[/align]th more general.

EDIT: not sure anymore.... i restarted everything from scratch

i cloned master - and am now able to cmake and make ist - but i don't get an installed target (*.so) anywhere in my /usr/local/lib...
plus - VNSIData.cpp looks very different - please advise how to get the proper source.
kodi3: LE 7.93.5 on Pi3
kodi4: LE 7.93.5 on Wetek Play 2
Server vdr 2.2.0, vnsi,...
Reply
#41
what master branch did you clone? do you intend to build master (v18) or Krypton?
Reply
#42
I cloned master of vnsi. I intend to try/build with Krypton. I didn't find Krypton branch in vnsi - thats why i cloned master... - there is kodi-agile - that contains the patch - but that fails to compile with Krypton
kodi3: LE 7.93.5 on Pi3
kodi4: LE 7.93.5 on Wetek Play 2
Server vdr 2.2.0, vnsi,...
Reply
#43
for Krypton you need this repo: https://github.com/kodi-pvr/pvr.vdr.vnsi
Reply
#44
ok - compiles fine - and patch applied - i have no target "Install" ?

cmake (inside build) was :

Code:
cmake -DADDONS_TO_BUILD=pvr.vdr.vnsi -DADDON_SRC_PREFIX=/usr/local/src/Krypton  -DCMAKE_INSTALL_PREFIX=/usr/local ../../xbmc/project/cmake/addons/

i copied manually from depends....

unfortunately with no change in the behaviour - this is the structure on the disk:

Code:
ls -l /nas/vdr/Serien/Trapped_-_Gefangen_in_Island/insgesamt 0
drwxrwxr-x 3 vdr family 69 Mär 19 08:53 S01E01_-_Episode_1
drwxrwxr-x 3 vdr family 45 Feb 27 15:14 S01E02_-_Episode_2
drwxrwxr-x 3 vdr family 45 Mär  5 21:58 S01E03_-_Episode_3
drwxrwxr-x 3 vdr family 45 Mär 12 21:58 S01E04_-_Episode_4
drwxrwxr-x 3 vdr family 45 Mär 19 21:58 S01E05_-_Episode_5
lutz@amenophis:~/.kodi/temp$ ls -lR /nas/vdr/Serien/Trapped_-_Gefangen_in_Island/
/nas/vdr/Serien/Trapped_-_Gefangen_in_Island/:
insgesamt 0
drwxrwxr-x 3 vdr family 69 Mär 19 08:53 S01E01_-_Episode_1
drwxrwxr-x 3 vdr family 45 Feb 27 15:14 S01E02_-_Episode_2
drwxrwxr-x 3 vdr family 45 Mär  5 21:58 S01E03_-_Episode_3
drwxrwxr-x 3 vdr family 45 Mär 12 21:58 S01E04_-_Episode_4
drwxrwxr-x 3 vdr family 45 Mär 19 21:58 S01E05_-_Episode_5

/nas/vdr/Serien/Trapped_-_Gefangen_in_Island/S01E01_-_Episode_1:
insgesamt 4
drwxrwxr-x 2 vdr  family  129 Mär 19 08:53 2017-02-19.22.01.2-0.rec
-rw-r--r-- 1 root root   1948 Mär 19 08:53 convertTS.log

/nas/vdr/Serien/Trapped_-_Gefangen_in_Island/S01E01_-_Episode_1/2017-02-19.22.01.2-0.rec:
insgesamt 10310612
-rwxrwxr-x 1 vdr  family 10554258712 Feb 27 14:34 00001.ts
-rw-r--r-- 1 root root       1562322 Mär 19 10:51 convertTS.log
-rwxrwxr-x 1 vdr  family     2225746 Feb 27 13:40 index
-rwxrwxr-x 1 vdr  family        1336 Feb 27 13:40 info
-rw-rw-r-- 1 vdr  family          74 Feb 27 20:16 info.epg2vdr
-rwxrwxr-x 1 vdr  family         122 Feb 27 13:40 Trapped.md5

/nas/vdr/Serien/Trapped_-_Gefangen_in_Island/S01E02_-_Episode_2:
insgesamt 4
drwxrwxr-x 2 vdr family 4096 Mär 19 13:56 2017-02-26.21.58.2-0.rec

/nas/vdr/Serien/Trapped_-_Gefangen_in_Island/S01E02_-_Episode_2/2017-02-26.21.58.2-0.rec:
insgesamt 11891196
-rwxrwxr-x 1 vdr  family 2097978856 Feb 26 22:16 00001.ts
-rwxrwxr-x 1 vdr  family 2098446036 Feb 26 22:34 00002.ts
-rwxrwxr-x 1 vdr  family 2097303372 Feb 26 22:53 00003.ts
-rwxrwxr-x 1 vdr  family 2097177788 Feb 26 23:11 00004.ts
-rwxrwxr-x 1 vdr  family 2097581424 Feb 26 23:30 00005.ts
-rwxrwxr-x 1 vdr  family 1683840236 Feb 26 23:45 00006.ts
-rw-r--r-- 1 root root      1673875 Mär 19 16:01 convertTS.log
-rwxr-xr-x 1 root root      2567232 Mär  5 10:12 index
-rwxr-xr-x 1 root root         1507 Mär  5 09:32 info
-rwxrwxr-x 1 vdr  family        806 Mär  5 15:15 info.epg2vdr

/nas/vdr/Serien/Trapped_-_Gefangen_in_Island/S01E03_-_Episode_3:
insgesamt 4
drwxrwxr-x 2 vdr family 4096 Mär  5 23:42 2017-03-05.21.58.2-0.rec

/nas/vdr/Serien/Trapped_-_Gefangen_in_Island/S01E03_-_Episode_3/2017-03-05.21.58.2-0.rec:
insgesamt 11335108
-rw-rw-r-- 1 vdr family 2097668656 Mär  5 22:16 00001.ts
-rw-rw-r-- 1 vdr family 2097232120 Mär  5 22:34 00002.ts
-rw-rw-r-- 1 vdr family 2098369708 Mär  5 22:53 00003.ts
-rw-rw-r-- 1 vdr family 2097672792 Mär  5 23:11 00004.ts
-rw-rw-r-- 1 vdr family 2097600600 Mär  5 23:30 00005.ts
-rw-rw-r-- 1 vdr family 1116129116 Mär  5 23:40 00006.ts
-rw-rw-r-- 1 vdr family    2447536 Mär  5 23:40 index
-rw-rw-r-- 1 vdr family       1619 Mär  5 21:58 info
-rw-rw-r-- 1 vdr family        830 Mär  5 22:00 info.epg2vdr
-rw-r--r-- 1 vdr family        106 Mär  5 23:42 marks

/nas/vdr/Serien/Trapped_-_Gefangen_in_Island/S01E04_-_Episode_4:
insgesamt 4
drwxrwxr-x 2 vdr family 4096 Mär 18 15:54 2017-03-12.21.58.2-0.rec

/nas/vdr/Serien/Trapped_-_Gefangen_in_Island/S01E04_-_Episode_4/2017-03-12.21.58.2-0.rec:
insgesamt 11890188
-rw-rw-r-- 1 vdr family 2097764536 Mär 12 22:16 00001.ts
-rw-rw-r-- 1 vdr family 2097166884 Mär 12 22:34 00002.ts
-rw-rw-r-- 1 vdr family 2098240552 Mär 12 22:53 00003.ts
-rw-rw-r-- 1 vdr family 2097984684 Mär 12 23:11 00004.ts
-rw-rw-r-- 1 vdr family 2098556016 Mär 12 23:30 00005.ts
-rw-rw-r-- 1 vdr family 1683251044 Mär 12 23:45 00006.ts
-rw-rw-r-- 1 vdr family    2567416 Mär 12 23:45 index
-rw-rw-r-- 1 vdr family       1617 Mär 12 21:58 info
-rw-rw-r-- 1 vdr family        810 Mär 12 21:59 info.epg2vdr
-rw-r--r-- 1 vdr family        105 Mär 12 23:46 marks

/nas/vdr/Serien/Trapped_-_Gefangen_in_Island/S01E05_-_Episode_5:
insgesamt 4
drwxrwxr-x 2 vdr family 4096 Mär 26 07:25 2017-03-19.21.58.2-0.rec

/nas/vdr/Serien/Trapped_-_Gefangen_in_Island/S01E05_-_Episode_5/2017-03-19.21.58.2-0.rec:
insgesamt 11888840
-rw-rw-r-- 1 vdr family 2098169488 Mär 19 22:16 00001.ts
-rw-rw-r-- 1 vdr family 2097929036 Mär 19 22:34 00002.ts
-rw-rw-r-- 1 vdr family 2097466744 Mär 19 22:53 00003.ts
-rw-rw-r-- 1 vdr family 2097541380 Mär 19 23:11 00004.ts
-rw-rw-r-- 1 vdr family 2097284948 Mär 19 23:30 00005.ts
-rw-rw-r-- 1 vdr family 1683186936 Mär 19 23:45 00006.ts
-rw-rw-r-- 1 vdr family    2567408 Mär 19 23:45 index
-rw-rw-r-- 1 vdr family       1596 Mär 19 21:58 info
-rw-rw-r-- 1 vdr family        821 Mär 19 21:58 info.epg2vdr
-rw-r--r-- 1 vdr family        105 Mär 19 23:46 marks
lutz@amenophis:~/.kodi/temp$

I get the show added with episode 1 - the rest of the episodes are not scraped properly. kodi.log tells me:

Code:
11:17:50.705 T:139942561028480   ERROR: ShowIMDB: could not add episode [pvr://recordings/tv/active/Serien/Trapped - Gefangen in Island/S01E02%20-%20Episode%202%20%c3%93f%c3%a6r%c3%b0%2cTrapped%20(Krimi%2c%20ISL%2fD%202016), TV%20(ZDF%20HD), 20170226_210000, 318608351.pvr]. tvshow does not exist yet..

Interestingly when i remove S01E01... nothing gets scraped at all....
kodi3: LE 7.93.5 on Pi3
kodi4: LE 7.93.5 on Wetek Play 2
Server vdr 2.2.0, vnsi,...
Reply
#45
I did all I could do from an addon perspective. vnsi provides all data to the pvr api. now it is on pvr and scaper maintainers to fix what got broken.
Reply

Logout Mark Read Team Forum Stats Members Help
Library for TV-Shows corrupt with latest version of vdr-plugin-vnsi?0