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

    Kodi 16

    Scheduled Pinned Locked Moved Help and Support
    22 Posts 4 Posters 11.3k 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.
    • M
      mad61190
      last edited by mad61190

      OK thats where I changed my resolution at. So for your playback just to confirm are you using the new kodi 16 commit 3 days ago where they switched to the pipplware build because previously I wasn't having this issue playing 1080p content on 720p kodi output. So the problem may have to do with pipplware build but how come we cann't restart the pi exiting kodi instead of just quitting out as that should help for the moment if the problem does need to be fix on pipplware side of things

      also PS changing retropie to always be in 1080p is awful as it makes all the command line and setting changes impossible to read at a distant on a not so big tv

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

        I don't know how you exactly did to reproduce the problem, because I cannot reproduce it, please explain it better.
        I forced my 1080p Samsung TV to 720p (hdmi_group=1, hdmi_mode=4) in config.txt and 1080p videos works fine in Kodi 16. Also using the exit option in Kodi to go to ES again works fine, like it should be. I am using PiPplware, so it is possible that some udev rule is missing in the RetroPie image or install script.
        Maybe try like I did.

        1 Reply Last reply Reply Quote 0
        • M
          mad61190
          last edited by mad61190

          My config.txt is set to default still other then the force hdmi for audio fix turn on I havent changed anything most of my retropie is default other then installing kodi and the xbox controller driver. If im not mistaken when kodi first installs it set the video out resolution to 1280X720 but for some reason I cant play 1080p content on the new version if the resolution is set like that I just get a blue screen that says no signal like this.
          blue screen
          That was not happening before if i played a 1080p content kodi would switch the screen resolution to 1080p and play the video with no problem and switch back when video was done or stopped, but now the only way I can get it to play is to change kodi's resolution under video output to 1920x1080. Changing that setting to 1080 cause the 2nd issue where my ES will only be at the bottom of my screen like in this image where all that white is still screen space that was previously being used before going into kodi.
          white screen

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

            No, Kodi default resolution is the "DESKTOP" setting and that is either the native resolution of your TV/Monitor, or the resolution you force in config.txt.
            I tested this a bit more and I still cannot find any problem playing videos, either SD, 720p and 1080p, no matter what combination of resolution settings I have in config.txt and Kodi itself. You must have changed something in your setup that is causing that issue.

            What I can confirm is your 2nd issue. If you set one resolution in config.txt and a different one in Kodi, (eg: config.txt 720p, kodi 1080p) when you exit Kodi, the resolution is not set back in ES and happens what is in your 2nd foto.
            You can easily fix this by editing /usr/bin/kodi and adding the next line in the end of the file, after the last "done":
            sudo tvservice -p >/dev/null 2>&1

            I am almost sure that this would happen in the previous versions of Kodi also, because I didn't changed anything related to this.

            If this works for fine for other people, specially the ones with a hdmi LCDs/touchscreens, I can include this on the next version of Kodi, 16.1 when it comes out, it shouldn't take long.

            herb_fargusH 1 Reply Last reply Reply Quote 0
            • herb_fargusH
              herb_fargus administrators @Rascas
              last edited by

              @Rascas are you using the runcommand menu (https://github.com/retropie/retropie-setup/wiki/runcommand) to force resolution or config.txt because it's possible that may affect it as I don't know how kodi responds to render res changes with runcommand. I've never changed the runcommand settings for kodi.

              If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

              Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

              RascasR 1 Reply Last reply Reply Quote 0
              • M
                mad61190
                last edited by

                ya desktop ok that was what it was set to before i had to change it to get the videos to work but isn't retropie's default resolution set for 1280X720 on a clean install or is it diffent per tv. Well im going to clean install retropie 3.6 update it and reinstall kodi and see if im still having the problem because I dont remember changing anything in config other then hdmi_drive=2 and its the only thing uncommitted other then the stuff at the bottom

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

                  @herb_fargus said:

                  @Rascas are you using the runcommand menu (https://github.com/retropie/retropie-setup/wiki/runcommand) to force resolution or config.txt because it's possible that may affect it as I don't know how kodi responds to render res changes with runcommand. I've never changed the runcommand settings for kodi.

                  No, I don't use runcommand, I have a personalized menu with some programs, either program has one .sh script that ES launches.
                  This is the menu in es_systems.cfg:
                  <system>
                  <fullname>Pipplware</fullname>
                  <name>pipplware</name>
                  <path>/etc/emulationstation/pipplware-menus/pipplware</path>
                  <extension>.sh .SH</extension>
                  <command>%ROM%</command>
                  <platform>pc</platform>
                  <theme>pipplware</theme>
                  <directlaunch/>
                  </system>

                  And the kodi.sh is just that:
                  #!/bin/bash
                  setterm -cursor off
                  kodi &>/dev/null
                  setterm -cursor on

                  For you maybe it's better to use kodi-standalone, because you don't have an automounter, etc.
                  Like this, everything works fine, apart from the mad61190 2nd issue. But I think that issue is "normal" on the RPi + Kodi combination, Kodi always had problems to exit (not reboot or shutdown) in Raspberry Pi. The line in /usr/bin/kodi should fix it.
                  I don't think that some udev rule is missing in Retropie afterall, i think it is something misconfigured in mad61190 setup.

                  herb_fargusH 1 Reply Last reply Reply Quote 0
                  • herb_fargusH
                    herb_fargus administrators @Rascas
                    last edited by

                    @Rascas the script RetroPie uses is kodi-standalone. I don't have any of the issues described above so I agree it is likely user error or hardware issues.

                    If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                    Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                    1 Reply Last reply Reply Quote 0
                    • M
                      mad61190
                      last edited by

                      Alright so I think I found the setting messing things up. I just got done with a fresh install of retropie 3.6, updating it to the latest commit on github, and reinstalling kodi. At first start my videos play fine again yay but re configuring kodi for smooth playback by changing the adjust refresh rate to always and playing a video Ill get the blue screen with no signal again. I had this setting set in the previous kodi before updating, so can you see if you get the same results when trying to play a 1080p file after changing that setting.

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

                        @mad61190
                        Yes it is working fine for me, in the matter of fact I always use that setting on, it is recommend to turn it on, unless your TV/Monitor doesn't like it, and maybe that is your case.

                        1 Reply Last reply Reply Quote 0
                        • M
                          mad61190
                          last edited by mad61190

                          then i dont understand it. like I said it worked previous with that setting on 15.2 with it being set that way since i received my raspberry pi 3 but now with 16 that setting is what is cause it to not work right.

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

                            @mad61190 Try adding this line to config.txt:
                            config_hdmi_boost=7

                            If it still doesn't work, try with another HDMI cable.

                            1 Reply Last reply Reply Quote 0
                            • M
                              mad61190
                              last edited by

                              Well still no luck tried

                              old hdmi wire | config_hdmi_boost=7
                              new hdmi wire | config_hdmi_boost=7
                              and just new hdmi wire

                              seems the only way the 1080p videos will work with adjust refresh rate to always is if kodi is set to a resolution of 1080 itself

                              1 Reply Last reply Reply Quote 0
                              • M
                                mad61190
                                last edited by mad61190

                                so I just reload retropie 3.6 on another micro sd card this time did not update it but went straight to install kodi so i got version 15.2 on it turn on the adjust refresh rate to always and my videos play fine like they should so there got to be an issue somewhere in kodi between versions 15.2 and 16 not working properly i just dont understand why its only happening to me. both installs are fresh so no other setting have been change or addons installed to mess with it yet. Going to see if i can locate another sd card around here and see if openelec has this issue on there 16.1rc beta builds

                                UPDATE: So it has to be an issue with kodi it self because even on openelec beta builds im getting the same issue. so im going to attempt later to set a help post over there after looking to see if anyone else is mentioning the problem

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

                                  @mad61190 Yes it is better to report that upstream.

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    mad61190 @Rascas
                                    last edited by

                                    @Rascas and everyone else thanks for the help trying to figure out the issue with me ill update back here if I find out whats going on, on the other forums.

                                    1 Reply Last reply Reply Quote 0
                                    • M
                                      mad61190
                                      last edited by mad61190

                                      so with the help of popcornmix on the kodi forums we seem to figure out what the issue is here is a link to the posting if you want to see what was going on.

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

                                        @mad61190 Yes, like I tought. That is your monitor that isn't passing the right info to the Raspberry/Kodi. A fix for that can only be made in Kodi program itself.

                                        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.