[SOFT] ARRM : Another Gamelist, Roms manager, and Scraper for Recalbox, Batocera, Retropie
-
Hi everyone,
A new version of ARRM is available :
1.9.1.0 (01/17/2022)
- Addition of a 'Without Artwork only' checkbox in the 'Scrape Options' tab which only processes ROMs for which the visual media (artworks) (checked in the 'Images Options' tab) are missing. Only missing artwork will be downloaded. Scrape modules other than Screenscraper will only show you the missing artwork. Ideal to complete your collections. See WIKI : http://jujuvincebros.fr/wiki/arrm/doku.php?id=scrape_missing_artwork_only_en
- Added some selectable fields in the replacement module
- Addition of a 'Delete Artwork(s)' button which allows, for the selected game, to delete the desired artwork(s).
- Addition of xbox360 template
- Addition of an 'ARRM folders' checkbox in the 'Gamelist Options' tab: When saving the gamelist.xml, allows ARRM to automatically create <folder> tags if it finds the following files in the directories current system: 'folder-name of the folder.png' and 'folder-name of the folder.txt'. Uncheck if you use your own <folder> tags "
- Addition of a 'ScummVM folders' checkbox in the 'Gamelist Options' tab: For Batocera, when creating the gamelists for the ScummVM and ResidualVM systems, automatically created the <folder> tags for the games.
- Addition of configuration files for the xbox360 system added in Batocera by Foclabroc
- Added a 'Create empty Rom file when no exists (Dev)' checkbox in the 'Tools' tab: When loading a gamelist.xml, if the ROM file does not exist, ARRM will create an empty ROM file . This feature is used by the developer to test user gamelists and detect anomalies. This option is not stored.
- Bug correction: during a scrape on Launchbox, the previously scraped video file was deleted. (detected by Nordicpower)
- When changing the template, the template thumbnail is updated
- For HFSDb you can activate the 'Exact search' checkbox when the game title contains:
- Fixed a bug which sometimes prevented the copying of <folder> tags when creating the gamelist.xml
- Update of the Steamdb and LaunchBox database
Donwload links:
Full version via arrm_setup.exe (remember to uninstall the previous version): http://jujuvincebros.fr/telechargements2/file/10-arrm-another-recalbox-roms-manager
Full version without using arrm_setup.exe. (Allows you to install or update the application by copying files): http://jujuvincebros.fr/telechargements2/category/12-arrm-executable-onlyChangelog : http://jujuvincebros.fr/wiki/arrm/doku.php?id=changelog-en
Beta versions page: http://jujuvincebros.fr/telechargements2/category/11-arrm-update-correctif
ARRM WIKI: http://www.jujuvincebros.fr/wiki/arrm/doku.php?id=Start-en
Videos tutorial playlist: https://www.youtube.com/playlist?list=PLwA4JmSgv-PtLlzwPMOad5Ti96UfsbSzK
Keep in touch : http://jujuvincebros.fr/wiki/arrm/doku.php?id=contact-en
Discord ARRM: https://discord.gg/p7QsBTS
Donations : http://www.jujuvincebros.fr/wiki/arrm/doku.php?id=donations-en -
@nexusone13 I've installed this latest version and found that when I create an Attract Mode romlist it uses the folder name for the emulator instead of the associated name. Am I doing something wrong or can this get fixed? Also did you look at making it so any hidden roms are simply not added to the AM romlist as it has no function to hide games, you just don't add/show them.
-
Hi @badfurday
This means that for the 'snes' folder the file would be like this#Name;Title;Emulator;CloneOf;Year;Manufacturer;Category;Players;Rotation;Control;Status;DisplayCount;DisplayType;AltRomname;AltTitle;Extra;Buttons 2020 Super Baseball (U) [b1];Super Baseball 2020;Super Nintendo Entertainment System;;1993;Pallas;Sport / Baseball, Sport;1-2;;;;;;;;
instead of
#Name;Title;Emulator;CloneOf;Year;Manufacturer;Category;Players;Rotation;Control;Status;DisplayCount;DisplayType;AltRomname;AltTitle;Extra;Buttons 2020 Super Baseball (U) [b1];Super Baseball 2020;snes;;1993;Pallas;Sport / Baseball, Sport;1-2;;;;;;;;
in accordance with the association made in the file attractmode_association.txt (snes|Super Nintendo Entertainment System)
If that's what you want, get the version 1.9.1.0 again that I fixed.
I also made sure that the hidden Roms are not present in the attractmode file -
@nexusone13 works perfect, thanks again!
-
@nexusone13 I'm getting the error below when I try to display my ScummVM folder:
Have you any idea what might be causing this?
-
@badfurday is \\retropie\roms\scummvm accessible with Windows explorer ?
-
@nexusone13 it is and can read/write ok. Checked folder/file permissions with Filezilla and it is set to 777. I don't think it has anything to do with your software tbh, just wondered if you had it happen before.
-
@badfurday I know that latest windows upgrade causes connection problems on SMB shares. There are discussions about this on the internet. But since you access it normally via the file explorer, I don't see where the problem can come from. sorry
-
-
Hi everyone,
A new version of ARRM is available :
1.9.1.1 (02/12/2022)
- Memory optimization on Launchbox to avoid crashes due to lack of memory.
- Addition of IGDB.com scrape engine. See wiki: http://jujuvincebros.fr/wiki/arrm/doku.php?id=scraper-igdb-en
- Addition: it is now possible to delete artwork/media tags in the replacement module
- Addition of an 'Update' tab, allowing to update the LaunchBox database, SteamDB as well as the configuration files. See wiki : http://jujuvincebros.fr/wiki/arrm/doku.php?id=settings-en#update
- Addition of a 'Provider Custom' checkbox in the 'Gamelist TAGs' tab which allows via a file %appdata%\Nexouille Soft\arrm\Database\provider_custom.txt to add tags/information automatically in the provider section of gamelist.xml . See wiki : http://jujuvincebros.fr/wiki/arrm/doku.php?id=customize_provider_gamelist_en
- Addition of help links (?) leading to dedicated sections of the Wiki
- Moved the 'Delete unused images and videos' button to the 'Tools' tab
- Moved 'Unused Overlays' button to 'Tools' tab
- Fixed a bug that copied '-extra1' images in the 'wheels' directory instead of 'extra1' when 4 images mode was not activated.
- Fixed a bug that sometimes scraping on HFSDB would cause ARRM to freeze.
- Fixed a bug that prevented scrapers other than Screenscraper from downloading the video if fanart was not checked
- Correction: Addition of an LF (line feed), if not present, when adding Roms in collections files (detected by Soaresden)
- Fixed: Export to Attract Mode now takes the name of the Attractmode system as Emulator and no longer the name of the ARRM system folder (Bug detected by BadFurDay on Retropie Forum)
- Fixed: Export to Attract Mode no longer takes into account hidden Roms (not managed by AttractMode)
Donwload links:
Full version via arrm_setup.exe (remember to uninstall the previous version): http://jujuvincebros.fr/telechargements2/file/10-arrm-another-recalbox-roms-manager
Full version without using arrm_setup.exe. (Allows you to install or update the application by copying files): http://jujuvincebros.fr/telechargements2/category/12-arrm-executable-onlyChangelog : http://jujuvincebros.fr/wiki/arrm/doku.php?id=changelog-en
Beta versions page: http://jujuvincebros.fr/telechargements2/category/11-arrm-update-correctif
ARRM WIKI: http://www.jujuvincebros.fr/wiki/arrm/doku.php?id=Start-en
Videos tutorial playlist: https://www.youtube.com/playlist?list=PLwA4JmSgv-PtLlzwPMOad5Ti96UfsbSzK
Keep in touch : http://jujuvincebros.fr/wiki/arrm/doku.php?id=contact-en
Discord ARRM: https://discord.gg/p7QsBTS
Donations : http://www.jujuvincebros.fr/wiki/arrm/doku.php?id=donations-en -
Hello @mitu ,
I have a question about the behavior of Retropie.
When a rom file exists on the sd card but is not referenced in the gamelist.xml, will Retropie still display it in emulationstation or can it be told to display only those present in the gamelist.xml?
This is related to the fact that the EmulationStation handles the <hidden> tag badly or not.
Thanks in advance -
@nexusone13 said in [SOFT] ARRM : Another Gamelist, Roms manager, and Scraper for Recalbox, Batocera, Retropie:
When a rom file exists on the sd card but is not referenced in the gamelist.xml, will Retropie still display it in emulationstation or can it be told to display only those present in the gamelist.xml?
By default, if a ROM is found and matches the system's list of extensions, it will be displayed. There is a configuration setting in EmulationStation (I'm sure there's also present in the versions used by Recalbox/Batocera) that disables this and instructs EmulationStation to read only the entries present in the gamelists (without checking if the file exists).
This is related to the fact that the EmulationStation handles the <hidden> tag badly or not.
The
hidden
tag is working fine, as far as I know. What do you mean by 'handles badly' ? -
@mitu It's related to .M3U files.
In ARRM I added a feature to automatically create M3Us and put in <hidden> in the gamelist.xml the files indicated in the M3U. One of my users told me that the <hidden> didn't work on Retropie and gave me this link:
https://retropie.org.uk/forum/topic/32385/hiding-files-where-m3u-is-used.
I then understood that <hidden> was not recognized -
@nexusone13 said in [SOFT] ARRM : Another Gamelist, Roms manager, and Scraper for Recalbox, Batocera, Retropie:
In ARRM I added a feature to automatically create M3Us and put in <hidden> in the gamelist.xml the files indicated in the M3U. One of my users told me that the <hidden> didn't work on Retropie and gave me this link:
That's not how the
hidden
tag works in EmulationStation - or at least in RetroPie's fork. The games withhidden
tag are really hidden only in Kiosk mode, not in regular operation mode. Similarly, games with thekidmode
kidgame
tag are the only ones shown in Child mode. -
thank you @mitu for this clarification
-
Hi everyone,
A new version of ARRM is available:
1.9.1.2 (03/19/2022)
-
Added: If the boxbacks recovered on Screenscraper are less than 4 KB they are considered as blank and not recovered. To avoid green empty boxbacks.
-
Added: 'Enable cache' checkbox in the 'Main options' tab, which allows textual information retrieved during a Scrape to be stored in a cache. Can be used for example following a crash during a scrape or a lack of gamelist. See Wiki: http://www.jujuvincebros.fr/wiki/arrm/doku.php?id=howto_cache_en
-
Added: 'Load from Cache' button to retrieve cache information kept during previous scrapes for selected Roms and selected system.
-
Added: 'Cache' button to cache already scraped selected elements.
-
Added: 'Compress databases' button in the 'Tools' tab, which allows to compress the size of the databases used by ARRM. Automatically launches every 20 ARRM launches.
-
Added: A checkbox: 'ROM Country Priority' in the 'Scrape Options' tab and in the media allocation forms. Allows to take in priority the artworks of the country indicated in parentheses in the name of the ROM file (screenscraper and launchbox). Wiki: http://jujuvincebros.fr/wiki/arrm/doku.php?id=media-assignation-en#order_of_priority_of_the_media_according_to_the_country
-
Added: an 'Ignore existing MD5' checkbox in the 'Scrape Options' tab, which allows, when scraping on Screenscraper, to ignore the MD5 that already exists in the gamelist / Roms information panel
-
Added: 'Arcade to Database' button in 'Update' tab: Used to update via .dat / .xml files the database used in 'Rename with Dat' or 'Arcade Clone Filter'. See Wiki: http://www.jujuvincebros.fr/wiki/arrm/doku.php?id=rename_game_with_datfiles_en#update_arcade_database_with_new_datfiles_dat_xml
-
Added: Date/time variables usable in provider_custom.txt: %yyyy% (year), %dd% (day), %MM% (month), %HH% (hour 24), %mm% (minute) Wiki: http://jujuvincebros.fr/wiki/arrm/doku.php?id=customize_provider_gamelist_en
-
Added: 'Cartridge' checkbox in the 'Filter' tab
-
Added: Change from 10 layers to 15 layers for templates
-
Added: A Philips CDI template by RustyMG
-
Modification: Button 'Create M3U' which makes it possible to create the M3U automatically for all or part of the selected roms. ARRM will search for files containing (dis*) (side*) (tape*) (part*) [part*]. Unique files are ignored. scrape information will be retained. Roms added in M3Us will have the attribute hidden in the gamelist.
-
Modification: It is possible to indicate a local file with full path in the layers of the templates: see wiki: http://jujuvincebros.fr/wiki/arrm/doku.php?id=create_template-en#definition_of_layers
-
Modification: It is possible to add other information for the customization of sub-folders with image and description. see wiki: http://jujuvincebros.fr/wiki/arrm/doku.php?id=custom_subfolder_en#new_format
-
Modification: To avoid overloading the HFSDB server, searches are carried out in priority on the MD5 (if existing), then the name of the file, then the name of the game. For HFSDB, it is advisable to check 'Force MD5 before scraper' in the 'Scrape Options' tab if the MD5s do not exist.
-
Modification: 'Rename with DAT' button: If the processed system is one of the Arcade systems declared in the %appdata%\Nexouille Soft\arrm\Database\arcade_systems_list.txt file, the search will first be done on the file name which in Arcade is normalized and the result will be very reliable, otherwise if the previous search does not return anything, the search will be done as before via MD5 / CRC32.
-
Modification: Support for other .dat / .xml file formats for 'Arcade to Database' and 'Rename with Dat' procedures. Sample .dat and .xml files can be found in %appdata%\Nexouille Soft\arrm\Database\tosec\samples and %appdata%\Nexouille Soft\arrm\Database\dat\samples
-
Fixed: On launch, error messages now appear after the Splashscreen
-
Fixed: when creating M3U files on 1.9.1.2 Beta versions, sometimes spaces were added before the .m3u (thanks Cdaters)
-
Fixed: The linked values ??displayed in the combobox associated with the 'DB fields' in the 'Search' tab take into account 'Show hidden' and are updated when entering the 'Search' tab
-
Fixed: When deleting unused images, images referenced in <folder> tags are no longer deleted
-
Fixed: The <emulator> tag is written again in gamelists when creating gamelists
-
Fixed: Bug: Choosing Fanart in replacement modules caused a crash
-
Fixed: Bug: Searching with MD5 on Screenscraper must give more precise results (passing the system as an argument)
-
Fixed: Bug of previous Beta versions (only) which caused a slowdown when loading gamelist containing more than 1360 roms.
-
Fixed: Bug that could occur following the implementation of API call limitations on HFSDB.
-
Deletion: Button 'Delete Rom' of the panel 'Rom information': use the button 'Delete Rom' of the panel 'Possible actions on selected Roms'
Donwload links:
Full version via arrm_setup.exe (remember to uninstall the previous version): http://jujuvincebros.fr/telechargements2/file/10-arrm-another-recalbox-roms-manager
Full version without using arrm_setup.exe. (Allows you to install or update the application by copying files): http://jujuvincebros.fr/telechargements2/category/12-arrm-executable-onlyChangelog : http://jujuvincebros.fr/wiki/arrm/doku.php?id=changelog-en
Beta versions page: http://jujuvincebros.fr/telechargements2/category/11-arrm-update-correctif
ARRM WIKI: http://www.jujuvincebros.fr/wiki/arrm/doku.php?id=Start-en
Videos tutorial playlist: https://www.youtube.com/playlist?list=PLwA4JmSgv-PtLlzwPMOad5Ti96UfsbSzK
Keep in touch : http://jujuvincebros.fr/wiki/arrm/doku.php?id=contact-en
Discord ARRM: https://discord.gg/p7QsBTS
Donations : http://www.jujuvincebros.fr/wiki/arrm/doku.php?id=donations-en -
-
I highly recommend this scraper! And if you are able, I suggest sending @nexusone13 some love! ARRM has so many more features than Skraper, (which seems to have stalled,) and development of this scraper app is very active.
ARRM makes short work of managing your gamelist files, and it works with different foundational platforms such as Batocera or Recalbox too. Unlike some additional setup steps to use Skraper on your PC (as opposed to directly on your Pi) ARRM allows you to work directly on your PC with whatever gamelist.xml file you give it.
The templates that you have access to for mix-art is amazing and configurable. Everything is configurable! There is in-line help, and/or the Wiki for more information/how-tos.
-
Thank you very much @cdaters for your encouragement, it makes me very happy.
Thank you also for identifying problems and suggesting improvements. -
-
-
-
Hi,
@nexusone13 for this excelent piece of software and for the continue improvement of the tool.
My question is related to subdirectories. I have some subfolders with artwork and samples with zip files inside. When I create the gamelist these samples and artworks appear in gamelist as a new entry.
Is there any way to avoid it, just scan the rom directory (parent directory) without subfolders?
workaround is mark as hidden these entries, but I wondering if there is other alternative.Thanks
moren1 -
Hi @morenr1 ,
If .zip is one of the searched extensions, ARRM will display it. It is not possible to indicate only the parent, since it is quite common to place roms in subfolders. That would be too many scenarios to handle. The solution to put in 'hidden', as you indicate, remains the solution. sorryI just sent you an email (check your spam)
-
Hi, @morenr1
Could you contact me Nexusone13#8474 on our ARRM discord: https://discord.gg/p7QsBTS channel #arrm or in private
Thank you
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.