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 252.9k 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.
    • alphatoanantA
      alphatoanant
      last edited by alphatoanant

      Updates 8/5/17:

      • updated fighting theme
      • added themes for: metalslug, metroid, mortalkombat, pacman, streetfighter, lightgun, supergrafx, famicom

      Updated Genre Theme Logo Set
      alt text
      @HurricaneFan for the fighting genre I tried a pair of boxing gloves. It feels like it fits well with the other icons - what do you think?


      @gaavoid supergrafx and famicom are available now

      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

      pjftP G HurricaneFanH 3 Replies Last reply Reply Quote 1
      • pjftP
        pjft @alphatoanant
        last edited by

        @alphatoanant these look great to me!

        1 Reply Last reply Reply Quote 2
        • G
          gaavoid @alphatoanant
          last edited by

          @alphatoanant Nice. Will give it a try later on. I feel this could be my new main theme.
          It's a battle between this, retrorama and comicbook.

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

            @alphatoanant I like it!

            1 Reply Last reply Reply Quote 0
            • D
              DeadlyEdna
              last edited by

              Hi,

              I've signed up purely to say how much I love this theme. Please don't add colour or controllers or screenshots or any of that to the system menu; there are plenty of other themes that have that all over them, and I cannot stand most of them. What you have created here is something beautiful in it's elegance. It makes me actually WANT to use emulationstation. That's a genuine statement.

              Everything about it - the clean logos, the box art/video slight overlap, the font choice, the button help... I adore it.

              If you do go down the road of adding colours and filler to the system menu, would you consider keeping this one as clean as it is now? I would be gutted if you followed half of the suggestions here (no offence meant to those suggesting, we've all got our own likes and dislikes).

              1 Reply Last reply Reply Quote 3
              • J
                JuL1Xxx
                last edited by

                How to Scrape HD images? in my TV the images screaped are in low graphics.

                Another question: Square videos like GBC, is there a solution for black bars in the sides?

                Thanks for this amazing work!! :)

                TMNTturtlguyT 1 Reply Last reply Reply Quote 0
                • TMNTturtlguyT
                  TMNTturtlguy @JuL1Xxx
                  last edited by

                  @jul1xxx depending on how many games you have scraped higher resolution images and video are hard for the pi to handle and you may have performance issues when in the gamelist. Most users actually reduce video sizes due to this.

                  You can reformat video sizes in a program like handbrake. That program allows you to resize and format.

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

                    I had a chance to set up Game & Watch today and am really enjoying it. The implementation of lr-gw is awesome and very easy to get running.

                    It also gave me a chance to check out how it would look in the theme and work out the command for selph's scraper to get things looking clean.

                    Here is what it ends up looking like:
                    alt text

                    alt text

                    alt text

                    To get this look:

                    • make sure you have selph's scraper installed (see: https://retropie.org.uk/docs/Scraper/)
                    • from the command line navigate to the gameandwatch roms folder
                    cd RetroPie/roms/gameandwatch
                    
                    • and run this command
                    /opt/retropie/supplementary/scraper/scraper -console_src=ss -console_img=clabel,b,s -img_format=png -max_height=540 -max_width=505 -image_dir=media -image_path=media
                    
                    • These settings make sure the scraper uses Screenscraper as a metadata source and prioritizes downloading Label images (clabel) which is how the system images are catalogued there

                    I added these details to my github readme (in addition to scraping options for other systems). Hope you find them helpful!


                    Thank you all for your feedback on genre icons. Are there any others that you would find useful (like "platformer", "puzzle")?


                    @DeadlyEdna thank you. The system view design as it looks now is what I was originally shooting for and I am very happy with it as well (and amped to know you and others are digging its simplicity).

                    I noted a few posts back that one of the principles I am following for this theme is "can I leave this on a tv in a room and not have it feel out of place, does it feel subtle, not overwhelming".

                    So if I do work on a variant design I will be checking it against that principle at each step - I have left a few ideas on the floor so far because of it =)

                    All that said I am focusing on custom system logos now so its not likely I am going to get to trying out other ideas for system view for a while

                    If I come up with something interesting my plans are:

                    • This theme and its design would remain as is
                    • and I would release the new design xml here for users to manually change by hand or release a variant (new name/github repo)

                    I hope that helps and I again I very much appreciate your thoughts on this. Thank you for joining the forums and helping out.

                    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 5
                    • I
                      incunabula
                      last edited by

                      Amazing theme, i love the layout! Quick question about the scraper settings -- i'm looking at the example command line you provide for consoles and was wondering if you are running that command line in each rom dir separately or just the roms (parent) dir?

                      When i run it in the roms dir it creates the \roms\media dir but i would prefer to have the media for each system in its own directory. Just curious if i'm missing something obvious before i go and run it multiple times in each systems directory. Thanks again for the great theme and all of the platforms you've added support for!

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

                        @incunabula You run it inside of the system you want to scrape. so if its arcade roms, you have to go inside the arcade roms folder before you run the command.

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

                          @incunabula yes you run the commands in each system's rom folder individually (example: run it in RetroPie/roms/nes). I'll update the readme with those details - thanks for catching that and asking.

                          I am wondering if there is a way to run it from /roms and still have it create the /media folder in each system's rom folder. Will see what I can find.

                          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 1
                          • HurricaneFanH
                            HurricaneFan @alphatoanant
                            last edited by

                            @alphatoanant I just threw on a Nintendo DS rom onto my system to run a test and I noticed the Nintendo DS logo looks super tiny compared to all your other logos. Any chance you can take a look at that?

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

                              @hurricanefan totally - will check this evening. By chance have you updated the theme recently? (I made a bunch of changes last night and wanted to see if thats what caused it)

                              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
                              • I
                                incunabula
                                last edited by

                                FYI, same issue with the SG-1000 logo. I updated the theme yesterday, btw.

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

                                  @incunabula well that sorts it =) I think I know what I messed up.

                                  Will do a scrub through tonight and fix.

                                  Sorry for the mix up and thank you for catching it.

                                  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
                                  • HurricaneFanH
                                    HurricaneFan @alphatoanant
                                    last edited by

                                    @alphatoanant I did update your theme last night cause I noticed you made updates to your GitHub.

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

                                      @hurricanefan sorry man - I should have tested more before the final commit. I have a plan tonight on how to fix.

                                      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
                                      • alphatoanantA
                                        alphatoanant
                                        last edited by

                                        @HurricaneFan and @incunabula NintendoDS and SG-1000 logos look to be fixed now.

                                        What happened?... This came up as I was making changes to each logo to make sure they worked well with the launchingimages script.

                                        Whats next?... I am scrubbing each logo though to make sure all others are ok. Should have that done by tomorrow but if you see any others that before then please let me know.

                                        Benefit of the work is that launching images generated from the script will match the theme well and not be blurry =)

                                        side note: it looks like after you get latest from github you have to make sure to restart ES to get the logos to recognize their new size

                                        Thank you for your help on this.

                                        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 2
                                        • HurricaneFanH
                                          HurricaneFan @alphatoanant
                                          last edited by

                                          @alphatoanant updated the theme and it looks good on my end. Thank you!

                                          1 Reply Last reply Reply Quote 1
                                          • I
                                            incunabula
                                            last edited by

                                            DS and SG-1000 look great, thanks. I just noticed that the colecovision logo isn't showing up even though it's on your list of supported systems - and if you wanted to add Dragon32 and TI-99 4/A to your list of supported platforms (they both have carbon logos) i would be very appreciative. I didn't see that poll that was done a few months back but I like messing with the obscure systems that are supported. Don't worry about it if it takes more than a few minutes; i'm not sure how many others would make use of it. :)

                                            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.