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 233.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.
    • SpheronautS
      Spheronaut @alphatoanant
      last edited by

      @alphatoanant Your solution worked well for me.
      Can you also tell me which part of the code I need to tweak to set an individual background to the gamelist? (the screen after a player chose the system/collection)

      If you are interested I share some pics of my modified theme later.

      alphatoanantA 1 Reply Last reply Reply Quote 0
      • alphatoanantA
        alphatoanant @Spheronaut
        last edited by

        @Spheronaut to add custom background images to basic/detail/video view check out this section of theme.xml

        <view name="system,basic,detailed,video">
              <helpsystem name="help">
                 <pos>1 1</pos>
              </helpsystem>
              <image name="background" extra="true">
                 <tile>true</tile>
                 <origin>0 0</origin>
                 <pos>0 0</pos>
                 <size>1 1</size>
                 <path>./_inc/images/space.png</path>
                 <color>141414</color>
              </image>
           </view>
        

        See the <image name="background" extra="true"> property?

        What you'll likely have to do take that property and its setting and add it to this section of theme.xml..

        <view name="basic,detailed,video">
        <!-- add in here along side other properties -->
        </view>
        

        The rationale for that is you want the background on system view to remain as the dark gray and then you would override the setting on basic,detail,video only

        Let me know if that helps you get started. If you have questions on the properties under the image background node I am glad to help with those too.

        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
        • P
          peligwe
          last edited by

          Love the theme and planning on rescrapping all my games now that I have seen all the great features included. To that end, was wondering if you could add another system:

          PSP Minins

          1 Reply Last reply Reply Quote 0
          • alphatoanantA
            alphatoanant
            last edited by

            @peligwe yes that should be possible. Wondering what folder name would make sense for this. Is there one defined for psp minis already that I could use? (something like "psp-minis")

            Created a quick logo this morning using online references
            system.png

            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
            • P
              peligwe
              last edited by peligwe

              Looking good, looking great! Eager for the final result. Based on the feedback from launchingimage.s, there was no 'theme.xml' file, so I guess no 'psp-minis' folder.

              Now that I've thrown a new request into the bucket, I noticed something odd about the PSP logo. It has the registered trademark stamp. Is that required to use the logo or was it something you decided to keep?

              I only ask because you did all the theme work, not them.

              1 Reply Last reply Reply Quote 0
              • alphatoanantA
                alphatoanant
                last edited by

                Hi @peligwe, I just committed an update to the repo to add the custom theme for pspminis: https://github.com/anthonycaccese/es-theme-art-book/commit/6f5ca8924bdbb8e012406edd5cbe0db39d533835

                I wasn't able to find a good reference point for the boxart orientation. So for now I matched the psp theme layout (which uses portrait orientation for boxart). Let me know how that looks on your end.

                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 2
                • P
                  peligwe
                  last edited by

                  Just updated theme today, looks great!!! And I also see you removed the trademark stamp. Thumbs up!!!

                  1 Reply Last reply Reply Quote 0
                  • P
                    peligwe
                    last edited by peligwe

                    Discovered one issue when generating launch images. The logo is cutoff.

                    launching.png

                    alphatoanantA 1 Reply Last reply Reply Quote 0
                    • alphatoanantA
                      alphatoanant @peligwe
                      last edited by

                      @peligwe I unfortunately don't currently have a test harness set up to check launching images. But I did compare the SVG and think I may have found the difference that is causing what you are seeing above. Just committed the change to github now. I hope that works - if not I'll see about getting a launching images setup going.

                      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
                      • P
                        peligwe
                        last edited by

                        Just did another update and your fix worked! Greatly appreciated.

                        1 Reply Last reply Reply Quote 1
                        • alphatoanantA
                          alphatoanant
                          last edited by

                          Awesome! Glad that worked out @peligwe

                          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
                          • P
                            peligwe
                            last edited by peligwe

                            Since I recently got an RPI4, I'm back into retro gaming and have been and new systems to my gaming setup. Looks like I got Philip's CD-I working and wanted to see if it could also be added to your theme?

                            alphatoanantA 1 Reply Last reply Reply Quote 0
                            • alphatoanantA
                              alphatoanant @peligwe
                              last edited by

                              Hi @peligwe there is a folder for CDI in the theme called "cdi". Do you know what folder name emulationstation is looking for? If so I can update the name to that and it should work.

                              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

                              HurricaneFanH 1 Reply Last reply Reply Quote 0
                              • HurricaneFanH
                                HurricaneFan @alphatoanant
                                last edited by

                                @alphatoanant According to another post it looks like "cdimono1" is the folder name. I also double checked what RetroHursty uses for his themes and that matches up to the folder above.

                                https://retropie.org.uk/forum/topic/12671/tutorial-cd-i-emulation-in-retropie-via-lr-mess-warning-slowdown-especially-during-fmv-but-surprisingly-playable

                                alphatoanantA 1 Reply Last reply Reply Quote 1
                                • alphatoanantA
                                  alphatoanant @HurricaneFan
                                  last edited by

                                  thank you @HurricaneFan! Just updated the source folder name to match and merged to github. That should do the trick after updating @peligwe.

                                  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

                                  P 2 Replies Last reply Reply Quote 2
                                  • P
                                    peligwe @alphatoanant
                                    last edited by

                                    @alphatoanant Sorry didn't get the chance to replay, family matters. Yes the cdimomo1 is the correct working folder. Will give it shot later today.

                                    1 Reply Last reply Reply Quote 1
                                    • P
                                      peligwe @alphatoanant
                                      last edited by

                                      @alphatoanant Just did an update and everything looks stellar. Once again thanks for the quick response.

                                      1 Reply Last reply Reply Quote 2
                                      • cellyC
                                        celly
                                        last edited by

                                        Man! You can’t beat the support here. Although the CD-i stuff doesn’t pertain to me, Art Book is by far my favorite theme for my RPi. Always. Thanks again a million times @alphatoanant

                                        Currently Playing: Tetris (Gameboy)

                                        1 Reply Last reply Reply Quote 1
                                        • P
                                          PhoenixFlood
                                          last edited by

                                          Hello everyone! I've been tinkering but can't quite get the desired result. Is there a way to have the main menu icons to be colorized? I love the minimalisim of this theme, just want a touch of color to splash up the main menu. Again, just want to colorize the system logos on the main carousel.

                                          HurricaneFanH 1 Reply Last reply Reply Quote 0
                                          • HurricaneFanH
                                            HurricaneFan @PhoenixFlood
                                            last edited by

                                            @PhoenixFlood You could swap out the logos with logos from a different theme. You just have to make sure you name the replacement files the same as the art book theme files.

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