RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!

    Scheduled Pinned Locked Moved Help and Support
    kodikodi 18
    150 Posts 26 Posters 50.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      ParadoxGBB
      last edited by

      @Rascas , you're likely smarter than me (and this might be why I haven't gotten any bites yet on the thread yet), but so far I don't have any real evidence that this is a RPi only problem, although it'd make sense it'd be an underlying dependant package that does the parsing. If anyone reading with a non-RPi install would be open to trying to open up a picture for my curiosity to see if we got a crash, I'd be much obliged and would gladly provide one.

      Today I got both Netflix and Amazon VOD working, and I just wanted to write down a few notes:

      1. For Amazon, like many, I was having trouble signing in with captcha-like challenges. Like some suggestions I read, I tried setting USA as region / language explicitly and replacing network.py with a different version. At the end, what worked for me was deleting the addon userdata files (\configs\ports\kodi\userdata\addon_data\plugin.video.amazon-test*) and re-installing the addon. I restarted Kodi afterwards for good measure.

      2. For Netflix, for my particular RetroPie 4.4 image I didn't have pip installed. If you're not a raspberian / linux guru like me and want to know how to install it, you can hit F4 to get in the terminal and install via:

      $ sudo apt-get install python{,3}-pip

      And then you successfully execute:

      $pip install --user pycryptodomex

      After then I did some shaking but then I could log in. Like other folks have observed for some reason some videos are coming up as the default language dubbed in German. I went into the general Kodi settings and explicitly selected languages and regions (region / timezone was not explicitly set). Also like a few folks have observed if you start Kodi and dive right into the Netflix plugin it will fail... you'll need to wait a bit (or try again).

      Overall, it's great to have these streaming options, hats off to the developers!

      RascasR 1 Reply Last reply Reply Quote 0
      • RascasR
        Rascas @ParadoxGBB
        last edited by

        @ParadoxGBB yes, please provide one or two fotos to test.

        1 Reply Last reply Reply Quote 0
        • P
          ParadoxGBB
          last edited by

          @Rascas

          Thanks a ton, appreciate it. It's zipped to ensure binary integrity. Let me know what you see.

          https://1drv.ms/u/s!ArVgGNNmR7mK2IFHnd0B7B9RV5fByw

          RascasR 1 Reply Last reply Reply Quote 0
          • RascasR
            Rascas @ParadoxGBB
            last edited by Rascas

            @ParadoxGBB Ok, I have tested that foto and I can confirm that Kodi 18 crashes when trying to vizualize it. It is for sure a RPi only problem/bug because it does not happen on Ubuntu x86-64 for example. Unfortunately, I can't fix it, i think it is a decoder/firmware bug, only the guys from the RPi Foundation can fix it.
            I recommend you to report that in your Kodi forum post, Dom (popcornmix) will fix it almost for sure.

            P 1 Reply Last reply Reply Quote 0
            • P
              ParadoxGBB @Rascas
              last edited by

              @Rascas Thanks for this, poked the thread with a few at mentions.

              Just curious, Leia RC2 dropped on 12/4. Anyone know if a refresh for the RPi is coming soon as well?

              1 Reply Last reply Reply Quote 0
              • S
                Silent
                last edited by

                It appears like RC3 is the newest, and Kodi is nagging about that - although admitedly I don't know if it's nagging cause there is a new version for rpi, or just in general...

                RascasR 1 Reply Last reply Reply Quote 0
                • RascasR
                  Rascas @Silent
                  last edited by

                  @Silent It is just a warning, it is general and there is no new version available on the repo yet. The warning appears only one time, each time there is a new version, but these are still RC versions so... I will update it soon when I have some free time.

                  1 Reply Last reply Reply Quote 1
                  • R
                    roadtrip111
                    last edited by

                    Hi everyone,

                    I just wanted to add my experience and how I got Netflix to run properly on my raspberry pi (so far). I'll just describe what I did, maybe it will help someone:

                    My system:
                    Raspberry PI 3 B+
                    retropie 4.4
                    Kodie 18.0-RC1

                    I access my pi through terminal via ssh to enter the commands.

                    1. "sudo apt-get update && sudo apt-get -y dist-upgrade" (Optional, mine was up to date)
                    2. Update the firmware of my pi "sudo rpi-update"
                    3. "sudo reboot" (to activate new firmware)
                    4. "sudo apt-get install python{,3}-pip"
                    5. "pip install --user pycryptodomex"
                    6. "sudo reboot" (don't know if this was neccessary..)
                    7. download zip netflix addon from https://github.com/asciidisco/plugin.video.netflix
                    8. put zip on sd card of raspberry pi
                    9. install netflix addon from zip within kodi
                    10. configure netflix-addon -> input stream addon settings -> Max. resolution secure decoder -> 720p
                    11. run a movie in netflix, now it will ask to install libwidevine, confirm.
                    12. "sudo apt-get install libnss3"

                    Right now it works like a charm for me :D.

                    The only thing not working is the "interactive part". I wanted to see the interactive black mirror movie "Bandersnatch" through the netflix plugin, but when I start the movie, it tells me it is not supported to show interactive elements on this device. I don't know if this is related to the netflix plugin, to kodi, or to my tv...Anyone has an idea how to solve this?

                    Anyway, thanks for your posts everyone, it helped me to succeed with netflix running on raspberry pi!

                    RascasR 2 Replies Last reply Reply Quote 0
                    • RascasR
                      Rascas @roadtrip111
                      last edited by

                      @roadtrip111 said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:

                      Hi everyone,

                      I just wanted to add my experience and how I got Netflix to run properly on my raspberry pi (so far). I'll just describe what I did, maybe it will help someone:

                      My system:
                      Raspberry PI 3 B+
                      retropie 4.4
                      Kodie 18.0-RC1

                      I access my pi through terminal via ssh to enter the commands.

                      1. "sudo apt-get update && sudo apt-get -y dist-upgrade" (Optional, mine was up to date)
                      2. Update the firmware of my pi "sudo rpi-update"
                      3. "sudo reboot" (to activate new firmware)
                      4. "sudo apt-get install python{,3}-pip"
                      5. "pip install --user pycryptodomex"
                      6. "sudo reboot" (don't know if this was neccessary..)
                      7. download zip netflix addon from https://github.com/asciidisco/plugin.video.netflix
                      8. put zip on sd card of raspberry pi
                      9. install netflix addon from zip within kodi
                      10. configure netflix-addon -> input stream addon settings -> Max. resolution secure decoder -> 720p
                      11. run a movie in netflix, now it will ask to install libwidevine, confirm.
                      12. "sudo apt-get install libnss3"

                      Right now it works like a charm for me :D.

                      The only thing not working is the "interactive part". I wanted to see the interactive black mirror movie "Bandersnatch" through the netflix plugin, but when I start the movie, it tells me it is not supported to show interactive elements on this device. I don't know if this is related to the netflix plugin, to kodi, or to my tv...Anyone has an idea how to solve this?

                      Anyway, thanks for your posts everyone, it helped me to succeed with netflix running on raspberry pi!

                      I believe that the netflix kodi plugin does not support it. Ask in their github page.

                      R 1 Reply Last reply Reply Quote 0
                      • R
                        roadtrip111 @Rascas
                        last edited by

                        @Rascas said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:

                        I believe that the netflix kodi plugin does not support it. Ask in their github page.

                        I just realised many people have problems with the bandersnatch movie. It is also not working on Chromecast and Apple TV. Might be a Netflix issue as well.

                        BuZzB 1 Reply Last reply Reply Quote 0
                        • BuZzB
                          BuZz administrators @roadtrip111
                          last edited by

                          @roadtrip111 not a Netflix issue. Just older devices/plugins don't support it. My TV included.

                          To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                          R 1 Reply Last reply Reply Quote 0
                          • felipebraunaF
                            felipebrauna @Rascas
                            last edited by

                            @Rascas said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:

                            Kodi 18 RC 1 available for update

                            Changelog:
                            -https://kodi.tv/article/kodi-v18-leia-rc1-new-hope

                            Raspbian/RetroPie specific:
                            -Added various missing binary addons like pvr.zattoo, pvr.teleboy, vfs-sacd, etc
                            -All binary addons updated. Netflix works again if updated.

                            This is the latest update released by you @Rascas?

                            RascasR 1 Reply Last reply Reply Quote 0
                            • RascasR
                              Rascas @felipebrauna
                              last edited by

                              @felipebrauna said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:

                              @Rascas said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:

                              Kodi 18 RC 1 available for update

                              Changelog:
                              -https://kodi.tv/article/kodi-v18-leia-rc1-new-hope

                              Raspbian/RetroPie specific:
                              -Added various missing binary addons like pvr.zattoo, pvr.teleboy, vfs-sacd, etc
                              -All binary addons updated. Netflix works again if updated.

                              This is the latest update released by you @Rascas?

                              Till now, yes. I will update it after holidays.

                              felipebraunaF 1 Reply Last reply Reply Quote 0
                              • felipebraunaF
                                felipebrauna @Rascas
                                last edited by

                                @Rascas said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:

                                @felipebrauna said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:

                                @Rascas said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:

                                Kodi 18 RC 1 available for update

                                Changelog:
                                -https://kodi.tv/article/kodi-v18-leia-rc1-new-hope

                                Raspbian/RetroPie specific:
                                -Added various missing binary addons like pvr.zattoo, pvr.teleboy, vfs-sacd, etc
                                -All binary addons updated. Netflix works again if updated.

                                This is the latest update released by you @Rascas?

                                Till now, yes. I will update it after holidays.

                                Ok. Thanks for reply so fast! ;)

                                1 Reply Last reply Reply Quote 0
                                • R
                                  roadtrip111 @BuZz
                                  last edited by

                                  @BuZz said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:

                                  @roadtrip111 not a Netflix issue. Just older devices/plugins don't support it. My TV included.

                                  Yes maybe, but the controls are really simple, so I think it might relate more to proper implementation than to devices being too old.
                                  I just watched Bandersnatch on my Laptop now. It is about an 80s retrogame based on a true story. I'm trying to get the "brataccas" rom running now in retropie, really funny connection to netflix :D.

                                  BuZzB mediamogulM 2 Replies Last reply Reply Quote 0
                                  • BuZzB
                                    BuZz administrators @roadtrip111
                                    last edited by

                                    @roadtrip111 yeah I meant that Netflix are not supporting older devices with the facility to watch this. Not that it wasn't possible :-)

                                    To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                    1 Reply Last reply Reply Quote 0
                                    • mediamogulM
                                      mediamogul Global Moderator @roadtrip111
                                      last edited by mediamogul

                                      @roadtrip111 said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:

                                      I'm trying to get the "brataccas" rom running now in retropie

                                      There's also 'Nohzdyve' that was made available for download on the website of the show's fictional company, Tuckersoft. It was developed as an actual ZX Spectrum game, released as a .tap file and even recommended for emulation, so it should hopefully integrate well. I plan to try it out myself in the next few days.

                                      RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                                      1 Reply Last reply Reply Quote 0
                                      • RascasR
                                        Rascas
                                        last edited by

                                        Kodi 18 RC 4 available for update

                                        Changelog:
                                        https://kodi.tv/article/kodi-v18-leia-rc4-new-hope

                                        felipebraunaF 1 Reply Last reply Reply Quote 2
                                        • felipebraunaF
                                          felipebrauna @Rascas
                                          last edited by

                                          @Rascas said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:

                                          Kodi 18 RC 4 available for update
                                          Changelog:
                                          https://kodi.tv/article/kodi-v18-leia-rc4-new-hope

                                          Thanks Rascas!

                                          1 Reply Last reply Reply Quote 0
                                          • C
                                            CapNinja
                                            last edited by

                                            After reading several guides and reading all advices on this topic, I'm still struggling to add the Netflix and Amazon repos.
                                            Please, how can I do this?

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.