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 618.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.
    • fieldofcowsF
      fieldofcows @Nismo
      last edited by

      @Nismo No worries. I've just made a change to the metadata handling to store the original path from the gamelist file along with the resolved path in order to be able to write it back out without modification. I'll keep it on standby for the time being and if you encounter any more problems with paths I can test it then commit it. It will use a bit more memory to store the extra paths but I doubt that's a problem.

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

        @fieldofcows Ok, thank you very much, i don't like my mistakes. I'm preparing one file to send to you later to your mail (maybe in a hour or so).

        My email is jos75x so if you see some message is from me.

        1 Reply Last reply Reply Quote 0
        • fieldofcowsF
          fieldofcows @Nismo
          last edited by

          @Nismo said in Video Preview in EmulationStation:

          set default sound when switching between system

          I don't quite understand what you mean by this. Do you want to be able to define a sound that plays when you scroll through the systems on the system view? Or when you perform a system switch when viewing a system? If so, where do you want the sound to be defined?

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

            @fieldofcows something like this on system view:

            <view name="system">
            	
                    <systemSound>./art/system.wav</systemSound>
            </view>
            

            I want to hear a click sound or something when switch systems in system view, i whould like when you perform a system switch when viewing a system too, but maybe that is more complicated.

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

              @fieldofcows mail sended, sorry for the delay.

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

                even a different music for each system would be a good idea

                R N 2 Replies Last reply Reply Quote 0
                • R
                  robertybob @cyrax3
                  last edited by

                  @cyrax3 Doesn't Recalbox do something like that?

                  1 Reply Last reply Reply Quote 0
                  • Z
                    Zigurana
                    last edited by

                    It does exactly that. Background music is a themable element, wich can differ per system.

                    If tetris has thought me anything, it's that errors pile up and that accomplishments dissappear.

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

                      recalbox have this feauture...but i'm on windows and there isn't

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

                        @cyrax3 said in Video Preview in EmulationStation:

                        even a different music for each system would be a good idea

                        Yes but if you doesn't use videos, will be a chaos if you hear the background music and video snap music of each game at same time.

                        C 1 Reply Last reply Reply Quote 1
                        • C
                          cyrax3 @Nismo
                          last edited by cyrax3

                          @Nismo said in Video Preview in EmulationStation:

                          @cyrax3 said in Video Preview in EmulationStation:

                          even a different music for each system would be a good idea

                          Yes but if you doesn't use videos, will be a chaos if you hear the background music and video snap music of each game at same time.

                          i refer to the first menu when emulationstation launches, the system menu not the selection roms menu...good idea is navigate on system menu with backgroud music of each system (es. nes with a mario music theme, master system with sonic music theme) and when you chose a system stop the music backround and go to a selection rom menu with a video snap...i hope my english is good i'm italian

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

                            @cyrax3 your english is better than mine...XD

                            Yes it's a good idea but i don't know how easy could be to code the "stop music" when change from sytem view to basic , detailed or video views.

                            I like too. Could be a <systemmusic> tag inside system view.

                            Of course you can't use this in main xml but you can use in the theme.xml for each system.

                            Whould be nice if it can read .ogg format for music. Great compromise between quality and space.

                            PD: I'm wondering if Rpi can handle all of this things, we need to test it.

                            fieldofcowsF 1 Reply Last reply Reply Quote 0
                            • fieldofcowsF
                              fieldofcows @Nismo
                              last edited by

                              @Nismo I've added the option to play a sound when scrolling through the system list. As usual, I've had no time to test this so am relying on you to find issues... Hopefully there will be none :)

                              https://github.com/fieldofcows/EmulationStation/releases/tag/v0.1-beta.7

                              Add this to your system view:

                                  <sound name="systemSound">
                                     <path>./art/listscroll.wav</path>
                                  </sound>
                              

                              I wonder if I can use the existing VLC integration in ES to play audio files on the system view and on individual system lists. It's worth experimenting with. I don't see a problem playing audio and stopping it whenever a non-default video preview is playing.

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

                                @fieldofcows Very happy to hear that!! I'll try it just now. Good work.

                                At the moment i finished snes and sega cd themes and i just finished dreamcast background (I love this one, take time but it's so cool), only need to move video, image, scanlines, etc... lol

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

                                  @fieldofcows it's working perfect!!! thank you.

                                  Can you make it work when quickchange systems?

                                  Anyway now is a lot of better feeling when swapping systems in system view. Very nice and quick commit.

                                  fieldofcowsF * 2 Replies Last reply Reply Quote 0
                                  • fieldofcowsF
                                    fieldofcows @Nismo
                                    last edited by

                                    @Nismo said in Video Preview in EmulationStation:

                                    Can you make it work when quickchange systems?

                                    Maybe. I only had 1/2 hour spare yesterday hence the quick fix and quick commit. I'll take a look maybe tonight.

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

                                      @fieldofcows said in Video Preview in EmulationStation:

                                      By mapping my P: drive to the root folder of ES I can get the double backslash when launching games though. That should be easy to fix.

                                      Can you take a look at this when you have some freetime please?

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

                                        @fieldofcows New theme update. Delete old theme before install the new one.

                                        Changelog:

                                        • Snes theme finished.

                                        • Sega CD theme finished.

                                        • Added new sound when swapping between systems (thanks fieldofcows).

                                        • Fixed a lot of system logos difficult to see in video view because the dark background.

                                        • Fixed consoles wheel art scaling was stretching.

                                        • Added new dreamcast theme.

                                        • uhmm don't remember...

                                        WARNING:

                                        Now this theme has more than 10 system so it can cause white screen of death, i can't test because i don't have Rpi so be careful.

                                        @fieldofcows maybe you can test this because you are the only one at this moment that has a Rpi build of beta 6.

                                        White screen of death info here: https://github.com/retropie/retropie-setup/wiki/themes#white-screen-of-death

                                        If you have a white screen you solve by doing some of these:

                                        • Switch your theme to any Carbon, Pixel, Eudora, Turtle-Pi, or Canela variant.
                                        • Remove some systems.
                                        • Increase your GPU/CPU split

                                        Download

                                        oldroom theme 1080p: http://www.mediafire.com/file/q93fi79x7h89nx9/oldroom_1.6_1080p.zip

                                        oldroom theme 720p (Recommended for Rpi): http://www.mediafire.com/file/jzkfqe796w00qij/oldroom_1.6_720p.zip

                                        Both of them includes fix for 800x600.

                                        Video preview:

                                        Enjoy!!.

                                        RionR fieldofcowsF 2 Replies Last reply Reply Quote 2
                                        • RionR
                                          Rion @Nismo
                                          last edited by

                                          @fieldofcows I wonder if the white screen of death can be solved? This has been an issue since forever.

                                          FBNeo rom filtering
                                          Mame2003 Arcade Bezels
                                          Fba Arcade Bezels
                                          Fba NeoGeo Bezels

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

                                            @fieldofcows I have some questions...

                                            • Are you planning to include music for eachsystem in system view? if yes, maybe whould be a good idea to add option for disable background music in sound settings.

                                            • In my theme i have to respect some image box sizes to be a little more realistic, but some images are a bit small, for example zxspectrum cassette or dreamcast cd. ( I don't want to do a casstette bigger than a zx spectrum or half a tv).
                                              I'ts possible to add a preview image mode by pressing (or pressing and hold) Y button (for example) inside video view to preview zoomed image in screen?

                                            Something like this:

                                            <view name="video">
                                            
                                                    <imagepreview>
                                            		<origin>0 0</origin>
                                            		<pos>0.5 0.5</pos>
                                            		<maxSize>0.5 0.5</maxSize>
                                            	</imagepreview>
                                            		
                                            </view>
                                            

                                            And the result when you press Y button:

                                            image preview

                                            What do you think? i think this request whould be hard to do, but dreaming it's free.

                                            Regards.

                                            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.