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 17.0 stable/final available for RetroPie!

    Scheduled Pinned Locked Moved Help and Support
    kodikodi 17support
    129 Posts 31 Posters 99.8k 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.
    • RascasR
      Rascas @nwgalloway
      last edited by Rascas

      @nwgalloway If you did run the terminal commands of the first post, you already have it installed. You can check if it installed and active in Kodi -> Add-ons -> My add-ons -> Peripheral libraries -> Joystick Support.
      If it is was not enabled your joysticks wouldn't work ;)

      Running the commands in the first post should be enough to have everything functional. After that you might have to follow this link to configure your joysticks buttons as you like:
      http://kodi.wiki/view/HOW-TO:Configure_controllers
      PS: The images in the wiki are from an old version of the new Estuary skin, but it should be easy to understand what to do.
      It is as simple as that ;)

      N 1 Reply Last reply Reply Quote 0
      • N
        nwgalloway @Rascas
        last edited by

        @Rascas I used the prompt from the initial post but when I go to add ons, then my add ons, there is no file for peripheral libraries. Do I need to reinstall or is there a way to add it with putty or SSH? Sorry like I said I'm learning a lot of DIY stuff on the fly lol

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

          @nwgalloway I don't know exactly what is your problem, probably you did not inserted the commands right. If you are using putty, you can copy/paste everything at once from the black box into putty. It should do everything, and when everything is done, you should have Joystick support in the addons. If you have Kodi open, restart it for changes to take effect. Try the first post procedure again, and if it shows any error post it here for us to see.

          N 1 Reply Last reply Reply Quote 1
          • N
            nwgalloway @Rascas
            last edited by

            @Rascas Finally got it! Thanks for all the help!

            1 Reply Last reply Reply Quote 0
            • B
              beankid
              last edited by

              Anyone noticed a slight lag with video playback? I'm on a RPi2 and the video seems a bit slow. I've checked the CPU usage and it's all really low so it's not a being slowed down by other processes. Could be that it's still in Beta..... Still nice to test this out as I can finally use my gamepad for Kodi.

              P RascasR 2 Replies Last reply Reply Quote 0
              • P
                PetroRie @beankid
                last edited by

                @beankid said in [Testing] Kodi 17 beta 7 available for RetroPie:

                Anyone noticed a slight lag with video playback? I'm on a RPi2 and the video seems a bit slow. I've checked the CPU usage and it's all really low so it's not a being slowed down by other processes. Could be that it's still in Beta..... Still nice to test this out as I can finally use my gamepad for Kodi.

                I noticed that the menus are quite laggy sometimes.

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

                  @beankid Video playback is just fine, no slowdowns whatsoever, but remember the Pi only has HW aceleration of mpeg-2 and VC-1 if you buy the licences. And only low bitrate h265 works fine.

                  @PetroRie Navigating trough menus can be a bit slower than a normal computer, that's normal. Didn't notice any diference here to previous versions.

                  B 1 Reply Last reply Reply Quote 0
                  • B
                    beankid @Rascas
                    last edited by

                    @Rascas Turns out a simple settling of the install made things work themselves out, along with a reboot and it's back to normal. Not sure what was happening at the time but it's now smooth again. Gonna update to V. 17 on all my RPi machines now. thumbs up

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

                      • Kodi updated to 17 Release Candidate 1
                      • ARMv6 version available (for first gen Pi's, 1, 0, etc)
                      • Added all binary addons (PVRs, audiodecoders/encoders, visualizations, etc)

                      PS: Check first post for new installation instructions.

                      A 1 Reply Last reply Reply Quote 4
                      • A
                        apoteker @Rascas
                        last edited by

                        @Rascas Has anyone been able to sucessfully upgrade to RC1? I keep getting a 404 error "file not found".

                        S 1 Reply Last reply Reply Quote 0
                        • S
                          Sevik @apoteker
                          last edited by Sevik

                          Works fine on my rpi3. Upgraded from (new) kodi 16 installation (RetroPie-Setup) to beta7 and then to RC1 as instructed.

                          Thank you Rascas!

                          @apoteker : Where do you get this error?

                          A 1 Reply Last reply Reply Quote 0
                          • A
                            apoteker @Sevik
                            last edited by

                            @Sevik I copied and pasted the above via PuTTY and got the following:
                            Err http://pipplware.pplware.pt Packages
                            404 Not Found
                            Ign http://pipplware.pplware.pt Translation-en_GB
                            Ign http://pipplware.pplware.pt Translation-en
                            Fetched 73.8 kB in 19s (3,699 B/s)
                            W: Failed to fetch http://pipplware.pplware.pt/pipplware/dists/unstable/armv7binary/Packages 404 Not Found

                            E: Some index files failed to download. They have been ignored, or old ones used instead.

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

                              @apoteker You have atleast one typo, a forward slash is missing between armv7 and binary. Make sure your list file is exactly like in the first post.

                              A 1 Reply Last reply Reply Quote 0
                              • A
                                apoteker @Rascas
                                last edited by apoteker

                                @Rascas This is what I am pasting:

                                sudo su
                                echo "deb http://pipplware.pplware.pt/pipplware/dists/unstable/main/binary /" > /etc/apt/sources.list.d/pipplware_unstable_armv7.list
                                echo "deb http://pipplware.pplware.pt/pipplware/dists/unstable/armv7/binary /" >> /etc/apt/sources.list.d/pipplware_unstable_armv7.list
                                apt-get update && apt-get dist-upgrade -y
                                apt-get install kodi-peripheral-joystick kodi-inputstream-adaptive kodi-inputstream-rtmp
                                exit
                                

                                It looks as if the forward slash is there. Does everything look correct here? Thanks for your help.

                                BuZzB RascasR 2 Replies Last reply Reply Quote 0
                                • BuZzB
                                  BuZz administrators @apoteker
                                  last edited by BuZz

                                  @apoteker If posting logs/code to the forum please use a code block or else parts can be interpreted as styling

                                  http://commonmark.org/help/

                                  (edit your post and insert three backticks above and below the code). Also see https://retropie.org.uk/forum/topic/3/read-this-first which details things like this and should be read before posting.

                                  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

                                  A 1 Reply Last reply Reply Quote 0
                                  • A
                                    apoteker @BuZz
                                    last edited by

                                    @BuZz Apologies, thanks for the heads up!

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

                                      @apoteker said in [Testing] Kodi 17 Release Candidate 1 available for RetroPie!:

                                      @Rascas This is what I am pasting:

                                      sudo su
                                      echo "deb http://pipplware.pplware.pt/pipplware/dists/unstable/main/binary /" > /etc/apt/sources.list.d/pipplware_unstable_armv7.list
                                      echo "deb http://pipplware.pplware.pt/pipplware/dists/unstable/armv7/binary /" >> /etc/apt/sources.list.d/pipplware_unstable_armv7.list
                                      apt-get update && apt-get dist-upgrade -y
                                      apt-get install kodi-peripheral-joystick kodi-inputstream-adaptive kodi-inputstream-rtmp
                                      exit
                                      

                                      It looks as if the forward slash is there. Does everything look correct here? Thanks for your help.

                                      That's correct, but that's not what you have in the errors in your previous message, so check it again.

                                      A 1 Reply Last reply Reply Quote 0
                                      • A
                                        apoteker @Rascas
                                        last edited by

                                        @Rascas Thanks for your time in looking at this. I just cut and paste and this error keeps occurring. I have copied the entire log and entered it at http://paste.ubuntu.com/23728135/ . I hope that is the proper procedure. I'm not sure why this keeps happening. Again, thanks in advance for any insight you can offer.

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

                                          Like I said before the error is because you have a missing forward slash. Probably not in /etc/apt/sources.list.d/pipplware_unstable_armv7.list but probably in some other file in /etc/apt/sources.list.d, most likely from a previous wrong copy attempt. You have to check all files in that dir for yourself, and correct/remove what is wrong.
                                          Anyway, Kodi 17 should already be installed/updated.

                                          A 1 Reply Last reply Reply Quote 0
                                          • A
                                            apoteker @Rascas
                                            last edited by

                                            @Rascas OK, I'll do that. Thanks for your help!

                                            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.