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

[Theme] Art Book

Scheduled Pinned Locked Moved Projects and Themes
themethemesthemes with vidtheming
384 Posts 72 Posters 297.1k 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.
  • V
    VrilDOX
    last edited by 29 Jan 2021, 04:51

    Add Atomiswave, please!

    A 2 Replies Last reply 7 Feb 2021, 14:36 Reply Quote 0
    • A
      alphatoanant @VrilDOX
      last edited by alphatoanant 2 Jul 2021, 14:36 7 Feb 2021, 14:36

      @vrildox I'll look at adding Atomiswave in the next week or so

      My RetroPie Themes:
      Art Book https://github.com/anthonycaccese/es-theme-art-book
      Art Book Next https://github.com/anthonycaccese/art-book-next-retropie
      TFT https://github.com/anthonycaccese/es-theme-tft

      1 Reply Last reply Reply Quote 0
      • A
        alphatoanant @REK607
        last edited by 7 Feb 2021, 14:37

        @rek607 I had looked at this in the past and it caused some performance issues if I remember so I dropped it until I could find time to dive deeper into it. Sadly I haven't had time to revisit it. I don't think there is a way in retropie yet to add this as a configurable option.

        My RetroPie Themes:
        Art Book https://github.com/anthonycaccese/es-theme-art-book
        Art Book Next https://github.com/anthonycaccese/art-book-next-retropie
        TFT https://github.com/anthonycaccese/es-theme-tft

        1 Reply Last reply Reply Quote 1
        • A
          alphatoanant @VrilDOX
          last edited by 9 Feb 2021, 15:16

          @vrildox atomiswave has been added =)

          My RetroPie Themes:
          Art Book https://github.com/anthonycaccese/es-theme-art-book
          Art Book Next https://github.com/anthonycaccese/art-book-next-retropie
          TFT https://github.com/anthonycaccese/es-theme-tft

          V 1 Reply Last reply 19 Feb 2021, 04:42 Reply Quote 1
          • V
            VrilDOX @alphatoanant
            last edited by 19 Feb 2021, 04:42

            @alphatoanant thanks man, thanks for your attention and for making my day better, in the near future when it is better for me i will support the project!

            1 Reply Last reply Reply Quote 0
            • A
              anderocha
              last edited by anderocha 13 Mar 2021, 14:51

              alt text

              Hello guys!
              I would like your help to make 2 changes.

              1. Remove the metadata information
              2. Use a .PNG for the gameplay image

              It's possible?
              If so, could someone give me a light?

              C 1 Reply Last reply 13 Mar 2021, 15:04 Reply Quote 0
              • C
                cnoto @anderocha
                last edited by 13 Mar 2021, 15:04

                @anderocha yes this is possible. It can be done by editing the theme.xml file within the theme. You can edit this file using a texteditor program. I would check out the info to give you a clearer picture of what you are looking at.

                https://retropie.org.uk/docs/EmulationStation-Advanced-Theming/

                To erase the metadata you would erase the code pertaining to the data you want to eliminate.

                The video can be replaced switching out the code pointing to a video with code referring to your screenshot.

                Does this make sense?

                A 2 Replies Last reply 13 Mar 2021, 15:17 Reply Quote 0
                • A
                  anderocha @cnoto
                  last edited by 13 Mar 2021, 15:17

                  @cnoto First of all, thank you very much for the support! It has already cleared ...

                  I opened theme.xml but I didn't find these two codes that I need to change ...

                  Would you have the lines referring to metadata and replacing the video with the image?

                  1 Reply Last reply Reply Quote 0
                  • A
                    anderocha @cnoto
                    last edited by 13 Mar 2021, 15:19

                    @cnoto About video, I found these lines here:

                    <video name="md_video">
                    <origin>0.5 0.5</origin>
                    <pos>0.540625 0.705555555555556</pos>
                    <maxSize>0.25 0.3333333333333333</maxSize>
                    <delay>0</delay>
                    <default>./_inc/videos/static.mp4</default>
                    <showSnapshotNoVideo>false</showSnapshotNoVideo>
                    <showSnapshotDelay>false</showSnapshotDelay>
                    </video>

                    C 1 Reply Last reply 13 Mar 2021, 17:11 Reply Quote 0
                    • C
                      cnoto @anderocha
                      last edited by 13 Mar 2021, 17:11

                      @anderocha im away from my computer right now, but can hop on in a bit to give some more detailed advice.

                      From a high level, you can take the size and position data from the video related code you shares and create an entry in the “detailed” section of the code to add an entry for the screenshot.

                      C 1 Reply Last reply 13 Mar 2021, 18:03 Reply Quote 0
                      • C
                        cnoto @cnoto
                        last edited by 13 Mar 2021, 18:03

                        @anderocha To add more color, add the following code to the detailed section (under <view name="detailed">) in the theme.xml file.

                        <image name="md_image">
                        <origin>0.5 0.5</origin>
                        <pos>0.540625 0.705555555555556</pos>
                        <maxSize>0.25 0.3333333333333333</maxSize>
                        </image>

                        Then go to the main menu in emulation station (by pressing start) and choose UI Settings, then Gamelist View Style and choose detailed.

                        A 1 Reply Last reply 13 Mar 2021, 18:22 Reply Quote 0
                        • A
                          anderocha @cnoto
                          last edited by 13 Mar 2021, 18:22

                          @cnoto I have these 3 options:

                          <view name = "basic">

                          <view name = "detailed, video">

                          <view name = "video">

                          C 1 Reply Last reply 13 Mar 2021, 18:51 Reply Quote 0
                          • C
                            cnoto @anderocha
                            last edited by 13 Mar 2021, 18:51

                            @anderocha

                            I removed the video from my detailed, video section as I knew I wouldn’t use the video, but you can leave it as is. This just means the code below will apply to both. In short, add the text I included in the last post in the detailed, video section.

                            A 1 Reply Last reply 13 Mar 2021, 19:06 Reply Quote 0
                            • A
                              anderocha @cnoto
                              last edited by 13 Mar 2021, 19:06

                              @cnoto in my current theme.xml I have these lines:

                              <image name = "md_image">
                              <origin> 0.5 0.5 </origin>
                              <pos> 0.540625 0.705555555555556 </pos>
                              <maxSize> 0.25 0.3333333333333333 </maxSize>
                              </image>

                              in this case, to use the image instead of the video, do I substitute these lines that you informed me about?

                              C 1 Reply Last reply 13 Mar 2021, 19:20 Reply Quote 0
                              • C
                                cnoto @anderocha
                                last edited by 13 Mar 2021, 19:20

                                @anderocha What do you see when you follow these instructions?

                                Then go to the main menu in emulation station (by pressing start) and choose UI Settings, then Gamelist View Style and choose detailed.

                                C 1 Reply Last reply 13 Mar 2021, 19:24 Reply Quote 0
                                • C
                                  cnoto @cnoto
                                  last edited by 13 Mar 2021, 19:24

                                  @anderocha If this code exists already in the detailed section, you should be able to display a screenshot from the detailed view (enabled by the instructions in the last post).

                                  Provided that you have a screenshot for each game in the screenshot folder and the correct pathway to that image in the game list.

                                  C 1 Reply Last reply 13 Mar 2021, 19:47 Reply Quote 0
                                  • C
                                    cnoto @cnoto
                                    last edited by 13 Mar 2021, 19:47

                                    @anderocha I guess I should ask, what folders are you using to store your screenshot artwork and cover artwork?

                                    A 2 Replies Last reply 13 Mar 2021, 20:03 Reply Quote 0
                                    • A
                                      anderocha @cnoto
                                      last edited by 13 Mar 2021, 20:03

                                      @cnoto The adjustment on mine for DETAILED I already did.

                                      In the games folder I have the folders below:

                                      media \ images
                                      media \ screenshot

                                      Here is a model of the gamelist:

                                      <game id = "152600" source = "ScreenScraper.fr">
                                      <path> ./Alex Kidd 3 - Curse In Miracle World.zip </path>
                                      <name> ALEX KIDD 3- CURSE IN MIRACLE WORLD </name>
                                      <desc> A DARK SPELL TRANSFORMED THE NEIGHBORHOOD REGION OF RADAXIAN INTO A BALDIO LAND. THE GREEN HANANOTANI VALLEY IS NOW FILLED WITH THOUSANDS OF DANGERS, AGGRESSIVE MONSTERS AND DESERT VILLAGES. AFTER THE DEFEAT OF TYRANE JANKEN THE GREAT, MEMBERS OF HIS GANG HAVE COME TO AVOID HIM, AND THEY DECIDED TO REDUCE THE ENTIRE MIRACLE WORLD TO SLAVERY.
                                      DISCOVER NEW LANDSCAPES, ADVANCE IN MOTOR VEHICLES, RUN THROUGH DANGEROUS MAZE MASTERS! HELP ALEX KIDD OVERCOME THIS TERRIBLE THREAT, DISCOVER WHO REALLY IS BEHIND ALL OF THIS AND BREAK THE SPELL ONCE FOR ALL. </desc>
                                      <releasedate> 20160101T000000 </releasedate>
                                      <developer> Yeti </developer>
                                      <publisher> Yeti </publisher>
                                      <genre> PLATFORM-ACTION </genre>
                                      <players> 1 </players>
                                      <image> ./media/images/Alex Kidd 3 - Curse In Miracle World.png </image>
                                      <thumbnail> ./media/screenshot/Alex Kidd 3 - Curse In Miracle World.png </thumbnail>
                                      <genreid> 257 </genreid>
                                      </game>

                                      1 Reply Last reply Reply Quote 0
                                      • A
                                        anderocha @cnoto
                                        last edited by 13 Mar 2021, 20:18

                                        @cnoto alt text

                                        C 1 Reply Last reply 13 Mar 2021, 20:24 Reply Quote 0
                                        • C
                                          cnoto @anderocha
                                          last edited by 13 Mar 2021, 20:24

                                          @anderocha What happens when you change the code we described above from md_image to md_thumbnail ?

                                          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.

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