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

alternating marquee images?

Scheduled Pinned Locked Moved Ideas and Development
marquee
5 Posts 2 Posters 556 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.
  • D
    dt42o
    last edited by dt42o 11 Aug 2020, 11:53 8 Nov 2020, 11:51

    im running a raspberry pie 4 in my custom cabinet me and my kids built during all this 2020 lockdown mess. also using a raspberry pie 3 with a 3.5 inch screen as a marquee/removeable-portable device. everything works almost perfect after countless hours of work on both pies but im trying to figure out how to make the marquee images alternate between different images like box arts, screenshots, individual game control setups, etc. ive tried searching these forums and around the web for something like this but all i can find is the basic, one image marquee setup that im currently using. am i expecting too much or is this possible?

    M 1 Reply Last reply 8 Nov 2020, 17:11 Reply Quote 0
    • M
      mitu Global Moderator @dt42o
      last edited by mitu 11 Aug 2020, 19:55 8 Nov 2020, 17:11

      I think the current theming capability in EmulationStation doesn't allow that - cycling images with an image placeholder. You may want to combine the images in a simple video and add the video instead of multiple images.

      D 1 Reply Last reply 8 Nov 2020, 18:06 Reply Quote 0
      • D
        dt42o @mitu
        last edited by 8 Nov 2020, 18:06

        @mitu nice. thanks. no clue why i didnt think of that myself. now im off to search how to implement that into my setup and get it working properly. im guessing it would be as easy as just swapping out the still .png files with video files right?

        M 1 Reply Last reply 8 Nov 2020, 18:18 Reply Quote 0
        • M
          mitu Global Moderator @dt42o
          last edited by 8 Nov 2020, 18:18

          It's not that simple. EmulationStation uses a gamelist.xml file to store each game details (image/desc/video/played/rating/etc.). You'd need to add a video tag, in addition to the existing image tag, and add the path to the video. Each system (rom folder) has its own gamelist.xml, which you can find under \\retropie\configs\all\emulationstation\gamelists.

          Here's an example entry for a game with video/image/marquee (artwork is saved under the media sub-folder of the system folder, but you can save it anywhere, as long as the path is correct).

                <game>
                          <path>./King of Fighters R-2 - Pocket Fighting Series (World) (En,Ja).zip</path>
                          <name>King of Fighters - R-2 (World)(En,Ja)</name>
                          <desc>Using again the J..</desc>
                          <image>./media/screenshots/King of Fighters R-2 - Pocket Fighting Series (World) (En,Ja).png</image>
                          <video>./media/videos/King of Fighters R-2 - Pocket Fighting Series (World) (En,Ja).mp4</video>
                          <marquee>./media/marquees/King of Fighters R-2 - Pocket Fighting Series (World) (En,Ja).png</marquee>
                          <rating>0.8</rating>
                          <releasedate>19990101T000000</releasedate>
                          <developer>SNK</developer>
                          <publisher>SNK</publisher>
                          <genre>Action</genre>
                          <players>2</players>
                          <kidgame>true</kidgame>
                          <playcount>4</playcount>
                          <lastplayed>20200320T195703</lastplayed>
                  </game>
          D 1 Reply Last reply 8 Nov 2020, 19:45 Reply Quote 0
          • D
            dt42o @mitu
            last edited by 8 Nov 2020, 19:45

            @mitu thank you very much sir. you have helped me thru this entire project without knowing it seeing as how this is my first post and i have been living in these forums back in April when i started this. this was the only time that i have been completely stumped but i knew if i got on these forums it would be you that showed me whats up.

            1 Reply Last reply Reply Quote 0
            5 out of 5
            • First post
              5/5
              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.

              This community forum collects and processes your personal information.
              consent.not_received