Recalbox Forum

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

    [SOFT] Arrm (Another Recalbox Roms Manager)

    Community projects
    another arrm manager recalbox roms
    35
    251
    123795
    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.
    • greatxerox
      greatxerox @nexusone13 last edited by

      @nexusone13 bonjour ! il semble qu'on ne puisse pas s'enregistrer sur ton Wiki, je n'ai pas reçu l'email de validation et je ne parviens pas à retenter l'inscription.

      Egalement, j'ai noté un petit bug sur l'interface de démarrage (en bas) text alternatif

      voilà voilà, merci pour ton travail

      Raspberry Pi 3B

      greatxerox 1 Reply Last reply Reply Quote 0
      • greatxerox
        greatxerox @greatxerox last edited by

        @greatxerox et du coup, je ne vois pas de bouton de validation , je suis obligé d'appuyer sur Echap pour passer à la suite

        Raspberry Pi 3B

        nexusone13 1 Reply Last reply Reply Quote 0
        • nexusone13
          nexusone13 @greatxerox last edited by

          @greatxerox salut . Il n est pas nécessaire de s enregistrer sur le wiki. Pour ton pb de non visibilité du bouton voir le wiki : http://www.jujuvincebros.fr/wiki/arrm/doku.php?id=faq_fr#sous_windows_10_le_programme_n_affiche_pas_correctement_les_textes_ainsi_que_les_formulaires

          ARRM (Another Gamelist, Roms manager, and Scraper for Recalbox, Batocera, Retropie) : http://jujuvincebros.fr/telechargements2/file/10-arrm-another-recalbox-roms-manager
          Wiki ARRM: http://www.jujuvincebros.fr/wiki/arrm/
          Discord: https://discord.gg/p7QsBTS

          soaresden 1 Reply Last reply Reply Quote 1
          • soaresden
            soaresden @nexusone13 last edited by

            @nexusone13 , Superbe outil très efficace et robuste ! Un Must-have vraiment !

            Petite suggestion d'utilisation personnelle :

            • J'aimerai bien pouvoir generer grace à ARRM un fichier HTML avec toute ma bibliotheque + les descriptions et images. Afin de les mettre sur mon serveur et pouvoir filtrer/rechercher dans ma collection ! (une bibliotheque imagée/video de ce que l'on possede comme le menu sous recalbox mais en html)

            • Utilisation subsidiaire également, c'est d'obtenir la taille des fichiers. L'utilisation serait de pouvoir partager ça à un ami, qu'il coche sa selection(en live, ca lui dit l'espace nécessaire a la copie, y compris avec les fichiers images/videos), et en ayant fini, que ca me donne un lien, ou un code html qui me permettrai à moi, de générer une copie de sa sélection pour sa carte SD. (un assistant de transfert en fait)

            Je l'ai fait sous VBA Excel, mais c'est super long et je pense que ça gagnerai a y être intégré

            c6243139-ba31-403c-a89f-7fbaf36301f9-image.png

            nexusone13 1 Reply Last reply Reply Quote 0
            • nexusone13
              nexusone13 @soaresden last edited by

              Bonjour, @soaresden , tu peux utiliser le bouton 'Exporter CSV' qui te permettra de récupérer un fichier .CSV dans le répertoire du système en cours, que tu pourras manipuler à ta guise.

              cbb5d9f5-363a-470d-964d-8ac0007f2751-image.png

              ARRM (Another Gamelist, Roms manager, and Scraper for Recalbox, Batocera, Retropie) : http://jujuvincebros.fr/telechargements2/file/10-arrm-another-recalbox-roms-manager
              Wiki ARRM: http://www.jujuvincebros.fr/wiki/arrm/
              Discord: https://discord.gg/p7QsBTS

              1 Reply Last reply Reply Quote 0
              • soaresden
                soaresden last edited by

                Merci pour cette réponse rapide, mais c'est déja ce que je fais.

                J'ai le fichier XML qui est ouvert sur Excel et j'ai toutes les données. J'aimerai juste récupérer un fichier index.html qui permettra de faire des filtres via navigateur !

                Ce que j'ai fait, c'est :

                • Lister tous les fichiers gamelist
                  20ab4f32-aebe-47f8-8045-8c04c1b1719f-image.png

                • Ouvrir tous les xml en une seule feuille (qui possede toutes les colonnes) et lister les jeux. En somme c'est la bibliotheque entière.

                f0d0a56d-8179-4458-9973-864a9fc38a4d-image.png

                • j'ai aussi une macro qui va lister l'intégralité des fichiers du chemin, et me donner la taille. Je raccorde celle ci comme une donnée en plus

                • (pour info) Une page de stats, juste pour savoir 25e4a064-a791-4982-8cd8-39b2a0eb8aff-image.png

                • ma page d'extraction :
                  ee2d8025-5b28-4f19-82cb-c2ff3a870eac-image.png

                A partir de la je peux sauvegarder en html via Excel. Mais ce n'est pas tellement fait pour ..

                Si ca t'interesse, je peux t'envoyer mon code vba (a retranscrire en vb.net ou que sais-je ?)

                nexusone13 1 Reply Last reply Reply Quote 0
                • nexusone13
                  nexusone13 @soaresden last edited by

                  @soaresden , pourquoi ne créés tu pas, en VBA, un fichier txt/html en parcourant toutes les lignes de ton excel, en récupérant les données et les mettant dans les balises html que tu souhaites ?

                  Désolé @soaresden , mais je n'envisage pas de générer des fichiers html comme tu le souhaites, directement via, ARRM. Je propose l export CSV afin que les utilisateurs puissent ensuite manipuler les données à leur guise
                  cdlt

                  ARRM (Another Gamelist, Roms manager, and Scraper for Recalbox, Batocera, Retropie) : http://jujuvincebros.fr/telechargements2/file/10-arrm-another-recalbox-roms-manager
                  Wiki ARRM: http://www.jujuvincebros.fr/wiki/arrm/
                  Discord: https://discord.gg/p7QsBTS

                  soaresden 1 Reply Last reply Reply Quote 0
                  • soaresden
                    soaresden @nexusone13 last edited by soaresden

                    @nexusone13
                    C'est ce que j'ai fini par faire. Mais je dois rouvrir les XML un par un sous ARRM, ca aurait pu etre plus rapide de prendre en compte la bibliothèque complète.

                    Cette fonction CSV est inutile car Excel gère très bien les tableaux XML

                    Je rappelle le besoin : **une vue globale ** de sa bibliothèque (comme Recalbox lancé) (titre/screen et description).
                    Je trouves dommage de ne pas y repenser à 2 fois à cette feature (Cela marque une grosse différence avec Skrapper et autres)

                    Je joins mon fichier Excel (avec macros) pour ceux qui le veulent :
                    Il est tout préparé, il y'a juste à insérer le nom du répertoire en B1.
                    Le fichier va boucler sur l'intégralité des systèmes et ouvrant plus de 50 gamelist.
                    Cliquer sur les boutons 1 à 3 (c'est loooooong, c'est du Excel et ce n'est pas adapté)
                    fc19f646-4858-4dfc-a96b-9db38fb74c3b-image.png
                    ps: c'est de la version beta, ca fonctionne chez moi, je ne fais pas de support
                    https://mega.nz/file/AxIxjYiZ#S0JT1PUmcOk3FZTqX678sVHh_hW4z9SL_DRI1JLiFeA

                    1 Reply Last reply Reply Quote 0
                    • soaresden
                      soaresden last edited by

                      nouveau lien : https://mega.nz/file/18BAQa4S#kwOXs9bNTmC0KvzTgMEiqu72gQza0i9C28aiwC7Mgmc

                      1 Reply Last reply Reply Quote 0
                      • nexusone13
                        nexusone13 last edited by

                        Hi All,

                        New version of ARRM available :

                        1.8.7.2 (10/04/2020)

                        • Added new Recalbox 7.0 systems

                        • New "Folders" tab in which you can configure the paths for each of the media (image, screenshot, boxart, wheel, cartridge, titleshot, map, fanart, manual, video)

                        • Media names have been shortened. Examples:

                          • Before : A.E. (USA) (Proto)_screenscraper_boxart_arrm.png, A.E. (USA) (Proto)_screenscraper_screenshot_arrm.png...
                          • Now : A.E. (USA) (Proto)-boxart.png, A.E. (USA) (Proto)-screenshot.png...
                        • Added TAGs: MANUAL, MAP, FANART and TITLESHOT (available on Batocera 5.27)

                        • In the "Images Options" tab, addition in the "Force Media Download" section of MAP, FANART and TITLESHOT media

                        • In the form 'Assignment of media Screenscraper, addition of TAGs: MAP, FANART and TITLESHOT. It is now possible to reference, in the MIX templates of ARRM, the FANART and TITLESHOT tags.

                        • Mix'Me module now accepts FANART and TITLESHOT

                        • Addition of a button "Check for missing images when loading gamelist.xml": When a gamelist.xml is loaded, if Media Tags are empty, ARRM tries to find the missing media locally.

                        • Added a button "Manual (magnifying glass)" and "Manuel +" to read a manual or add one to a Rom

                        • Some options have been put in drop-down lists to save space ("Folders" tab, "Images Options", the filters and "ROM Information")

                        • Removed a bug when using the "Delete Image" button

                        • In the filters, addition of WITH and WITHOUT to filter the TAGS WITH or WITHOUT media

                        • Addition of a "Query" combobox, in the Filters panel, which allows you to compose your own filter and find the history of personalized filters. Click on the? to know the syntax and the eye icon to see the history of custom filters. See wiki http://jujuvincebros.fr/wiki/arrm/doku.php?id=interface-en#the_database_list_of_roms_3

                        • in the "Search" tab, the "Genre" combobox is replaced by a 2 combo box (combo box on the available fields, and combobox on the values ​​associated with this field). It is also possible to type the text you want in the combobox (Nordicpower suggestion)

                        • Taking into account of the systems 'model2', 'model3', 'mugen' under Batocera.plus.

                        • Addition of a 'Force' checkbox in the 'Gamelist Options' tab which allows to save the gamelist.xml without displaying the dialog box (Nordicpower suggestion)

                        • Fixed a bug which renamed the rom file in lowercase when moving rom to a subfolder (thanks Nordicpower)

                        • Addition of a BatoceraPlus checkbox in the 'Batocera/Screenscraper/TGDB' tab to manage the 'Windows', 'Linux' system with the .plus extension and the 'Flash' system with the .swf extension

                        • Fixed various bugs

                        If you already have version 1.8.6.4 you can download only the executable alone + some configuration files here: http://jujuvincebros.fr/telechargements2/category/12-arrm-executable-only

                        Download link for full version : http://jujuvincebros.fr/telechargements2/file/10-arrm-another-recalbox-roms-manager

                        Page of Beta versions : http://jujuvincebros.fr/telechargements2/category/11-arrm-update-correctif

                        ARRM WIKI : http://www.jujuvincebros.fr/wiki/arrm/doku.php?id=Start-en

                        ARRM (Another Gamelist, Roms manager, and Scraper for Recalbox, Batocera, Retropie) : http://jujuvincebros.fr/telechargements2/file/10-arrm-another-recalbox-roms-manager
                        Wiki ARRM: http://www.jujuvincebros.fr/wiki/arrm/
                        Discord: https://discord.gg/p7QsBTS

                        mYSt 1 Reply Last reply Reply Quote 1
                        • mYSt
                          mYSt Theme moderator @nexusone13 last edited by mYSt

                          @nexusone13 Hello

                          Just to inform you that several users got in touch with me to tell me they have issues with openbor scrapped images not using the right screen from Next Pixel theme (maybe others new systems may have pb as well).

                          nexusone13 1 Reply Last reply Reply Quote 0
                          • nexusone13
                            nexusone13 @mYSt last edited by

                            Bjr @mYSt, openbor utilise bien le computer_flat. Png ?

                            ARRM (Another Gamelist, Roms manager, and Scraper for Recalbox, Batocera, Retropie) : http://jujuvincebros.fr/telechargements2/file/10-arrm-another-recalbox-roms-manager
                            Wiki ARRM: http://www.jujuvincebros.fr/wiki/arrm/
                            Discord: https://discord.gg/p7QsBTS

                            mYSt 1 Reply Last reply Reply Quote 0
                            • mYSt
                              mYSt Theme moderator @nexusone13 last edited by

                              @nexusone13 Oui c'est ça mais il semble que arrm génère des images avec console.png

                              20201004_135306.jpg

                              nexusone13 2 Replies Last reply Reply Quote 0
                              • nexusone13
                                nexusone13 @mYSt last edited by nexusone13

                                @mYSt en fait c l utilisateur qui choisit le template qu il souhaite, et il ne prend pas le bon. Je mettrai un template openbor afin que ça ne prête pas à confusion

                                ARRM (Another Gamelist, Roms manager, and Scraper for Recalbox, Batocera, Retropie) : http://jujuvincebros.fr/telechargements2/file/10-arrm-another-recalbox-roms-manager
                                Wiki ARRM: http://www.jujuvincebros.fr/wiki/arrm/
                                Discord: https://discord.gg/p7QsBTS

                                mYSt 1 Reply Last reply Reply Quote 0
                                • mYSt
                                  mYSt Theme moderator @nexusone13 last edited by

                                  @nexusone13 ah ok je savais pas mais du coup le theme a un template bien definit lui.
                                  Du coup si tu peux effectivement guider vers le bon template c'est cool.

                                  merci !

                                  nexusone13 1 Reply Last reply Reply Quote 0
                                  • nexusone13
                                    nexusone13 @mYSt last edited by

                                    @mYSt je regarderai ce qu utilisent tes nouveaux systèmes

                                    ARRM (Another Gamelist, Roms manager, and Scraper for Recalbox, Batocera, Retropie) : http://jujuvincebros.fr/telechargements2/file/10-arrm-another-recalbox-roms-manager
                                    Wiki ARRM: http://www.jujuvincebros.fr/wiki/arrm/
                                    Discord: https://discord.gg/p7QsBTS

                                    1 Reply Last reply Reply Quote 1
                                    • nexusone13
                                      nexusone13 @mYSt last edited by

                                      @mYSt merci à toi pour ton très beau thème

                                      ARRM (Another Gamelist, Roms manager, and Scraper for Recalbox, Batocera, Retropie) : http://jujuvincebros.fr/telechargements2/file/10-arrm-another-recalbox-roms-manager
                                      Wiki ARRM: http://www.jujuvincebros.fr/wiki/arrm/
                                      Discord: https://discord.gg/p7QsBTS

                                      mYSt 1 Reply Last reply Reply Quote 1
                                      • mYSt
                                        mYSt Theme moderator @nexusone13 last edited by

                                        @nexusone13 merci pour ton taf aussi !

                                        1 Reply Last reply Reply Quote 1
                                        • jorgemagana
                                          jorgemagana last edited by

                                          Hello, today the screenscraper site is working again, but I can not access with ARRM 1.8.7.3. When I click con "Check Screen Scraper" a message says that server is not responding.

                                          nexusone13 1 Reply Last reply Reply Quote 0
                                          • nexusone13
                                            nexusone13 @jorgemagana last edited by

                                            @jorgemagana hi. Get the last version 1.8.7.4

                                            ARRM (Another Gamelist, Roms manager, and Scraper for Recalbox, Batocera, Retropie) : http://jujuvincebros.fr/telechargements2/file/10-arrm-another-recalbox-roms-manager
                                            Wiki ARRM: http://www.jujuvincebros.fr/wiki/arrm/
                                            Discord: https://discord.gg/p7QsBTS

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

                                            Want to support us ?

                                            80
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com