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

    Video Preview in EmulationStation

    Scheduled Pinned Locked Moved Ideas and Development
    emulationstatioraspberry pivideo
    552 Posts 46 Posters 620.9k 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.
    • mattrixkM
      mattrixk @herb_fargus
      last edited by

      @herb_fargus The ES in that link (https://github.com/HerbFargus/Portable-Game-Station) doesn't have any Retroarch stuff in it does it? I know I have one of yours from somewhere that does include the stuff that lets you actually play the games, but I can't remember where I found it. I think it was from a link on a YouTube video, but I'm not sure.

      My ES themes: MetaPixel | Spare | Io | Indent

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

        @mattrixk it's in the releases tab

        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 1
        • mattrixkM
          mattrixk
          last edited by

          @herb_fargus: Awesome. I always forget to look in releases. Cheers.

          My ES themes: MetaPixel | Spare | Io | Indent

          1 Reply Last reply Reply Quote 0
          • *
            **Scannigan** @Nismo
            last edited by

            @Nismo hey bud, still loving your old room theme, just one thing I've encountered with overlays not working with OMXplayer, is that backgrounds like Sega CD I believe have the game box over the TV screen which which is where the art work populates, meaning it's cut off from the video, you wouldn't happen to have amended the images to move the box art on the base image would you, I hope that makes sense

            1 Reply Last reply Reply Quote 0
            • N
              Nismo
              last edited by Nismo

              I'ts known that overlays doesn't work with OMX player for any theme, that's because I said in my theme thread that my theme needs VLC, but seems nobody read the first post...

              About the other question, I don't understand what do you mean exactly, place 3dbox inside tv screen?... I don't like that, and anyway if yoy use the command for use image if no video, the 3dbox image is stretched and looks very ugly so it's not an option.

              I think you must ask for my theme in it's own thread anyway.

              Regards.

              * 1 Reply Last reply Reply Quote 0
              • *
                **Scannigan** @Nismo
                last edited by

                @Nismo Thanks for the reply bud, I downloaded your theme ages ago and love it and I knew it had to be VLC, OMX just seems to be a little smoother even if I do lose the CRT overlays, etc. Never mind ignore me, I worked out that the downloaded box art goes over the box art location in the background image in your theme, so the issue I have isn't with your background images but the media I need to use, my apologies, I should've looked deeper in to it

                1 Reply Last reply Reply Quote 0
                • F
                  filiphdan
                  last edited by

                  Nismo i realy love this theme, i think its one of the best out there, any chance off finishing more platforms on it?

                  N 1 Reply Last reply Reply Quote 0
                  • N
                    Nismo @filiphdan
                    last edited by

                    @filiphdan I'm working on it.

                    1 Reply Last reply Reply Quote 2
                    • HurricaneFanH
                      HurricaneFan @fieldofcows
                      last edited by

                      @fieldofcows Could you share your theme you used in the video at the top of this post? I'd love to have my mame roms show up like that.

                      1 Reply Last reply Reply Quote 1
                      • mattrixkM
                        mattrixk
                        last edited by

                        This question is mainly aimed at @fieldofcows, as the video previews are his baby, but anyone who knows the answer can answer it:

                        Would it be possible to show a video on the System View? Imagine what we could do if we could set a specific (or random) video to display on the system view, the same way we set a logo! Especially with @Zigurana's awesome new carousel mod.

                        Now, I realise that we don't want to be adding videos directly to the themes, but I'd imagine there's a way to point the video <path> to the folder where the videos are kept

                        Just a thought.

                        My ES themes: MetaPixel | Spare | Io | Indent

                        * 1 Reply Last reply Reply Quote 2
                        • *
                          **Scannigan** @mattrixk
                          last edited by

                          @mattrixk How's the carousel mod implemented?

                          mattrixkM 1 Reply Last reply Reply Quote 0
                          • mattrixkM
                            mattrixk @**Scannigan**
                            last edited by

                            @__Scannigan__

                            <feature supported="carousel">
                              <carousel name="systemcarousel">
                                <type>vertical</type>
                                <pos>0.010 0.020</pos>
                                <size>0.300 0.890</size>
                                <color>FFFFFF00</color>
                                <logoScale>1.8</logoScale>
                                <logoSize>0.125 0.160</logoSize>
                                <maxLogoCount>5</maxLogoCount>
                              </carousel>
                            
                              <text name="systemInfo">
                                <pos>0.010 0.930</pos>
                                <size>0.980 0.050</size>
                                <backgroundColor>FFFFFF00</backgroundColor>
                                <color>FFFFFF</color>
                                <fontPath>./_inc/font/Roboto-Light.ttf</fontPath>
                                <fontSize>0.025</fontSize>
                              </text>
                            </feature>
                            

                            That's how you do the systemCarousel and systemInfo. I'm unsure about the <feature> tag though, as I haven't tested it.

                            My ES themes: MetaPixel | Spare | Io | Indent

                            J 1 Reply Last reply Reply Quote 0
                            • J
                              jdrassa @mattrixk
                              last edited by

                              @mattrixk @Scannigan

                              When using the <feature> tag, you still need to have a <view>. See revised example below.

                              <feature supported="carousel">
                                <view name="system">
                                  <carousel name="systemcarousel">
                                    <type>vertical</type>
                                    <pos>0.010 0.020</pos>
                                    <size>0.300 0.890</size>
                                    <color>FFFFFF00</color>
                                    <logoScale>1.8</logoScale>
                                    <logoSize>0.125 0.160</logoSize>
                                    <maxLogoCount>5</maxLogoCount>
                                  </carousel>
                              
                                  <text name="systemInfo">
                                    <pos>0.010 0.930</pos>
                                    <size>0.980 0.050</size>
                                    <backgroundColor>FFFFFF00</backgroundColor>
                                    <color>FFFFFF</color>
                                    <fontPath>./_inc/font/Roboto-Light.ttf</fontPath>
                                    <fontSize>0.025</fontSize>
                                  </text>
                                </view>
                              </feature>
                              

                              That's how you do the systemCarousel and systemInfo. I'm unsure about the <feature> tag though, as I haven't tested it.

                              Get latest build of EmulationStation for Windows here

                              mattrixkM N 2 Replies Last reply Reply Quote 1
                              • mattrixkM
                                mattrixk @jdrassa
                                last edited by

                                @jdrassa Ahh, I missed that part. Cheers. I'll be doing some testing of it today to make sure my theme does it correctly.

                                My ES themes: MetaPixel | Spare | Io | Indent

                                1 Reply Last reply Reply Quote 0
                                • N
                                  Nismo @jdrassa
                                  last edited by Nismo

                                  @jdrassa For some reason, feature tag breaks my theme, all metadata stuff, gamelist parameters and sounds inside video view, are ignored, any tips?

                                  J 1 Reply Last reply Reply Quote 0
                                  • FlyingTomahawkF
                                    FlyingTomahawk
                                    last edited by

                                    @jdrassa

                                    Thanks for the sample code.
                                    I guess similar needs to be done with the video code right?

                                    Oh and btw. the maxSize tag for video worked like a charm. Now vertical shooter videos are having the right aspect ratio.

                                    J 1 Reply Last reply Reply Quote 0
                                    • J
                                      jdrassa @Nismo
                                      last edited by

                                      @Nismo
                                      Are you using the latest build? The feature tag is a newer addition that allows for backward compatibility for themes. If the version of EmulationStation you are running doesn't support it, then it will be ignored.

                                      Get latest build of EmulationStation for Windows here

                                      1 Reply Last reply Reply Quote 1
                                      • J
                                        jdrassa @FlyingTomahawk
                                        last edited by

                                        @FlyingTomahawk it is not required, just recommended. Without it, your theme may break for users who haven't updated.

                                        Get latest build of EmulationStation for Windows here

                                        N 2 Replies Last reply Reply Quote 1
                                        • N
                                          Nismo @jdrassa
                                          last edited by

                                          @jdrassa Yes it's the old fieldofcows windows build, I didn't update yet. Thanks for the advice.

                                          1 Reply Last reply Reply Quote -1
                                          • N
                                            Nismo @jdrassa
                                            last edited by Nismo

                                            @jdrassa I have another question for backwards compatibility.

                                            I have video views in main.xml file but also in each theme.xml for each system, so I suppose that I need to use the feature tag on both?

                                            J 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.