RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Added Roms not showing up

    Scheduled Pinned Locked Moved Help and Support
    added roms not
    20 Posts 11 Posters 88.0k 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
      DavidL
      last edited by

      If anyone has a good idea how to add the appropriate extensions to all of these quickly I'd be interested

      herb_fargusH 1 Reply Last reply Reply Quote 0
      • herb_fargusH
        herb_fargus administrators @DavidL
        last edited by

        @DavidL bulk file renamer. Also you should just find a normal set. No need for all the bazillion variants. Look up the different types of romsets and what they mean.

        If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

        Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

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

          @DavidL
          Take this bonus:

          (But first take this warning: USE AT YOUR OWN RISK!!!)

          To append .smc to every file that has no extension in a specific directory:

          find /home/pi/RetroPie/roms/snes -maxdepth 1 -type f -not -name '*.???' -exec mv '{}' '{}'.smc \;
          

          Edit: We are here for learning, right? Trying to explain what is happening on that command.

          • -maxdepth 1: do not go to subdirectories.
          • -type f: look for regular files only.
          • -not -name '*.???': ignore files ending with a dot followed by 3 chars.
          • -exec mv '{}' '{}'.smc \;: execute the command mv with the found files to append .smc to them.
          • Useful topics
          • joystick-selection tool
          • rpie-art tool
          • achievements I made
          C 1 Reply Last reply Reply Quote 2
          • N
            Nightfire @herb_fargus
            last edited by

            @herb_fargus

            just to add, here's a couple nice programs that integrate into the context menu that both do batch renaming (I like Lammar better for the renamer). Some roms may not want to work cause there are 2 common file extensions (SMC // SFC), but you'll want to select all roms without a file extension and then 'add suffix' of .sfc OR .smc

            Lammar Context Menu
            http://www.wedev4you.com/Pages/Products/LammerContextMenu#tab3

            FileMenu Tools
            http://www.lopesoft.com/index.php/en/filemenutools/download

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

              Yea at first I was thinking every rom had a .srm file that also didn't have an extension. again by just looking at the darn file I realized how dumb I was being. After sorting out just a few .srms I batch renamed the rest. Transferring them to retropie now. fingers crossed.

              Thank you guys, I'm sure I'll be back with more dumb questions soon

              1 Reply Last reply Reply Quote 0
              • G
                giantkiller @meleu
                last edited by

                @meleu Dude! You nailed this one. Alot of people are missing this.

                1 Reply Last reply Reply Quote 0
                • C
                  captnyesterday @meleu
                  last edited by

                  @meleu said in Added Roms not showing up:

                  @DavidL
                  Take this bonus:

                  (But first take this warning: USE AT YOUR OWN RISK!!!)

                  To append .smc to every file that has no extension in a specific directory:

                  find /home/pi/RetroPie/roms/snes -maxdepth 1 -type f -not -name '*.???' -exec mv '{}' '{}'.smc \;
                  

                  Edit: We are here for learning, right? Trying to explain what is happening on that command.

                  • -maxdepth 1: do not go to subdirectories.
                  • -type f: look for regular files only.
                  • -not -name '*.???': ignore files ending with a dot followed by 3 chars.
                  • -exec mv '{}' '{}'.smc \;: execute the command mv with the found files to append .smc to them.

                  New to all of this and made an account simply to thank you for this bit of advice above (not just the instruction, but the explanation) . Sorry if this is a thread or necro, I tried to PM you, but couldn't figure it out ;)

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

                    @captnyesterday after 1 year I'm glad to know somebody used it. You're welcome. :-)

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

                      Thanks! Nice and clear and helpful. Appreciate it.

                      1 Reply Last reply Reply Quote 0
                      • F
                        foxyplayzmeow jr
                        last edited by

                        Well go to retropie,then go to file manager,now go to retropie,roms,(the console where you added roms),and check if they are there...if you have the roms in archives,that means the console deleted the direct access,to go to roms again,go to a snes game plsy it and click select and x at the same time,this will open a menu,push b and select settings,video,video filter,then select /,home,retropie,roms and the console,then select the game,select browse archive and select game file.

                        I got the same problem,i made that,but now the problem is that my disk is write protected...and if i use a new usb,the archives aren't there...

                        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.