@iron-magus said in Running skyscraper from command line and need help[:
(Also, you MIGHT not need the trailing “nes” in the gamelist and media folders, I think it’s implied. At least it is when setting them via config.ini in the main section, but not in a platform section. If your xml shows up in “gamelists/nes/nes” go ahead and just point them at “gamelists”/“downloaded_media”; it should automatically use a “<platform>” subfolder for each different one.)
When setting them on command-line the nes part is required. :) It is similar to setting it in a [nes] section in /home/USER/.skyscraper/config.ini.
@Gorf The credentials in /home/USER/.skyscraper/config.ini will be used if they are added using this exact formar:
[screenscraper]
userCreds="USER:PASSWORD"
I would also set the following which allows you to leave out the -g and -o part of your command:
[main]
gameListFolder="/home/pi/.emulationstation/gamelists"
mediaFolder="/home/pi/.emulationstation/downloaded_media"
Setting those in [main] will automatically add the /nes part to the end of them as @iron-magus explained.
Lastly, you don't need the -t 2 option when using ScreenScraper. It will overwrite it anyway. It is usable with other sources though.