Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrape only one rom to custom directory #58

Closed
unknown1818 opened this issue Apr 22, 2024 · 4 comments
Closed

Scrape only one rom to custom directory #58

unknown1818 opened this issue Apr 22, 2024 · 4 comments

Comments

@unknown1818
Copy link

unknown1818 commented Apr 22, 2024

Hi,

Im trying to scrape for one rom not whole folder

Skyscraper -p "nes" -s "screenscraper" -o "/folder/.tmp/" "/folder/game.nes"

But its not working

Can i ouput the image name to same name as rom game name? Or this will be crazy number 234234235?

@Gemba
Copy link
Owner

Gemba commented Apr 22, 2024

https://gemba.github.io/skyscraper/USECASE/ Note the two staged processs.

Works as designed.

-o has only an effect in the second stage, when you create the gamelist and write the mediafiles to whatever location.

@unknown1818
Copy link
Author

unknown1818 commented Apr 22, 2024

Sorry but im still dont understand.
I just want a single file or folder and get artwork there not in cache folder
Just to point directory and get on the same directory artwork for game

When i use code
Skyscraper -p "nes" -s "screenscraper" -a "/path/artwork.xml" -o "/path/gamefolder/artwork/" -i "/path/gamefolder/"

I got nothing in artwork folder is empty only in skyscraper in cache i found some covers with strange looking names like 235345345

@unknown1818
Copy link
Author

unknown1818 commented Apr 22, 2024

omg i understand now you must execute that command twice :D

first to get to cache and later generate from that cache

Skyscraper -p "nes" -s "screenscraper" -i "/path/gamefolder/"
Skyscraper -p "nes" -i "/path/gamefolder/" -o "/path/gamefolder/artwork/"

@Gemba
Copy link
Owner

Gemba commented Apr 24, 2024

Glad you found the way to achieve this.

@Gemba Gemba closed this as completed Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants