Posts by Marciano

    Hi awiouy,

    The mdb postproccessing finished so everything went fine.

    Please can you tell me what are the right settings for processing tv series?

    I have this result in webgrab++.log

    [ Debug ] MDB Postprocessor result
    [ Debug ] -------------------------------
    [ Debug ] Mdb data found for 484 out of 865 Movies-candidates
    [ Debug ] Mdb data found for 0 out of 1761 Series-candidates
    [ Debug ] In 1413.51 seconds = 2.92 seconds/matched-show

    I think i missed som settings for

    <selectmovie> and <selectserie> settings or something?


    This pull request updates the mdb ini files.
    mdb post-processing should now be operational.

    I am looking for volunteers to test the preview releases below:


    Please report here if it makes or if it breaks
    [hr]

    Where do you change the language?

    In the mdb folder you have to edit the tvdb.com.bin.ini

    To set the prefered language, do the following:

    1. Open for editing tvdb.com.bing.ini .
    2. Have a look at the table below, it gives the language codes of the available languages in thetvdb.
    Remember the tow letter code for your language. e.g sv for Swedisch
    The language number is not relevant here.
    3. Locate this line:
    mdb_temp_4.modify {addend|'mdb_temp_1'/all/en####} * change this line to set your prefered language!!
    And change en#### into sv#### for Swedisch
    4. Save tvdb.com.bing.ini , obtionally with another name , like tvdb.com.bing_sv.ini to distinguis it from the original.
    In that case also change the filename in mdb.config

    That's all!!

    thetvdb available languages and their codes:

    English 7 en
    Svenska 8 sv
    Norsk 9 no
    Dansk 10 da
    Suomeksi 11 fi
    Nederlands 13 nl
    Deutsch 14 de
    Italiano 15 it
    Español 16 es
    Français 17 fr
    Polski 18 pl
    Magyar 19 hu
    Greek 20 el
    Turkish 21 tr
    Russian 22 ru
    Hebrew 24 he
    Japanese 25 ja
    Portuguese 26 pt
    Chinese 27 zh
    Czech 28 cs
    Slovenian 30 sl
    Croatian 31 hr
    Korean 32 ko

    Are the new preview releases also for odroid C2?


    Argh!

    The mdb.ini files are shipped with siteini.pack.
    mdb post-processing however expects them in the mdb folder.

    Then, WebGrab+Plus creates one or two guides, depending on whether grab/run are enabled.
    The guides further have distinct names.

    What a mess!

    I will nevertheless try to adapt the addon.

    Yes! i found the files in the siteini.pack from the webgrab++ site!
    Then copied the files and overwrite the existing files and change the language for my purpose and ran the mdb-postprocessing again and it seems to working right now

    When finished i let you know!

    Thanks and cheers!

    Thnx for looking awiouy!
    I hope this can be fixed soon!

    Hi awiouy,

    Grabbing tv channels works great but slow but something is wrong with mdb postprocessing.

    I tried it several times but it fails with this error from log:

    [Critical] Unhandled Exception
    [Critical]
    Object reference not set to an instance of an object
    [Critical]
    at WGconsole.PostProcess+MdbScrub.GetMusthaveCompare (WGconsole.MdbIni mi, System.Xml.XmlNode show, System.String type) <0x7f9ea58000 + 0x008c0> in <filename unknown>:0
    at WGconsole.PostProcess.PostProcess_MDB () <0x7f9ec38000 + 0x021b3> in <filename unknown>:0
    at WGconsole.PostProcess..ctor (System.String[] processes) <0x7f9f318350 + 0x004b7> in <filename unknown>:0
    at WGconsole.Program.ConsoleApplication (System.String[] args) <0x7fa4f73000 + 0x05c77> in <filename unknown>:0
    at WGconsole.Program.Main (System.String[] args) <0x7fa4f68338 + 0x00057> in <filename unknown>:0
    [Critical] For detailed info, see log file WebGrab++.log.txt
    [Critical] Execution stopped

    Maybe you can help me with this?


    Thank you awiouy,

    I created a after.sh shell script with my copy command and if i run that script manually from the webgraplus folder script is working fine.
    But how to run this script automaticly?
    Is the after.sh shell script starting auto when webgrab finished with grabbing channels and mdb postprocessing?


    I have managed to build Mono for Odroid_C2.

    Volunteers may thus test WebGrab+Plus on Odroid_C2

    To test:

    Hello awiouy,

    Thanks for the addons i installed them on my C2 and it works great!

    If i run webgrab i get a guide_wpg.xml instead of a guide.xml is this correct?
    I'm running tvheadend from a seperate odroid XU3 and i trying to manage the guide.xml into my seperate tvheadend server but i can't get it to work.

    I tried to mount the folder in tvheadend server where the guide.xml exist over smb but still no luck.

    I have a tv_grab_wg++ file in /usr/bin in tvheadend server like this

    #!/bin/bash
    xmltv_file_location=smb://192.168.178.169/storage/userdata/addon_data/service.webgrabplus
    dflag=
    vflag=
    cflag=
    qflag=
    if (( $# < 1 ))
    then
    cat "$xmltv_file_location"
    exit 0
    fi

    for arg
    do
    delim=""
    case "$arg" in
    #translate --gnu-long-options to -g (short options)
    --description) args="${args}-d ";;
    --version) args="${args}-v ";;
    --capabilities) args="${args}-c ";;
    --quiet) args="${args}-q ";;

    #pass through anything else
    *) [[ "${arg:0:1}" == "-" ]] || delim="\""
    args="${args}${delim}${arg}${delim} ";;
    esac
    done

    #Reset the positional parameters to the short options
    eval set -- $args

    while getopts "dvcq" option
    do
    case $option in
    d) dflag=1;;
    v) vflag=1;;
    c) cflag=1;;
    q) qflag=1;;
    \?) printf "unknown option: -%s\n" $OPTARG
    printf "Usage: %s: [--description] [--version] [--capabilities] \n" $(basename $0)
    exit 2
    ;;
    esac >&2
    done

    if [ "$dflag" ]
    then
    printf "$0 is a wrapper grabber around WebGrab+Plus\n"
    fi
    if [ "$vflag" ]
    then
    printf "0.2\n"
    fi
    if [ "$cflag" ]
    then
    printf "baseline\n"
    fi
    if [ "$qflag" ]
    then
    printf ""
    fi

    exit 0

    maybe you can tell em what i'm doing wrong?

    Thanks!

    Hi Awiouy,

    Thanks for the response and info.

    There is a thread in the main LibreELEC - Kodi Project thread on the odroid forum here
    In this thread a user created a LE build with docker included for Odroid C2.

    So maybe there is a chance to make webgrab++ for docker on the C2?

    Hello Awiouy,

    Is this there a chance to make this work with docker for odroid C2?

    Hi Awiouy,

    Thanks for the response and info.

    There is a thread in the main LibreELEC - Kodi Project thread on the odroid forum here
    In this thread a user created a LE build with docker included for Odroid C2.

    So maybe there is a chance to make webgrab++ for docker on the C2?

    Great work!

    Does this addon work on odroid C2?