cd "<Roms directory>"
# Get artworks to cache
podman run --rm --name skyscraper-container \
--volume "$(pwd):/roms" \
--volume "/tmp:/skyscraper_cache" \
localhost/skyscraper:latest \
-p psx -s screenscraper \
--flags nocovers,nowheels,notextures,nomarquees,relative,unattend,nohints \
-t 1 -i /roms -g /roms -o /roms/media -d /skyscraper_cache
# Put artworks to directory
podman run --rm --name skyscraper-container \
--volume "$(pwd):/roms" \
--volume "/tmp:/skyscraper_cache" \
localhost/skyscraper:test \
-p psx \
--flags nocovers,nowheels,notextures,nomarquees,relative,unattend,nohints \
-t 1 -i /roms -g /roms -o /roms/media -d /skyscraper_cache