Posts by GDPR-2

    Downloaded your dtb, copied it to libreelec partition, named it dtb.img ... tried to boot... still stuck at mxqpro logo :(

    Maybe you need to use another dtb.

    Code
    2018-01-19 09:41:15.015 xmltv: /storage/.kodi/addons/service.tvheadend42/bin/tv_grab_file: grab /storage/.kodi/addons/service.tvheadend42/bin/tv_grab_file
    2018-01-19 09:41:15.023 spawn: Executing "/storage/.kodi/addons/service.tvheadend42/bin/tv_grab_file"
    2018-01-19 09:41:15.265 xmltv: /storage/.kodi/addons/service.tvheadend42/bin/tv_grab_file: no output detected
    2018-01-19 09:41:15.265 xmltv: /storage/.kodi/addons/service.tvheadend42/bin/tv_grab_file: grab returned no data

    Seems that tv_grab_file can't parse the settings.xml file. Can someone confirm?

    I would suggest to change from:

    Code
    ADDON_HOME="$HOME/.kodi/userdata/addon_data/service.tvheadend42"
    ADDON_SETTINGS="$ADDON_HOME/settings.xml"
    XMLTV_TYPE=`grep XMLTV_TYPE $ADDON_SETTINGS | awk '{print $3 }' | sed -e "s,value=,," -e "s,\",,g"`
    XMLTV_LOCATION_FILE=`grep XMLTV_LOCATION_FILE $ADDON_SETTINGS | awk '{print $3 }' | sed -e "s,value=,," -e "s,\",,g"`
    XMLTV_LOCATION_WEB=`grep XMLTV_LOCATION_WEB $ADDON_SETTINGS | awk '{print $3 }' | sed -e "s,value=,," -e "s,\",,g"`
    XMLTV_LOCATION_SCRIPT=`grep XMLTV_LOCATION_SCRIPT $ADDON_SETTINGS | awk '{print $3 }' | sed -e "s,value=,," -e "s,\",,g"`

    TO

    Code
    ADDON_HOME="$HOME/.kodi/userdata/addon_data/service.tvheadend42"
    ADDON_SETTINGS="$ADDON_HOME/settings.xml"
    XMLTV_TYPE=`xml sel -t -v '//settings/setting[@id="XMLTV_TYPE"]' -nl $ADDON_SETTINGS`
    XMLTV_LOCATION_FILE=`xml sel -t -v '//settings/setting[@id="XMLTV_LOCATION_FILE"]' -nl $ADDON_SETTINGS`
    XMLTV_LOCATION_WEB=`xml sel -t -v '//settings/setting[@id="XMLTV_LOCATION_WEB"]' -nl $ADDON_SETTINGS`
    XMLTV_LOCATION_SCRIPT=`xml sel -t -v '//settings/setting[@id="XMLTV_LOCATION_SCRIPT"]' -nl $ADDON_SETTINGS`

    There was already a fix for this merged with LE recently, I just need to update the addon on the server.

    -edit

    Addon has been updated, you will need to refresh your addons for it to download

    Hey GDPR-2 , I updated to your latest build on my two Minix U1s the other day. Since then I'm having some issues. I dont think its necessarily your build but as its what I have installed... I didnt have these issues on the previous build (8.90.1)

    First, I have my library on a MySQL server (and share the xml files, advanced, sources etc on the two boxes). Now when I start up, more often than not it will not load the library. If I reboot then sometimes it will load the library.

    Second, sometimes when I click to start playing a video it will jump back to the "main menu".

    Also, just wanted to say I love your build, keep up the good work!

    Have you checked 'wait for network' is enabled in LE-settings?

    Sorry, it was not clear to me that i have to mount the newer version. And it still makes somehow no sense to me:

    If I try to run the newer version (the version I'm trying to install/update?), and it does not work: why should I try to extract the DTB from it?

    I guess you referenced a "working new version", but I don't have one. --> still confused a bit.

    Thanks, I will try this.

    But to understand it completely: From which version did you extract this?

    I didn't extract it from any version, it's direct from the source, please don't get confused I only asked you to do that because I didn't have access to a computer to send you the file yesterday.


    I have no clue about your first issue, without a way to reproduce what your experiencing then there is very little that can be done.

    24p video is supposed to play at 24hz that is why it doesn't sync to 50hz... 24p - Wikipedia

    I have just tested all of the MPEG2 samples @ Samples - Official Kodi Wiki and can not reproduce your last issue either, I think you may have a faulty box.

    If I boot my backedup old version, I can of course access /usr/share/bootloader. But then I can only access the old dtb, which will not match the new kernel and whatnot of new LE 9.0 alpha version.

    I already tried using this dtb, but issue is still there GDPR-2 ...

    No idea where I can get a version that works...

    Anyone out there using an MXQPro4k with LE9.0 alpha with success?

    You have just stated the obvious. You need to mount the newer version to get the file, I already told you this, I would upload it but I have no access to a computer, the DTBs are all different on major Kodi versions due to changes in the kernel if you do not use the correct DTB it will not boot!

    if you can't get past the mxq logo then this would most probably be a dtb issue, can you still boot to android?

    os.libreelec.tv is a missing dependency with the 8.90 build, this is essential for correct functioning of TVheadend. How would I go about finding the appropriate addons and adding them to my build. If I understand correctly this is a bundle of essential base addons for a correctly functioning Libreelec build.

    Shoog

    This is incorrect tvh and every other add-on works fine, it's a bug in the dependency system just click ok to continue.

    Hello to all! I have a Beelink mini mx III II box, with installed LE 9. My problem is that my system won't update to 8.90.2 version. After I turn my box on, the system reminds me, that there's an update, but when I restart it, the pdate process doesen't start. I checked the update folder, there I can find the downloaded image file. I tried to copy to that folder the image manually, but that didn't help. Do you have an idea what to do?

    What version are you trying to upgrade from?


    I had the same problem when trying to use the vfd driver by anpaza so I know what you mean, I would of preferred to use his driver, I did email him/her asking how the mapping is determined as I couldn't understand the document he wrote, it needs explaining in laymans terms but he didn't reply =(.

    The problem with the fd628 driver is the LCD mapping is set in the driver files where as with the vfd driver by anpaza it is set in the device tree which is much better for supporting multiple devices and as a bonus he has already provided the settings for the T95M.

    The vfd driver is vastly superior as it will scroll the display and let you see things like CPU usage/temperatures/disk space.

    I can use both drivers as a work around but it's not been high on my priorities as it's time consuming adding it and then actually getting the code accepted into LibreELEC upstream.

    There has been some discussion within LE circles of not supporting Chinese boxes/vendors and only supporting SBC's as the cheap Chinese box makers do not contribute anything to the community or try and help the community, kernel source and driver sources are constantly withheld from us making supporting these devices extremely difficult and troublesome, I'm not sure how kszaq or afl1 feel about this but I for 1 feel this would probably be for the best.

    If you look at the Khadas KVIM the whole source code for their product has been published to GitHub and they work with their users on the forums and they are somewhat neglected by a lot of people because a Chinese crapbox can be sourced for half the price.


    Try the following

    Code
            fd628_gpio_clk = <&gpio GPIODV_22 GPIO_ACTIVE_HIGH>;
            fd628_gpio_dat = <&gpio GPIODV_23 GPIO_ACTIVE_HIGH>;
            fd628_gpio_stb = <&gpio GPIODV_21 GPIO_ACTIVE_HIGH>;

    I answered you yesterday on this and you have clearly ignored my post entirely.