Posts by GDPR-2

    Hello Please anyone Help me

    Where the locate Oscam ???

    Thanks !!

    Sorry no help for pirate add-ons, against forum rules, please stop asking

    GDPR-2  afl1

    it's possible to add a simple script in /usr/sbin called restartkodi with this function:

    and add this code in DialogButtonMenu.xml from skin.estuary

    Code
                        <item>
                            <label>Restart Kodi</label>
                            <onclick>System.ExecWait("/usr/sbin/restartkodi")</onclick>
                            <visible>System.CanReboot</visible>
                        </item>

    I missed this simple feature to restart KODI with remote control.

    I could but the problem is, this would only show on the default theme, it's very easy to add the power menu via skin shortcuts to a convenient place of your choosing.

    seriously guys, as mentioned im talking about the RTMP input addon, i didn't whatsover mentioned any other addon.

    again I'm just sharing this, it seems when the device boots up, RTMP gets disabled. tried deleting and reinstall but same issue.

    15:01:57.081 T:4046459792 NOTICE: ADDON: inputstream.rtmp version 2.0.1.0 is incompatible

    15:01:57.082 T:4046459792 WARNING: ADDON: failed to disable inputstream.rtmp

    GitHub - notspiff/inputstream.rtmp: RTMP input stream add-on for Kodi

    The problem is with your addon, it is incompatible with the newer version of inputstream.rtmp, if you look at the error the NOTICE is coming from the ADDON and not Kodi, the developer needs to update it. It very clearly states "version 2.0.1.0 is incompatible"

    Try this version if it works then you know the issue is with your pirate addon and not the build.


    Everyone needs to remember this is LE9 which is not even in Alpha stage yet, I can't even use my favorite theme... so expect things not to work.

    This is purely a self inflicted problem and is nothing to do with the build.

    It looks like your pirate repository is down, 2nd line from the bottom tells you everything... a bit of common sense before posting please :)

    8.0 differs greatly from 9.0 some USB devices can cause a problem

    Can you run the following command on your box and post the results
    `cat /proc/bus/input/devices`

    I install adamg latest build on sd card, when I select reboot to internal (android) but failed. I can’t go back to android?

    I will look into this

    As an FYI - three different usb ATSC tuners are not working with 1.10 on a Mecool M8S Pro+

    All work fine downgrading back to 1.08.

    Tvheadend reports :

    Code
    2017-12-19 15:09:46.247 linuxdvb: Auvitek AU8522 QAM/8VSB Frontend #0 : ATSC-T #0 - DTV_CLEAR failed [e=Inappropriate ioctl for device]

    Perhaps the binary addons are not compatible - I will test with the new addon builds when posted.

    I did say at the bottom of one of my previous posts that crazycat and dvb support was not in this release, it will be added in the next one.

    Thanks for fixing HW decoding adamg

    I've just noticed that the box can no longer suspend. This was available with v1.0.8.

    Thanks again.

    I've verified that the steps to enable suspend have been performed. Namely:-

    "In 8.1.7 you can enable suspend/sleep mode manually:

    1. Go to \\Configfiles\sleep.conf.d (in Windows) or /storage/.config/sleep.conf.d (over SSH).
    2. Rename sleep.conf.sample to sleep.conf
    3. Open sleep.conf and remove this line: SuspendMode=false
    4. Reboot, enjoy."

    This will be fixed in the next release

    Thanks for confirming. As the Addon works on raybuntu's Odroid build, maybe it's related to inputstream (but on the other hand SkyGo works fine.) or adamg 1.1.10.

    Anyone tested netflix already with this build?

    The binary add-ons in this build are actually taken from Raybuntus c2 repository, unfortunately I don't have a Amazon Prime to test, I will recompile all the add-ons from scratch and switch back to hosting them for the next build, they are just a pita to maintain and take 6hours to compile them all 😴 and that's why I didn't want to do it anymore

    As everyone knows I have worked to bring the code by kszaq to be supported directly into LE-master so we can have 'official' builds at some point in the future, I still believe community builds have a much needed presence on this forum as they often contain features that may not be in official builds, it also reduces maintaince for community builders and should ensure everybody has a consistent experience (to a degree). This hasn't been an easy feat however as there has been some resistance from other developers due to Amlogic's lack of engagement with the open source community and talk of pulling support for AML devices completely.

    I'm happy to announce though that builds for AML S905/D/W/X/ devices can now be provisionally compiled directly from LE-master and I would like to thank kszaq and GDPR-1 for keeping this project alive.

    This community release has been reworked from the ground up from LE-master with the new code base with the following changes...

    Display Spoiler

    Added AML specific Kodi patches by afl1/ kszaq

    Added kodinerds repo (contains Netflix repo)

    Added installtointernal/rebootfromnand scripts

    Added service to download libwidevine.so for Netflix automatically

    Added streaming media addons (inputstream.adaptive etc...)

    Added support for automatic updates

    Added support for TX3 mini LCD

    Added support for 9082xs WiFi

    Addons can be accessed via Samba

    Enabled SSH by default

    Nougat kernel from kszaq with

    - Support for output_rgb parameter to force RGB

    - Support for HDR

    - Various other changes

    Retroplayer repo removed (addons can be accessed via LE repo)

    Updated Kodi to its very latest source revision

    DVB support is not supported in this build due to the fact that media_build is no more but it is supported in builds by afl1, support should be readded in the next release (hopefully).

    Support for the TX3 mini LCD requires you to flash an updated DTB, this is only basic support at present and only displays the clock, alex has created a service that will show the icons if you want this.

    Support for the 9082xs WiFi is provided on an as-is basis, alex has received a newer pre-compiled binary from Oranth which should fix issues with the ghost interface.


    -edit
    Apologies for the initial posting of this release which did not have hw decoding, this is now fixed.