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

[Video Screensaver] Retropie-Themed Screensaver

Scheduled Pinned Locked Moved Projects and Themes
screensavervideoes screensaveres videoretropie themed
21 Posts 9 Posters 14.6k 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.
  • P
    pjft @SuperFromND
    last edited by 23 Jun 2017, 11:06

    @SuperCatFooz Thanks!

    By the way, I downloaded the pack but couldn't see which of the videos you suggest using as screensaver - they all look better suited as intro splash videos, or which one are you referring to?

    Still, very well done videos, thanks for putting them together :)

    S 1 Reply Last reply 23 Jun 2017, 15:03 Reply Quote 0
    • S
      SuperFromND @pjft
      last edited by 23 Jun 2017, 15:03

      @pjft Oh, I messed up the download link, LOL.
      It's supposed to link to this isolated MP4. Fixed.

      ▲▼▲▼▲▼▲▼▲▼
      IKEMEN Go
      SRB2Kart
      ▼▲▼▲▼▲▼▲▼▲

      1 Reply Last reply Reply Quote 1
      • C
        cyperghost @pjft
        last edited by cyperghost 9 Oct 2017, 15:02 8 Sept 2017, 19:59

        @pjft said in [Video Screensaver] Retropie-Themed Screensaver:

        Just to clarify, this is effectively a workaround for people who don't have videos in their metadata, to add a single video for the screensaver purpose. This way a random video out of a collection of one will always be the same.

        It might be important to clarify that to manage other people's expectations :)

        Thanks for sharing it!

        Even if this thread is very old ... I comment just for completeness to the topic...

        If you follow my code blocking here then all videos are played in an endless loop. It is important to use tags of <game> and <video>
        In this thread is also a nice collection of screensavers available!

        All in all a nice hack ;) and thanks for sharing ;)

        <game><path /><video>/home/pi/RetroPie/screensavers/Tetris (NES) Screensaver for RetroPie.mp4</video></game>
        
        1 Reply Last reply Reply Quote 1
        • T
          TitQuentin
          last edited by 9 Sept 2017, 11:51

          Hi All !

          I try to install screensaver but I result a Black Screen.
          I have emulationstation v2.6.2RP and i put a video in "/home/Pi/RetroPie/Screensavers/The Legend of Zelda (SNES) Screensaver for RetroPie.mp4"

          Here my gamelist.xml

          My config in Emulation Station :

          UI Settings

          • Screensaver after : 1m
          • Screensaver behavior : Random Video
          • Gamelist View Style : Detailed

          Video Screensaver Settings :

          • Swap Video after 30s
          • Use OMX Player for Screensaver ON
          • Screensaver Controls ON
          • Show Game info on Screensaver NEVER
          • Strech Video on Screensaver OFF

          Other Settings :

          • Vram Limit 120mb
          • Power Saver Mode DISABLE
          • Use OMX Player (HW Accelerated) ON

          Thank for help guys!

          TitQuentin ;)

          S C 2 Replies Last reply 9 Sept 2017, 21:35 Reply Quote 0
          • S
            SuperFromND @TitQuentin
            last edited by SuperFromND 9 Sept 2017, 22:36 9 Sept 2017, 21:35

            @titquentin Hmm, try disabling OMX Player.
            I had a similar issue with ProgettoSnaps video clips, probably due to the way they're encoded, and disabling OMX seemed to fix it.

            ▲▼▲▼▲▼▲▼▲▼
            IKEMEN Go
            SRB2Kart
            ▼▲▼▲▼▲▼▲▼▲

            T 1 Reply Last reply 10 Sept 2017, 07:31 Reply Quote 0
            • C
              cyperghost @TitQuentin
              last edited by cyperghost 9 Oct 2017, 15:03 9 Sept 2017, 21:47

              @titquentin Did you check case sensitivity on your commands? This is mandatory for right use. In my config I setted video in head of the xml files... but this isn't the keyfault imho :)

              <?xml version="1.0"?>
              <gameList>
              
              <game><path /><video>/home/pi/RetroPie/screensavers/Tetris (NES) Screensaver for RetroPie.mp4</video></game>
              
                  <game>
                      <path>./retronetplay.rp</path>
                      <name>RetroArch Net Play</name>
                      <desc>Set up RetroArch Netplay options, choose host or client, port, host IP, delay frames, and your nickname.</desc>
                      <image>/home/pi/RetroPie/retropiemenu/icons/retronetplay.png</image>
                  </game>
              
              1 Reply Last reply Reply Quote 0
              • T
                TitQuentin @SuperFromND
                last edited by 10 Sept 2017, 07:31

                Hi guys ! Thx for your reply! ^^

                @supercatfooz

                I'm trying to disable OMX player but doesn't fix my problem...

                @cyperghost

                I check my case sensitivy on my commands. Everything is correct.
                I also try to download your video "vidscreen.mp4" but I still have a black screen.

                alt text
                alt text

                Here 3 pictures of ES :
                https://img11.hostingpics.net/pics/53723520170910091740.jpg
                https://img11.hostingpics.net/pics/33370220170910091754.jpg
                https://img11.hostingpics.net/pics/62140920170910091810.jpg

                B 1 Reply Last reply 5 Feb 2018, 22:29 Reply Quote 0
                • G
                  Graphicsgod
                  last edited by 10 Sept 2017, 09:17

                  Thank you guys for figuring this out for me!! Now I have a (just one) working screensaver on my EmulationStation!! You guys are awesome!

                  Now if I wanted to add more videos to my screensaver, all I have to do is add more lines for the video links right?

                  Ex.

                  <game>
                  <video>/home/pi/RetroPie/screensavers/video_01.mp4</video>
                  <video>/home/pi/RetroPie/screensavers/video_02.mp4</video>
                  <video>/home/pi/RetroPie/screensavers/video_03.mp4</video>
                  </game>
                  
                  G C 2 Replies Last reply 10 Sept 2017, 09:19 Reply Quote 0
                  • G
                    Graphicsgod @Graphicsgod
                    last edited by 10 Sept 2017, 09:19

                    Also is it possible to disable background music playing while screensaver is playing?? I have mine set to low volume, but even when the screensaver plays, I can still barely hear it. Or not currently possible..

                    1 Reply Last reply Reply Quote 0
                    • C
                      cyperghost @Graphicsgod
                      last edited by cyperghost 9 Oct 2017, 10:46 10 Sept 2017, 09:35

                      @graphicsgod Well ...
                      I made suggestion here - I doubt that only one game tag can include several videos.

                      Yes it is possible to disable background music - that's not difficult in theorie.
                      via pgrep-command look if there is a instance of omxplayer running.
                      If yes then STOP background player, if not then CONT player.... it will work fine with mpg123 as mp3 player ;) Then just check the state every 1s ... but this is by no means effective!

                      1 Reply Last reply Reply Quote 0
                      • B
                        blonqe @TitQuentin
                        last edited by 5 Feb 2018, 22:29

                        @titquentin did you ever get this working? im also just getting a black screen

                        1 Reply Last reply Reply Quote 0
                        • AnalogHeroA
                          AnalogHero
                          last edited by 7 Feb 2018, 11:25

                          @blonqe I also never got this working. For me it seems that the gamelist.xml from the retropie menu doesnt get parsed for videos. What i did is to put the video tags to actual games, for example snes. You can even do this in ES: Select a game, choose to edit this games metadata, and put the full path in the video line.

                          B 1 Reply Last reply 7 Feb 2018, 13:20 Reply Quote 0
                          • B
                            blonqe @AnalogHero
                            last edited by 7 Feb 2018, 13:20

                            @analoghero

                            Thanks for getting back to me, did you have to rename the video files to match the game you were editing?

                            1 Reply Last reply Reply Quote 0
                            • AnalogHeroA
                              AnalogHero
                              last edited by AnalogHero 2 Jul 2018, 13:32 7 Feb 2018, 13:29

                              @blonqe No. I named them a bit shorter and all lowercase. sonic.mp4 marioworld.mp4 castlevania.mp4 and so on. I put them in /home/pi/RetroPie/screensavers/. Note that if you do it this way, it will launch the game you attached the video to if you press the a button during the screensaver is displayed.

                              B 1 Reply Last reply 7 Feb 2018, 13:55 Reply Quote 0
                              • B
                                blonqe @AnalogHero
                                last edited by 7 Feb 2018, 13:55

                                @analoghero said in [Video Screensaver] Retropie-Themed Screensaver:

                                @blonqe No. I named them a bit shorter and all lowercase. sonic.mp4 marioworld.mp4 castlevania.mp4 and so on. I put them in /home/pi/RetroPie/screensavers/. Note that if you do it this way, it will launch the game you attached the video to if you press the a button during the screensaver is displayed.

                                Thanks @AnalogHero

                                I opened my own thread on the situation too and finally came to the same conclusion.

                                [https://retropie.org.uk/forum/topic/16228/screensavers-not-working-just-black-screen]

                                Working now though so I nearly have my setup as I want it :)

                                Cheers

                                1 Reply Last reply Reply Quote 0
                                • C
                                  cyperghost @pjft
                                  last edited by cyperghost 2 Sept 2018, 08:40 9 Feb 2018, 08:28

                                  @pjft said in [Video Screensaver] Retropie-Themed Screensaver:

                                  Just to clarify, this is effectively a workaround for people who don't have videos in their metadata, to add a single video for the screensaver purpose. This way a random video out of a collection of one will always be the same.

                                  Sad but true! The latest version of ES that was able to handle this neat hack is/was ES 2.6.2

                                  All version > 2.6.2 - the videos have to be linked to real existing ROM files!
                                  You may use the old binary provided here - use at your own risk and you'll miss some new features like KIOS mode and preselection of game system!

                                  1 Reply Last reply Reply Quote 0
                                  • D
                                    dsstrainer
                                    last edited by dsstrainer 22 Jul 2018, 03:23

                                    Spent hours and learned the hard way that you can't add it to the retropie/gamelist.xml anymore in 2.7.5
                                    But you can add it to any other system gamelist.xml that has roms
                                    Really needs a default folder as an option but for now just add the tag to any of your system gamelists

                                    I don't use videos in ES because of the extreme heat
                                    But I link 5 videos without names/paths to be discovered by the random video screensaver by simply adding it to the bottom of the nes/gamelist.xml file

                                    <gameList>
                                        <game><video>/home/pi/RetroPie/splashscreens/ss1.mp4</video></game>
                                        <game><video>/home/pi/RetroPie/splashscreens/ss2.mp4</video></game>
                                        <game><video>/home/pi/RetroPie/splashscreens/ss3.mp4</video></game>
                                        <game><video>/home/pi/RetroPie/splashscreens/ss4.mp4</video></game>
                                        <game><video>/home/pi/RetroPie/splashscreens/ss5.mp4</video></game>
                                        ....
                                    </gameList>
                                    

                                    Works perfect every time and oddly don't overheat the pi while playing.

                                    RetroPie v4.2 • RPi3 Model B • 5.1V 2.5A PSU • 8GB SanDisk class 10 microSD • 16GB External USB Thumb Drive
                                    Roms, images and configs stored in USB and symlinked from normal microsd location
                                    Xarcade Keyboard encoder + Zero Delay Joystick encoder

                                    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.

                                      [[user:consent.lead]]
                                      [[user:consent.not_received]]