• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
RetroPie forum home
  • Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login

Long standing ES bugs

Scheduled Pinned Locked Moved Ideas and Development
es bugsemultionstationbugs
57 Posts 6 Posters 19.4k 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.
  • R
    ruckage @jdrassa
    last edited by ruckage 30 May 2017, 01:08

    @jdrassa
    Thanks for the explanation, I completely understand. I do have very precise fontsizes in this as I was was very keen to make sure all the pixels that make up my theme were exactly the same size (most people probably wouldn't notice but I'd know ;)). Regardless, the scaling fix you've made is still a vast improvement over how it was before and along with the other changes you've made it will make my life much easier (especially when I make the 4x3 version of this theme).

    Regarding your last upload, the <horizontalMargin> works perfectly now as far as I can tell.

    Thanks again for all your hard work, it is appreciated.
    If you wouldn't mind could you let me know when these fixes are officially added to retropie as I can then get a fixed version of my theme uploaded.

    SNES mini/Nes mini/Famicom mini theme developer.

    If you'd like to support my work you can donate here: Donate

    1 Reply Last reply Reply Quote 1
    • J
      jdrassa
      last edited by 3 Jun 2017, 14:53

      @ruckage Posting here since it will be included with these fixes. I implemented image support for the the selector bar in the gamelist.

      I have implemented two additional theme options. <selectorImagePath>allows you to set the path to the image. <selectorImageTile> allows you to specify if the image should be tiled. The image size is automatically set to the same size as selector bar. In addition, <selectorColor> will be applied to the image.

      Any feedback/suggestions is welcomed.

      Code is available here for anyone that wants to build it themselves.
      https://github.com/jrassa/EmulationStation/tree/gamelist-fixes

      Windows build available here:
      https://ci.appveyor.com/api/buildjobs/mq89003fj8ai8v36/artifacts/EmulationStation-Win32.zip

      Get latest build of EmulationStation for Windows here

      R 2 Replies Last reply 3 Jun 2017, 16:35 Reply Quote 5
      • R
        ruckage @jdrassa
        last edited by 3 Jun 2017, 16:35

        @jdrassa said in Long standing ES bugs:

        @ruckage Posting here since it will be included with these fixes. I implemented image support for the the selector bar in the gamelist.

        I have implemented two additional theme options. <selectorImagePath>allows you to set the path to the image. <selectorImageTile> allows you to specify if the image should be tiled. The image size is automatically set to the same size as selector bar. In addition, <selectorColor> will be applied to the image.

        Any feedback/suggestions is welcomed.

        Code is available here for anyone that wants to build it themselves.
        https://github.com/jrassa/EmulationStation/tree/gamelist-fixes

        Windows build available here:
        https://ci.appveyor.com/api/buildjobs/mq89003fj8ai8v36/artifacts/EmulationStation-Win32.zip

        And after all my hard work using overlays to theme the selector bar...... ;)

        I'll test this out shortly but I'm sure it's going to be great. It will open up even more options to make unique looking themes.

        SNES mini/Nes mini/Famicom mini theme developer.

        If you'd like to support my work you can donate here: Donate

        1 Reply Last reply Reply Quote 1
        • S
          Syhles
          last edited by Syhles 6 Mar 2017, 19:42 3 Jun 2017, 16:49

          @jdrassa
          Looking forward to these fixes and the selector image making it to the main branch, I'll test out your branch sometime this weekend.

          Also off topic are you still working on variables for themes?

          1 Reply Last reply Reply Quote 1
          • R
            ruckage @jdrassa
            last edited by 3 Jun 2017, 18:34

            @jdrassa said in Long standing ES bugs:

            @ruckage Posting here since it will be included with these fixes. I implemented image support for the the selector bar in the gamelist.

            I have implemented two additional theme options. <selectorImagePath>allows you to set the path to the image. <selectorImageTile> allows you to specify if the image should be tiled. The image size is automatically set to the same size as selector bar. In addition, <selectorColor> will be applied to the image.

            Any feedback/suggestions is welcomed.

            Code is available here for anyone that wants to build it themselves.
            https://github.com/jrassa/EmulationStation/tree/gamelist-fixes

            Windows build available here:
            https://ci.appveyor.com/api/buildjobs/mq89003fj8ai8v36/artifacts/EmulationStation-Win32.zip

            I'm getting a runtime error, am I doing something wrong?

            I put this in the text list:
            <selectorImagePath>./art/selector1.png</selectorImagePath>

            SNES mini/Nes mini/Famicom mini theme developer.

            If you'd like to support my work you can donate here: Donate

            J 1 Reply Last reply 3 Jun 2017, 20:41 Reply Quote 1
            • J
              jdrassa @ruckage
              last edited by 3 Jun 2017, 20:41

              @ruckage Sorry, poor testing on my part. The code is not properly handling the case where there isn't a selectorImageTile element. Just specify it as false and it should work. I will get that fixed soon.

              <selectorImageTile>false</selectorImageTile>
              

              @Syhles the variable work is pretty much done. I just need to finish writing up the documentation for it, but I keep getting distracting by other interesting ideas.

              Get latest build of EmulationStation for Windows here

              S R 2 Replies Last reply 3 Jun 2017, 21:26 Reply Quote 3
              • S
                Syhles @jdrassa
                last edited by Syhles 6 Mar 2017, 22:27 3 Jun 2017, 21:26

                @jdrassa
                I'll probably install this branch tomorrow sometime. I'll post here how it goes.

                I look forward to these changes making it to the main branch and the variables as well.

                1 Reply Last reply Reply Quote 1
                • R
                  ruckage @jdrassa
                  last edited by 3 Jun 2017, 21:43

                  @jdrassa said in Long standing ES bugs:

                  @ruckage Sorry, poor testing on my part. The code is not properly handling the case where there isn't a selectorImageTile element. Just specify it as false and it should work. I will get that fixed soon.

                  <selectorImageTile>false</selectorImageTile>
                  

                  Doh! - I nearly tried adding that in as well but thought that couldn't possibly be the problem.

                  Just did a very quick test and it works brilliantly - look at all those pretty colours :D

                  0_1496525707323_selector bar test.png

                  I have one suggestion regarding this, currently <selectorScale> is a ratio of the line/text height which isn't very intuitive. Would it be possible for this to be a ratio of the screen height instead (like most other elements) or would that cause problems?

                  One quick point unrelated to the selector bar - it seems that the video snapshot scaling is broken in this build (see screenshot above - it's squashed) , not sure if you realised.

                  SNES mini/Nes mini/Famicom mini theme developer.

                  If you'd like to support my work you can donate here: Donate

                  L 1 Reply Last reply 4 Jun 2017, 15:18 Reply Quote 1
                  • L
                    lilbud @ruckage
                    last edited by 4 Jun 2017, 15:18

                    @ruckage Has this been added to the Retropie ES?

                    Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                    Backlog: http://backloggery.com/lilbud

                    S 1 Reply Last reply 4 Jun 2017, 15:26 Reply Quote 1
                    • S
                      Syhles @lilbud
                      last edited by Syhles 6 Apr 2017, 16:28 4 Jun 2017, 15:26

                      @lilbud
                      No these features haven't been added ​to the main branch (RetroPie's ES), you can test them to speed along the process of them getting added though.

                      @jdrassa
                      Tested this build, everything seems to be working as intended. Had no issues during testing and the selector image seemed to work perfectly fine. Also I have no video snaps so I can't​comment on them being broken.

                      L 1 Reply Last reply 4 Jun 2017, 15:55 Reply Quote 0
                      • L
                        lilbud @Syhles
                        last edited by 4 Jun 2017, 15:55

                        @jdrassa Could Selector Size be added as an element for the selector bar?

                        Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                        Backlog: http://backloggery.com/lilbud

                        R 1 Reply Last reply 4 Jun 2017, 16:11 Reply Quote 0
                        • R
                          ruckage @lilbud
                          last edited by 4 Jun 2017, 16:11

                          @lilbud
                          It's already added (the height at least) <selectorScale>. The width is the width of the game list.

                          SNES mini/Nes mini/Famicom mini theme developer.

                          If you'd like to support my work you can donate here: Donate

                          L 1 Reply Last reply 4 Jun 2017, 16:17 Reply Quote 1
                          • L
                            lilbud @ruckage
                            last edited by 4 Jun 2017, 16:17

                            @ruckage Could the width be changed with a separate element?

                            Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                            Backlog: http://backloggery.com/lilbud

                            1 Reply Last reply Reply Quote 0
                            • J
                              jdrassa
                              last edited by 4 Jun 2017, 16:56

                              https://ci.appveyor.com/api/buildjobs/q63ax46bxlr37917/artifacts/EmulationStation-Win32.zip

                              Here is an updated Windows build for anyone interested.

                              <selectorScale> has been swapped out for `<selectorHeight>' which now functions like other sizes and is a ration of the screen height.

                              I also updated THEMES.md to document the new options.
                              https://github.com/jrassa/EmulationStation/blob/gamelist-fixes/THEMES.md#textlist

                              @ruckage I haven't seen any issues with video scaling.

                              @lilbud It is certainly possible, but I would need to be convinced it would be worth the effort. If you want the selector image to be wider than the text, you can use horizontalMargin. I can't think of a use case for having the image be narrower, but it could be achieved by having transparent space on the sides of the image.

                              Get latest build of EmulationStation for Windows here

                              S R 2 Replies Last reply 4 Jun 2017, 17:22 Reply Quote 2
                              • S
                                Syhles @jdrassa
                                last edited by 4 Jun 2017, 17:22

                                @jdrassa
                                I'll test out the new build later today.

                                1 Reply Last reply Reply Quote 0
                                • R
                                  ruckage @jdrassa
                                  last edited by ruckage 6 Apr 2017, 18:24 4 Jun 2017, 17:23

                                  @jdrassa
                                  Thanks. I tried the new build and <selectorHeight> works perfectly.

                                  Regarding the video scaling, I'm not sure if it's affecting the videos themselves - I'm using Video view but without videos so it shows just an image preview instead.

                                  You can see below, the preview images are squashed vertically, however in the latest standard version of ES it displays normally.

                                  0_1496596874947_selector bar test.png

                                  SNES mini/Nes mini/Famicom mini theme developer.

                                  If you'd like to support my work you can donate here: Donate

                                  J S 2 Replies Last reply 5 Jun 2017, 03:38 Reply Quote 1
                                  • J
                                    jdrassa @ruckage
                                    last edited by 5 Jun 2017, 03:38

                                    @ruckage I was able to reproduce the issue with the image scaling. Looks like it was an existing issue. My branch was a few commits behind the RetroPie repository. I updated it to pull in the latest changes and it is scaling properly now.

                                    Get latest build of EmulationStation for Windows here

                                    S R 2 Replies Last reply 5 Jun 2017, 04:04 Reply Quote 2
                                    • S
                                      Syhles @jdrassa
                                      last edited by Syhles 6 May 2017, 05:05 5 Jun 2017, 04:04

                                      @jdrassa
                                      I haven't checked the build where you added the video fix, but I tried the one before that with all of the bug fixes, seemed to be working without any issues along with the selector image and scale, couldn't get anything else to act incorrectly as I don't have videos.

                                      Do I need to check the video fix build as well? Or was that the only change?

                                      J 1 Reply Last reply 5 Jun 2017, 22:27 Reply Quote 1
                                      • J
                                        jdrassa @Syhles
                                        last edited by 5 Jun 2017, 22:27

                                        @Syhles No need to check. The only change was to sync up with the RetroPie repository.

                                        Get latest build of EmulationStation for Windows here

                                        S 1 Reply Last reply 5 Jun 2017, 22:39 Reply Quote 2
                                        • S
                                          Syhles @jdrassa
                                          last edited by 5 Jun 2017, 22:39

                                          @jdrassa
                                          Then everything seems to be in working order from my testing.

                                          1 Reply Last reply Reply Quote 0
                                          47 out of 57
                                          • First post
                                            47/57
                                            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.

                                            This community forum collects and processes your personal information.
                                            consent.not_received