Français
General
Scrape
Template
Gestion de Roms
Gamelist
- Sauvegarde du gamelist.xml
Outils
Divers
English
General
Scrape
Template
Roms management
Gamelist
- Saving the gamelist.xml
Tools
Miscellaneous
General
Scrape
Template
Gestion de Roms
Gamelist
Outils
Divers
General
Scrape
Template
Roms management
Gamelist
Tools
Miscellaneous
You can delete unused images and videos (orphan) in your gamelist.xml, i.e. images and videos not associated with an existing ROM. Orphan images and videos can exist when you delete Roms for instance.
Here's the procedure to follow :
Select the system (only one) and click on 'Display'
Check in the 'Folders' tab that the path of the images and videos are correct and correspond to the path of the media in the gamelist.
When the database is filled with the ROMs found, go to 'Images Options' tab and click on 'Delete unused photos and videos' button.
Example: if you have an image in your gamelist with this path:
<image>./media/images/10yard-mix.png</image>
if you have declared this path as 'image folder' in the “Folders” tab:
“downloaded_images”
When you click on the “Delete unused photos and videos” button, the “./downloaded_images/10yard-mix.png” image will be deleted, because it cannot find a match in the gamelist.
ARRM will search the gamelist for the following image:
“./downloaded_images/10yard-mix.png”
But it can't find it since in this example the image in the gamelist is:
“./media/images/10yard-mix.png”
and it will therefore erase it.