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

    rpie-art: easy way to install art on your RetroPie

    Scheduled Pinned Locked Moved Projects and Themes
    artscriptrpie-artoverlayslaunching image
    98 Posts 24 Posters 46.4k 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
      VGMonkey
      last edited by

      Wow, how have i only just heard of this? Thank you for the work involved in getting this up and running.

      1 Reply Last reply Reply Quote 1
      • meleuM
        meleu @rkoster
        last edited by

        @rkoster thanks for the report. Will fix it when I have a chance.

        • Useful topics
        • joystick-selection tool
        • rpie-art tool
        • achievements I made
        rkosterR 1 Reply Last reply Reply Quote 0
        • rkosterR
          rkoster @meleu
          last edited by

          @meleu No problem!

          For anyone who has need to uninstall manually, you can go to (from memory) /opt/retropie/configs/ and manually edit out the lines that were added to each system's retroarch.cfg.

          I managed to get my GBA display stuck off to one side somehow; you can also basically regenerate the retroarch.cfg by reinstalling that package from Retropie Setup.

          Github/helper scripts * Creativision/Arcadia/Astrocade guide * Amiga guide * Atari 8bit guide

          1 Reply Last reply Reply Quote 0
          • hansolo77H
            hansolo77
            last edited by

            I just tried to do the install of this. Followed the instructions in the 1st post. I ran RetroPie-Setup and updated the script (now at 4.2.15). I then existed ES. In the terminal I cloned the repo, then I went into the directory and tried the ./rpie-art.sh --install command. It said this:

            chmod: changing permissions of '/home/pi/RetroPie/retropiemenu/rpie-art.sh': Operation not permitted
            FAIL: failt to install "rpie-art.sh" on RetroPie Menu.
            

            Not sure what I could have done wrong... don't want to try a sudo ./rpie-art.sh --install until you say to..

            Who's Scruffy Looking?

            meleuM 2 Replies Last reply Reply Quote 0
            • meleuM
              meleu @hansolo77
              last edited by

              @hansolo77 will look at it tonight. Thanks for the report.

              • Useful topics
              • joystick-selection tool
              • rpie-art tool
              • achievements I made
              hansolo77H 1 Reply Last reply Reply Quote 0
              • hansolo77H
                hansolo77 @meleu
                last edited by

                @meleu OK cool. I was bored and decided to try and install this so I could get @TMNTturtlguy 's loading screen art for his ComicBook theme. Guess I'll just do something else in the interim. ^_^

                Who's Scruffy Looking?

                meleuM 1 Reply Last reply Reply Quote 0
                • meleuM
                  meleu @hansolo77
                  last edited by

                  @hansolo77 said in rpie-art: easy way to install art on your RetroPie:

                  Guess I'll just do something else in the interim.

                  For example use rpie-art with a keyboard. ;-)

                  • Useful topics
                  • joystick-selection tool
                  • rpie-art tool
                  • achievements I made
                  hansolo77H 1 Reply Last reply Reply Quote 0
                  • hansolo77H
                    hansolo77 @meleu
                    last edited by

                    @meleu Naw that'd be to easy. :)

                    Who's Scruffy Looking?

                    1 Reply Last reply Reply Quote 0
                    • meleuM
                      meleu @hansolo77
                      last edited by meleu

                      @hansolo77 said in rpie-art: easy way to install art on your RetroPie:

                      I just tried to do the install of this. Followed the instructions in the 1st post. I ran RetroPie-Setup and updated the script (now at 4.2.15). I then existed ES. In the terminal I cloned the repo, then I went into the directory and tried the ./rpie-art.sh --install command. It said this:

                      chmod: changing permissions of '/home/pi/RetroPie/retropiemenu/rpie-art.sh': Operation not permitted
                      FAIL: failt to install "rpie-art.sh" on RetroPie Menu.
                      

                      Not sure what I could have done wrong... don't want to try a sudo ./rpie-art.sh --install until you say to..

                      Everything is fine with the script. All files/directories under ~/RetroPie/ should be owned by user pi. Are you mounting a non-Linux partition in ~/RetroPie/?

                      Try sudo chown -R pi:pi /home/pi/RetroPie and then try ./rpie-art.sh --install again (without sudo!).

                      • Useful topics
                      • joystick-selection tool
                      • rpie-art tool
                      • achievements I made
                      hansolo77H 1 Reply Last reply Reply Quote 0
                      • hansolo77H
                        hansolo77 @meleu
                        last edited by

                        @meleu said in rpie-art: easy way to install art on your RetroPie:

                        Everything is fine with the script. All files/directories under ~/RetroPie/ should be owned by user pi. Are you mounting a non-Linux partition in ~/RetroPie/?

                        Try sudo chown -R pi:pi /home/pi/RetroPie and then try ./rpie-art.sh --install again (without sudo!).

                        Yeah my whole /RetroPie sub-folder is owned by root. I will try this soon as I get a chance.

                        Who's Scruffy Looking?

                        1 Reply Last reply Reply Quote 0
                        • hansolo77H
                          hansolo77
                          last edited by hansolo77

                          Seems to still be giving me trouble..

                          chmod: changing permissions of '/home/pi/RetroPie/retropiemenu/rpie-art.sh': Operation not permitted
                          FAIL: failed to install "rpie-art.sh" on RetroPie Menu.
                          

                          Prior to cloning from github I did the sudo chown -R pi:pi /home/pi/RetroPie and then ran ls -l /home/pi/RetroPie and saw that ownership was still root:root... not sure what else there is to do....


                          EDIT - Trying something different. I ran a chown --help and read that the -c flag makes it display when a change occurs. So I decided to try and run sudo chown -c -R pi:pi /home/pi/Retropie and have been watching for the last couple of minutes as its displaying changes from root:root to pi:pi

                          GRR - ls -l /home/pi/RetroPie still shows root:root


                          EDIT - Did a little more research..
                          https://www.raspberrypi.org/forums/viewtopic.php?f=91&t=40402
                          I asked google how to change ownership of folders in Raspbian. This led me to a search result "chown not working?". A brief read through had me thinking about fstab. According to that thread, the ownership of the drive is assigned during bootup when the drive is mounted. Since my build uses a USB hard drive, I had an a-ha moment and looked at my own fstab settings. Sure enough, I wasn't assigning a proper username at all, so it was defaulting to root. I took out the bit that said user, and replaced it with uid=pi,gid=pi like it says to use in the RetroPie Docs. That doc must have been updated since I installed all this. When I first started, I didn't know ANYTHING about Linux and everything. So I did this a a complete cut/paste job. Had that info been there, it would have been there now too.

                          Anyway, I rebooted, exited to terminal, did the ls -l /home/pi/Retropie but and confirmed it now reads as pi:pi for all the folders. I then rand the ./rpie-art.sh --install command and it says SUCCESS. Now I just have to play around with it. :)


                          EDIT - It said SUCCESS, but it didn't install it. Where is it supposed to be? I looked in the RetroPie menu inside ES but it's not there. I also looked inside the RetroPie-Setup menus. Did I miss something?


                          EDIT - I looked at the source for the script and saw what it's basically doing (copying an entry to the script in to the retropiemenu folder) and started thinking "what if it needs to be ran as a root?" So I ran sudo ./rpie-art.sh --install. This was my result:

                          pi@retropie:~/rpie-art $ sudo ./rpie-art.sh --install
                          ls: cannot access /root/RetroPie/roms/mame-libretro: No such file or directory
                          ls: cannot access /root/RetroPie/roms/arcade: No such file or directory
                          ls: cannot access /root/RetroPie/roms/fba: No such file or directory
                          ls: cannot access /root/RetroPie/roms/neogeo: No such file or directory
                          cp: target ‘/root/RetroPie/retropiemenu/’ is not a directory
                          FAIL: failed to install "rpie-art.sh" on RetroPie Menu.
                          

                          Just for kicks, I went into the /home/pi/RetroPie/retropiemenu folder and confirmed there IS a file named rpie-art.sh file in there, but the entry just isn't showing up in ES. There is also a gamelist.xml file here, and when I checked it, it does NOT have the rpie-art entry listed... so maybe that's where it's failing, because it's not updating the gamelist?

                          Who's Scruffy Looking?

                          meleuM 1 Reply Last reply Reply Quote 0
                          • hansolo77H
                            hansolo77
                            last edited by

                            @meleu Did you get a chance yet to read through my (unsuccessful) process above? If you have any suggestions I can try further, let me know!

                            Who's Scruffy Looking?

                            1 Reply Last reply Reply Quote 0
                            • meleuM
                              meleu @hansolo77
                              last edited by

                              @hansolo77 said in rpie-art: easy way to install art on your RetroPie:

                              Just for kicks, I went into the /home/pi/RetroPie/retropiemenu folder and confirmed there IS a file named rpie-art.sh file in there, but the entry just isn't showing up in ES. There is also a gamelist.xml file here, and when I checked it, it does NOT have the rpie-art entry listed... so maybe that's where it's failing, because it's not updating the gamelist?

                              If it doesn't showing up in ES I suspect it can be related with the "PARSE GAMELIST ONLY" option in EmulationStation "OTHER SETTINGS". It must be turned off.

                              • Useful topics
                              • joystick-selection tool
                              • rpie-art tool
                              • achievements I made
                              hansolo77H 1 Reply Last reply Reply Quote 0
                              • hansolo77H
                                hansolo77
                                last edited by

                                It's not.. Because we were playing with the Mausberry Shutdown Script, I made sure both of those settings were turned on.

                                Who's Scruffy Looking?

                                1 Reply Last reply Reply Quote 0
                                • N
                                  nasp2000
                                  last edited by

                                  Great script...

                                  But it is possible to add a generic Arcade overlays for Vertical oriented cabinets ? Overlays for the top and the bottom of the screen only.

                                  meleuM UDb23U 2 Replies Last reply Reply Quote 0
                                  • meleuM
                                    meleu @nasp2000
                                    last edited by meleu

                                    @nasp2000 it is an overlay creation task. Once the overlay is ready, the script can install it.

                                    • Useful topics
                                    • joystick-selection tool
                                    • rpie-art tool
                                    • achievements I made
                                    1 Reply Last reply Reply Quote 0
                                    • UDb23U
                                      UDb23 @nasp2000
                                      last edited by

                                      @nasp2000 what screen resolution would you need ? If your display is vertical why do you have top and bottom bars?

                                      N 1 Reply Last reply Reply Quote 0
                                      • hansolo77H
                                        hansolo77 @meleu
                                        last edited by

                                        @meleu said in rpie-art: easy way to install art on your RetroPie:

                                        If it doesn't showing up in ES I suspect it can be related with the "PARSE GAMELIST ONLY" option in EmulationStation "OTHER SETTINGS". It must be turned off.

                                        "It has to be turned off" I think mine is turned on. I will double check this. I'm not sure what this feature does. If it's OFF, that means it will scan your ROM folders when it's loading right? If that's the case, will it overwrite the existing gamelists? I think that's why I have it turned ON, so it will only use the gamelists created through the scraper. I will have to test this out and see.

                                        Who's Scruffy Looking?

                                        1 Reply Last reply Reply Quote 0
                                        • N
                                          nasp2000 @UDb23
                                          last edited by nasp2000

                                          @udb23 my resolution os 600x1024 a 16/9 ratio and of course i use a ratio define by RetroArch. The image is correct but with small bars top and bottom...

                                          0_1503005929155_vertical.jpg

                                          UDb23U 1 Reply Last reply Reply Quote 0
                                          • hansolo77H
                                            hansolo77
                                            last edited by

                                            @meleu - I tested the turning off "PARSE GAMELIST ONLY" option, and restarted ES. RPIE-ART now shows up on the list. I installed the 16x9 RIP art (ComicBook theme) for all my systems, then restarted ES again. When I tested NES, the artwork displays 4x3, not 16x9. I also noticed my controller was no longer working inside the game. I had to force close it with a keyboard. I'm using a special onstart script before all my games to test the system and load up a custom xbox-drv` for using dedicated system controllers. I think installing the art somehow is overriding and ignoring that script. I tested with MEGADRIVE, and the artwork still displays at 4x3. I also noticed that even by mashing ridiculously fast I couldn't get the run-command dialog menu to display. The controller was working fine for MEGADRIVE, but doesn't work in NES.

                                            I've decided, for the time being, to just uninstall all the art. I might look at this again in the future. I'm on vacation, but I'm sick. Nasty sinus infection. Don't really feel like doing anything. So that's where I'm at..

                                            Who's Scruffy Looking?

                                            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.