Invalid Lock Sequenz in epg2vdr

  • Ich bekomme immer mal wieder die leidigen invalid lock Sequenzen

    13105 ist epg2vdr

    13124 ist vnsi


    Kann jemand mir beim Entschlüsseln helfen was da schief geht ?

  • diff --git a/Make.config b/Make.config

    index 66bf692..85024f4 100644

    --- a/Make.config

    +++ b/Make.config

    @@ -7,7 +7,14 @@


    # user defined stuff


    -PREFIX = /usr/local

    +PREFIX = /usr/local

    +

    +# enable AUX patch, in VDR >= 2.3.4 not needed!

    +#WITH_AUX_PATCH = 1

    +

    +# enable graphtftng and/or pin plugin support if autodetection below don't work

    +#WITH_GTFT = 1

    +#WITH_PIN = 1


    DEBUG = 1

    #USE_CLANG = 1

    diff --git a/Makefile b/Makefile

    index 941a31e..7036cc6 100644

    --- a/Makefile

    +++ b/Makefile

    @@ -8,10 +8,6 @@ HISTFILE = "HISTORY.h"


    include Make.config


    -# enable graphtftng and/or pin plugin support if autodetection below don't work

    -#WITH_GTFT = 1

    -#WITH_PIN = 1

    -

    ### The version number of this plugin (taken from the main source file):


    VERSION = $(shell grep 'define _VERSION ' $(HISTFILE) | awk '{ print $$3 }' | sed -e 's/[";]//g')

    @@ -71,8 +67,10 @@ OBJS = $(PLUGIN).o \

    menu.o menusched.o menutimers.o menudone.o menusearchtimer.o


    LIBS = $(HLIB)

    -LIBS += -lrt -larchive -lcrypto -luuid

    -LIBS += $(shell mysql_config --libs_r) $(shell python-config --libs) $(shell pkg-config --cflags --libs jansson)

    +LIBS += -lrt -larchive -lcrypto

    +LIBS += $(shell pkg-config --libs uuid)

    +LIBS += $(shell pkg-config --libs tinyxml2)

    +LIBS += $(shell mysql_config --libs_r) $(shell python-config --libs) $(shell pkg-config --libs jansson)


    EPG2VDR_DATA_DIR = "/var/cache/vdr"


    @@ -84,6 +82,10 @@ ifdef WITH_PIN

    DEFINES += -DWITH_PIN

    endif


    +ifdef WITH_AUX_PATCH

    + DEFINES += -DWITH_AUX_PATCH

    +endif

    +

    ifdef EPG2VDR_DATA_DIR

    DEFINES += -DEPG2VDR_DATA_DIR='$(EPG2VDR_DATA_DIR)'

    endif

    @@ -118,7 +120,6 @@ hlib:


    %.o: %.c

    $(doCompile) $(INCLUDES) -o $@ $<

    -# $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) -o $@ $<


    ### Dependencies:


    @@ -208,9 +209,11 @@ vcheck:


    push: vcheck

    echo "tagging git with $(VERSION)"

    - git push

    + git push origin master

    + git push github master

    git tag $(VERSION)

    - git push --tags

    + git push origin master --tags

    + git push github master --tags


    commit: vcheck

    git commit -m "$(LASTCOMMENT)" -a

    diff --git a/README b/README

    index 0d2ee30..4a071d6 100644

    --- a/README

    +++ b/README

    @@ -25,6 +25,7 @@ Requirements:

    - python libpython libpython-dev python-dev

    - libjansson4 libjansson-dev

    - uuid-dev

    + - libtinyxml2-dev


    Ubuntu (16.04):

    - libarchive13, libarchive-dev

    @@ -32,7 +33,7 @@ Ubuntu (16.04):

    - libjansson4 libjansson-dev

    - python libpython libpython-dev python-dev

    - uuid-dev

    -

    + - libtinyxml2-dev

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!