Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    [SCRIPT] SystemSorter

    Community projects
    [script] systemsorter
    16
    84
    24730
    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.
    • Substring
      Substring @voljega last edited by

      @voljega check the themes repo to already get prepare for some future releases 😉 some themes are already ready

      Former dev - Please reply with @substring so that i am notified when you answer me
      Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

      voljega 1 Reply Last reply Reply Quote 0
      • voljega
        voljega Banned @Substring last edited by

        @substring @supernature2k
        had a quick look in recalbox-next but I need some explanations :

        • in theme I find wonderswan and wonderswancolor, but I'm pretty sure the corresponding roms folders (and system names in es_systems.cfg) are wswan and wswanc, ami I right ?
        • are some future systems also different regarding name in theme and corresponding roms folders (and system names in es_systems.cfg)
        • I suppose the follwing folders are technical and/or not used in recalbox-next themes : fx, data, music, ports
        paradadf supernature2k 2 Replies Last reply Reply Quote 0
        • paradadf
          paradadf Staff @voljega last edited by paradadf

          @voljega gitlab is running crazy, so I can´t access right now. But I remember:
          wswan
          wswanc
          o2em
          (there was another, I believe) maybe gamecube and pc

          ports is not a technical folder, it will be a system someday and has its proper theme. Better look at the main themes page... at the bottom you see the readme displayed.

          If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

          1 Reply Last reply Reply Quote 1
          • supernature2k
            supernature2k @voljega last edited by

            @voljega as @paradadf pointed out, there are differences between themes and roms folder names. There's a pb in your script with GameCube because of that.

            About new systems, they should be called like theme folders so you can prepare your ordering method. Worse would be you'll have to change a few names 😁

            Pi powered NES | Gameboy HD | RecalStation | RecalDrive
            Upvote messages if it has been useful ;)

            voljega 1 Reply Last reply Reply Quote 0
            • voljega
              voljega Banned @supernature2k last edited by

              @supernature2k I'm using es_systems.cfg so name should be based on the name tag in es_systems.cfg, not necessarily the themes name ?

              I do not have any x86 Recalbox so there is no way for me to know what the name of the x86-only systems is in es_systems.cfg

              Substring 1 Reply Last reply Reply Quote 0
              • Substring
                Substring @voljega last edited by

                @voljega you can just download the .img and look inside 😄

                But anyway yes : es_sysyems.cfg is the source of everything

                Former dev - Please reply with @substring so that i am notified when you answer me
                Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                voljega 1 Reply Last reply Reply Quote 0
                • voljega
                  voljega Banned @Substring last edited by

                  @substring without having to install it ?

                  Substring 1 Reply Last reply Reply Quote 0
                  • Substring
                    Substring @voljega last edited by

                    @voljega of course, if you have a tool that can browse inside .img ! Or reolace the download link with root.tar.xz, easier.

                    Former dev - Please reply with @substring so that i am notified when you answer me
                    Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                    1 Reply Last reply Reply Quote 0
                    • voljega
                      voljega Banned last edited by

                      @azvarel @supernature2k
                      script updated with future systems : https://github.com/Voljega/scripts4recalbox/tree/master/SystemSorter

                      azvarel abunille supernature2k 3 Replies Last reply Reply Quote 2
                      • azvarel
                        azvarel @voljega last edited by

                        @voljega very thanks! 😃

                        Zodian Theme | #SNESProject

                        1 Reply Last reply Reply Quote 0
                        • abunille
                          abunille @voljega last edited by

                          @voljega

                          Thank you. One thing to edit is gc:
                          gc=gamecube

                          Wenn ihre Frage beantwortet wurde:
                          Themen-Werkzeuge -> ask as question + Themen-Werkzeuge -> mark as Solved

                          Bei hilfreichen Antworten darf man den jeweiligen Beitrag auch gerne positiv bewerten ;)

                          voljega 1 Reply Last reply Reply Quote 0
                          • supernature2k
                            supernature2k @voljega last edited by

                            @voljega and add atari800 😁
                            But thanks, we are now ready for a long time!

                            Pi powered NES | Gameboy HD | RecalStation | RecalDrive
                            Upvote messages if it has been useful ;)

                            voljega 1 Reply Last reply Reply Quote 0
                            • voljega
                              voljega Banned @abunille last edited by

                              @abunille gamecube system name is gc in es_systems.cfg ? Or am I wrong ?

                              @supernature2k Didn't see atari800 in any list, but anyway i'll have to add amigacd32 sooner or later too

                              abunille 1 Reply Last reply Reply Quote 0
                              • abunille
                                abunille @voljega last edited by

                                @voljega

                                Its gamecube 🙂

                                <system>
                                    <fullname>GameCube</fullname>
                                    <name>gamecube</name>
                                    <path>/recalbox/share/roms/gamecube</path>
                                    <extension>.iso .ISO .gc .GC .gcz .GCZ .gcm .GCM</extension>
                                    <command>python /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.pyc %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM% -emulator %EMULATOR% -core %CORE% -ratio %RATIO%</command>
                                    <platform>gc</platform>
                                    <theme>gc</theme>
                                    <emulators/>
                                  </system>
                                

                                Wenn ihre Frage beantwortet wurde:
                                Themen-Werkzeuge -> ask as question + Themen-Werkzeuge -> mark as Solved

                                Bei hilfreichen Antworten darf man den jeweiligen Beitrag auch gerne positiv bewerten ;)

                                voljega 1 Reply Last reply Reply Quote 0
                                • voljega
                                  voljega Banned @abunille last edited by

                                  @abunille yep already corrected and pushed 😉

                                  1 Reply Last reply Reply Quote 0
                                  • voljega
                                    voljega Banned @supernature2k last edited by

                                    @supernature2k So are we speaking about official integration or something ?

                                    Substring 1 Reply Last reply Reply Quote 0
                                    • Substring
                                      Substring @voljega last edited by

                                      @voljega sooner or later, yeah

                                      But one small word: i think your script doesn't handle unlisted systems in your various arrays, you should consider consider a fallback

                                      Former dev - Please reply with @substring so that i am notified when you answer me
                                      Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                                      voljega 2 Replies Last reply Reply Quote 0
                                      • voljega
                                        voljega Banned @Substring last edited by

                                        @substring you mean user added systems in the es_systems.cfg ? Yeah it's possible it doesn't handle it, I will correct that

                                        Substring 1 Reply Last reply Reply Quote 0
                                        • Substring
                                          Substring @voljega last edited by

                                          @voljega no i mean systems we (or whoever) would add that you wouldn't be aware of

                                          Former dev - Please reply with @substring so that i am notified when you answer me
                                          Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                                          voljega 1 Reply Last reply Reply Quote 0
                                          • voljega
                                            voljega Banned @Substring last edited by

                                            @substring yeah that's what I meant to 😛 so I will correct it

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Want to support us ?

                                            91
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com