Cette page a été déplacée, le nouvel emplacement est customize_provider_gamelist_en_relooked.

Customize the <provider> section of the gamelist.xml

Available from version 1.9.1.1 Beta 4

It is possible to add information in the <provider> section of your gamelist.xml which will be added when creating the gamelist.xml. This information will be read from the file %appdata%\Nexouille soft\arrm\database\provider_custom.txt which you can modify by clicking on the icon

To do this, go to the Gamelist TAGS tab.

Check Provider Custom

the provider_custom.txt file is made up as follows:

Tag name (your choice) | comment/description

example :

scraped_by|Nexusone13
information|This pack was done by Nexusone13
version|Updated on 01/31/2022
You can give any name to the tags, except provider

Since 1.9.1.2 Beta 11 you can use Date/Time variables in your provider_custom.txt

The variables are:

Which can give for example a provider_custom.txt like this:

scraped_by|Captain Cavern
information|This pack was done by Captain Cavern
version|Updated on %MM%-%dd%-%yyyy% %HH%:%mm%

When the gamelist.xml will be generated it will give:

<?xml version="1.0" encoding="utf-8"?>
<gameList>
  <provider>
    <system>neogeo</system>
    <software>ARRM</software>
    <web>http://jujuvincebros.fr/wiki/arrm/doku.php</web>
    <scraped_by>Captain Cavern</scraped_by>
    <information>This pack was done by Captain Cavern</information>
    <version>Updated on 02-23-2022 18:15</version>
  </provider>
  
  <gameid="37604">
    <path>./- Metal Slug/mslug.zip</path>
...