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 636.0k 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.
    • screechS
      screech
      last edited by screech

      It's a themming question ;)

      As is, if you add the new element in the MIX profil, you still have the MIX + the video...
      What you do with these is purelly in the theme ;)

      Try to put Video over the MIX with "same size"
      So when you have video, the MIX is under the video... When you have no video, you will see the MIX ;)

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

        @screech, @Rion The video component can be configured to display an image automatically if no video is available using the same dimensions as the video.

        See the definition of the tag showSnapshotNoVideo in the first post here.

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

          @fieldofcows @Rion pixel theme with video support is already configured to display image if video not found, so you don't need to worry about editing theme.

          1 Reply Last reply Reply Quote 0
          • screechS
            screech
            last edited by

            @fieldofcows and @Nismo so it's cool ^^ nothing to do except scrape ;)

            (It's OK for the "path" in the XML ? It's under "game/video" ?)

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

              @screech You can put the videos where you want. Just to point the correct path on gamelist.xml.

              For example i use ./videos and ./marquees in gamelist.xml for paths, that points inside your roms folder.

              Example: <video>./videos/Super Mario Land (World) (Rev A).mp4</video>
              is the forlder roms/gb/videos

              So if you want your videos like me path must be: <Target_Value>./videos</Target_Value

              1 Reply Last reply Reply Quote 0
              • screechS
                screech
                last edited by screech

                It's a small "limitation" to UXS... Download (for now) is only in 1 directory (for both picture and video).

                That's Why I add a "tag" (like -image or -video to the rom name)

                The "path" I talk about is the "Xpath" in XML ;) Not sure if it's under :
                <game>
                <video>
                </video>
                </game>

                (and for sur don't change the target_value like ./video target_value is for the Xpath in XML file ;) not the "reel" path ;) )

                The value you want to change is
                <Source_Download_Path>%Local_Path_File%</Source_Download_Path>
                But if you change it it will not work...
                I need to create a
                <Source_Download_Path>%Local_Path_File_Custom%</Source_Download_Path>
                And add a <Source_Download_Path_Custom> to specify where to download them ;)

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

                  @screech No matter that only one directory, it's no difficult to order items by type and just copy and paste in the correct folder.

                  1 Reply Last reply Reply Quote 0
                  • E
                    ebtalk
                    last edited by

                    Are there any plans to add this to the experimental packages for Pi users to install from binary and test?

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

                      @ebtalk i'ts already added to the main retropie fork.

                      1 Reply Last reply Reply Quote 0
                      • E
                        ebtalk @capsaicin
                        last edited by ebtalk

                        @capsaicin I was using these instructions and when I type out
                        sudo sed -i 's//.*emulationstation.sh//home/pi/EmulationStation/emulationstation.sh/' /usr/bin/emulationstation

                        The \ keeps coming up as a hashtag (#) on the screen. I've tried three different keyboards and can't get the \ to come up. / works but \ doesn't. Any ideas?

                        BuZzB 1 Reply Last reply Reply Quote 0
                        • BuZzB
                          BuZz administrators @ebtalk
                          last edited by

                          @ebtalk change your keyboard layout - https://thepihut.com/blogs/raspberry-pi-tutorials/25556740-changing-the-raspberry-pi-keyboard-layout

                          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

                          1 Reply Last reply Reply Quote 1
                          • E
                            ebtalk
                            last edited by

                            Thanks @Buzz that got me going. Finally have it installed.

                            Is there a current best method for scraping videos and marquees? I didn't see any option within Universal XML scraper.

                            1 Reply Last reply Reply Quote 0
                            • screechS
                              screech
                              last edited by

                              As I say previously, I haven't added the "easy" video support in UXS.

                              But you can simply add this in you XML Profil :

                              <Element Type="Video">
                              <Source_Type>XML_Download</Source_Type>
                              <Source_Download_Path>%Local_Path_File%</Source_Download_Path>
                              <Source_Download_Tag>-video</Source_Download_Tag>
                              <Source_Download_Ext>mp4</Source_Download_Ext>
                              <Source_Value>Data/jeu/medias/media_video</Source_Value>
                              <Target_Type>XML_Path</Target_Type>
                              <Target_Path_Type>%XML_Path_File%</Target_Path_Type>
                              <Target_Value>game/video</Target_Value>
                              </Element>

                              RionR 1 Reply Last reply Reply Quote 0
                              • RionR
                                Rion @screech
                                last edited by

                                @screech I would love to see this implemented in the next release if possible 😀

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

                                1 Reply Last reply Reply Quote 0
                                • E
                                  ebtalk
                                  last edited by

                                  I have all the videos downloaded and they match my game names. Is there any quick way to include the videos in my gamelist.xml file without having to do each one manually?

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

                                    @ebtalk I have a quick way to do it but on windows, so you need to copy your gamelist.xml to windows and do the process there.

                                    Also it only works on windows 7,8 or 10.

                                    E 1 Reply Last reply Reply Quote 0
                                    • E
                                      ebtalk @Nismo
                                      last edited by

                                      @Nismo yes. I extracted the game list to a text file and put it into an excel spreadsheet.

                                      I used a concatenation formula on excel to wrap it with the video tags.

                                      I've been pasting them one by one into the xml file but there has to be a quicker way.

                                      herb_fargusH N 2 Replies Last reply Reply Quote 0
                                      • herb_fargusH
                                        herb_fargus administrators @ebtalk
                                        last edited by

                                        @ebtalk I just created a column with each tag as the header, then saved it as a CSV, then used a CSV to XML converter to generate the gamelist XML. Still a tad manual but a quick way to hack it together.

                                        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
                                        • N
                                          Nismo @ebtalk
                                          last edited by Nismo

                                          @ebtalk On windows create a new text document.

                                          Paste this code:

                                          $doc = [xml] (Get-Content -raw gamelist.xml)
                                          
                                          foreach ($gameEl in $doc.DocumentElement.game) { 
                                            # Use -replace to extract the filename without extension from the 
                                            # path contained in the <path> element.
                                            $gameName = $gameEl.path -replace '^.*/([^.]+)\..*$', '$1'
                                            # Append elements 'video' and 'marquee', but only if they don't already
                                            # exist.
                                            if ($null -eq $gameEl.video) {
                                              $gameEl.AppendChild($doc.CreateElement('video')).InnerText = "./Videos/${gameName}.mp4"
                                            }
                                            if ($null -eq $gameEl.marquee) {
                                              $gameEl.AppendChild($doc.CreateElement('marquee')).InnerText = "./Marquees/${gameName}.png"
                                            }
                                          }
                                          
                                          $writer = [System.IO.StreamWriter] "newFile.xml"
                                          $doc.Save($writer)
                                          $writer.Close()
                                          
                                          

                                          This will work for all systems if you have videos and marquees folders inside your roms folder, for example:
                                          rom/snes/videos and roms/snes/marquees

                                          or

                                          roms/megadrive/videos and roms/megadrive/marquees

                                          Or you can change the paths to fit your path for videos and marquees:

                                          "~/.emulationstation/roms/snes/Videos/${gameName}.mp4"
                                          
                                          "~/.emulationstation/roms/snes/Marquees/${gameName}.png"
                                          

                                          Save the document.

                                          Rename the extension from .txt to .ps1 for example "addvideo&marquees.ps1"

                                          Now you only need to place it inside a folder containing your gamelist.xml. (Create a backup of your gamelist.xml)

                                          Then click right mouse button on addvideo&marquees.ps1 and exec with powershell.

                                          A new file "newFile.xml" will be created with the tags.

                                          Just rename it to gamelist.xml.

                                          It takes the name from the <path> tag from your gamelist.xml, so then you need a program like fatmatch to match your videos and marquees with your rom name.

                                          Keep in mind than this will create video and marquees tags for all games in your gamelist, even if the videos or marquees doesn't exist.

                                          Also keep in mind that i have all my marquees in png format, so if you use some jpg files you will need a batch image converter or something similar...

                                          Known issue: One thing it does is cuts off remaining characters after a point.

                                          For instance. If the file name is Zany Golf (USA, Europe) (v1.1).zip

                                          The mp4 name will come back Zany Golf (USA, Europe) (v1.mp4

                                          Hope this helps. Regards.

                                          Edit: I created a new theme here: https://retropie.org.uk/forum/topic/6589/easy-way-to-add-video-and-marquees-tags-in-your-gamelist-for-video-support

                                          E 1 Reply Last reply Reply Quote 0
                                          • E
                                            ebtalk @Nismo
                                            last edited by

                                            @Nismo Life.....Saver.

                                            This is going to save me so much time. It does change your game name if you messed with that information but that takes way less time to clean up. Thanks so much.

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