Skip to content

queeup-containers/skyscraper-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

skyscraper in a container

Usage

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

About

Powerful and versatile game data scraper written in Qt and C++.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors