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

    Looking for testers for ES Video Preview on Raspberry Pi

    Scheduled Pinned Locked Moved Ideas and Development
    emulationstatiovideotheme
    171 Posts 17 Posters 91.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.
    • GtBFilmsG
      GtBFilms
      last edited by

      said in Looking for testers for ES Video Preview on Raspberry Pi:

      Make executable and replace the original ES

      chmod +x emulationstation
      cp emulationstation /opt/retropie/supplementary/EmulationStation/

      Hi,

      I got to this step (6) and on my install it fails, turns out this was because the directory doesn't have capital letters, also I didn't have sufficient permission?

      So I used:

      sudo cp emulationstation /opt/retropie/supplementary/emulationstation/

      and it worked.

      However got stumped on step 7, as I'm not sure what I'm editing?

      I tried putting the oldroom theme (entire oldroom directory) into \etc\emulationstation\themes using WinSCP but don't have permission.

      Sorry.

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

        @GtBFilms said in Looking for testers for ES Video Preview on Raspberry Pi:

        However got stumped on step 7, as I'm not sure what I'm editing?
        I tried putting the oldroom theme (entire oldroom directory) into \etc\emulationstation\themes using WinSCP but don't have permission.

        Thanks for pointing out the error in the capitalisation. I'll fix that.

        You're on the right track - using oldroom is what I would recommend is it looks fantastic and shows what the video preview can do.

        Try downloading the oldroom theme to the home directory and then using the following command:

        sudo cp -r ~/oldroom /etc/emulationstation/themes
        
        GtBFilmsG 1 Reply Last reply Reply Quote 0
        • GtBFilmsG
          GtBFilms @fieldofcows
          last edited by GtBFilms

          @fieldofcows Thanks for that, I managed to get a copy of the oldroom theme onto my pi now.

          It appears as a selectable theme now:

          0_1481163421693_IMG_20161208_021433.jpg

          But unfortunately when selected, it's a bit sparse!

          0_1481163442947_IMG_20161208_021448.jpg

          I thought this might be a permissions issue so I went and chmod +rw everything I could find in /etc/emulationstation/themes but that didn't fix it.

          The oldroom/mame/art directory contains:
          bg.jpg
          borders.png
          scanlines.png
          static.mp4
          system_art.jpg
          system.svg

          ...and the images look fine.

          Ah, when I shut down, I'm getting a load of error messages flashing up briefly saying "Unknown element of type 'video'!"

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

            @GtBFilms No problems with the theme. That is the detailed view, that is not finished.

            To get the theme working properly, you need to have almost one video for one game in each system, and of course the correct path in the gamelist.xml.

            If ES detects one game with video then automatically changes to video view, and load the theme.

            GtBFilmsG 1 Reply Last reply Reply Quote 0
            • GtBFilmsG
              GtBFilms @Nismo
              last edited by GtBFilms

              @Nismo Ah, that makes sense, sorry for being dumb!

              I'll stick some videos in!

              Thanks!

              N 2 Replies Last reply Reply Quote 0
              • N
                Nismo @GtBFilms
                last edited by Nismo

                @GtBFilms Anyway i notice you select "arcade", there is no arcade system on my theme, in my theme there is mame system or neo geo system so change your settings for arcade system in es_systems.cfg or rename the folder mame to arcade inside oldroom folder.

                If not you still no theming on arcade system.

                Or simply copy mame folder and paste inside oldroom theme and rename to arcade, that way you still have mame folder and arcade folder.

                The theme still work in progress and i'm concentrated on video view, that's because detailed view looks ugly.

                Don't forget the paths in game list like this example for each game:

                <video>~/.emulationstation/roms/mame/videos/1944.mp4</video>
                <marquee>~/.emulationstation/roms/mame/marquees/1944.png</marquee>
                
                

                Marquee is not neccessary for theme to work.

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

                  @GtBFilms Also be sure you have the latest version of theme: http://www.mediafire.com/file/jzkfqe796w00qij/oldroom_1.6_720p.zip

                  You can see if it's the latest version opening with text editor themes>oldroom>oldroom.xml on top you can see version and must be 1.6.

                  GtBFilmsG 1 Reply Last reply Reply Quote 0
                  • B
                    Bluescreen
                    last edited by

                    it works fine
                    i can´t find any bugs.
                    The only thing ist my pi goes overheating
                    The temperature at the video preview is 76.9'C

                    sorry for my bad english ;)

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

                      @Bluescreen Thanks for testing.

                      The only thing ist my pi goes overheating
                      The temperature at the video preview is 76.9'C

                      Wow! What RPi are you testing on? Has it been overclocked? What codec do your videos use and what size are they?

                      1 Reply Last reply Reply Quote 0
                      • GtBFilmsG
                        GtBFilms @Nismo
                        last edited by GtBFilms

                        @Nismo

                        Thanks for your help, I now have this working on my Rpi3!

                        My problems were twofold:

                        i) I was being a dumbass last night and using the wrong SD card - which didn't have the updated version of Emulationstation on it - doh! (it was too late at night and I had had a few drinks, sorry)

                        ii) Using the arcade folder was still causing me problems, despite making a copy of the mame folder in oldroom called 'arcade', I got the oldroom theme to display, but it still wasn't finding the video clips for some reason. I gave up on the arcade folder, and just moved my ROMS to the mame-libretro folder as you have on yours, edited the appropriate gamelist.xml in /home/pi/.emulationstation/gamelists/mame-libretro/gamelist.xml to add in the <video> and <marquee> tags pointing to the appropriate mp4 and jpg files (which I placed in a video and marquee directories in my roms folder) and it all worked!

                        0_1481242484130_romsfolder.jpg

                        0_1481242314030_IMG_20161209_000238.jpg

                        0_1481242366554_IMG_20161209_000228.jpg

                        0_1481242372090_IMG_20161209_000222.jpg

                        Awesome work, thanks!

                        For the record, my rPi is in a case like this:

                        0_1481243112399_pi_case.jpg

                        with a copper heatsink on the cpu:

                        0_1481243139292_heatsink.jpg

                        It's not overclocked.

                        ...with the case lid closed, it's running at 65 - 70 degrees centigrade when running the video preview system (ambient room temp is about 20C)

                        My video clips are all 240 x 320 clips from Emumovies.com

                        The whole menu is running pretty smooth, no noticeable pauses.

                        I'll try it with a bunch more roms and video clips over the weekend, my test setup has a smallish set of roms (about 150) that benefit from a 4-way controller.

                        N 1 Reply Last reply Reply Quote 1
                        • B
                          Bluescreen
                          last edited by Bluescreen

                          i use the x264 codec with 640x480 for all videos. I have the same case and no overclocking.
                          now with heatsink 65-70´C

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

                            @GtBFilms Nice, i'm happy you finally you got it working, when I have time I want to make a little tutorial to automate the process for the gamelist and I want to upload optimized art that fix in the theme.

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

                              New little update for oldroom theme:

                              • added Game boy system.
                              • added Game boy Color system. (I need better gbc image for this theme).
                              • Fixed detailed view.

                              Somebody have a Game boy Color and can make a photo holding it in his hand?

                              Now detailed view looks this way :

                              alt text

                              Download: http://www.mediafire.com/file/ur2k9sbp2ua6yn9/oldroom_1.7_720p.zip (Recommended for Rpi)

                              1080p version: http://www.mediafire.com/file/vvylrsgh8waqkkk/oldroom_1.7_1080p.zip

                              Sorry @fieldofcows this time i didn't have time to provide an 800x600 fix but i'll do soon.

                              I can't make work marquee on top of "rating" on detailed view, i'm not sure if can't be possible on detailed view or it's my fault.

                              Enjoy.

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

                                @Nismo said in Looking for testers for ES Video Preview on Raspberry Pi:

                                I can't make work marquee on top of "rating" on detailed view.

                                Marquee was something I added for the video view. Maybe it makes sense to support this in the detailed view as well.

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

                                  @fieldofcows If it's not difficult to implement, would be a great idea for theming possibilities.

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

                                    @fieldofcows

                                    Ultra fast update:

                                    • Fixed gbc system_art image was not in 720p for 720p version..
                                    • Fixed gbc system_art image was not in optimized for 1080p version.

                                    Download 720p (recommended for Rpi): http://www.mediafire.com/file/j91ai4widytm076/oldroom_1.7b_720p.zip

                                    Download 1080p: http://www.mediafire.com/file/er1q5xuyhqecqjp/oldroom_1.7b_1080p.zip

                                    Enjoy.

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

                                      @fieldofcows when i have time i'll open a new thread for the theme so i don't need to post the themes in your thread.

                                      Can you link the oldroom theme thread in the first post when it's done ?

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

                                        @Nismo said in Looking for testers for ES Video Preview on Raspberry Pi:

                                        Can you link the oldroom theme thread in the first post when it's done ?

                                        Yes, no problem.

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

                                          Seeing as we've had a couple of testers now and I've performed a good amount of testing myself (including a 8 hour soak test of playing videos non-stop) I've submitted a PR to RetroPie ES for this change.

                                          If this get's pulled into the mainline ES for RetroPie then hopefully we'll see even more themes with video support :)

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

                                            @fieldofcows Nice, I hope you have no problem and your commits can be merged, but if not don't worry, i'll port any theme people want to video support if creator give me permission.

                                            It's not difficult and it's relatively fast to do.

                                            1 Reply Last reply Reply Quote 2
                                            • 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.