Skip to content

Instantly share code, notes, and snippets.

@mliradelc
Created May 28, 2020 14:59
Show Gist options
  • Save mliradelc/ec46f7d4dc8f6b30494a682c172d8cb9 to your computer and use it in GitHub Desktop.
Save mliradelc/ec46f7d4dc8f6b30494a682c172d8cb9 to your computer and use it in GitHub Desktop.
Skyscraper config file
# --------------------------------------------------------------------
# Skyscraper by Lars Muldjord (https://github.com/muldjord/skyscraper)
# --------------------------------------------------------------------
# This is an example config file for use with Skyscraper. Use it as a template for creating
# your own. If you copy this file to 'config.ini' it will be used per default.
# You can always copy config.ini.example to a filename of your choice and make Skyscraper
# use it with the '-c CONFIGFILE' command line option.
# You can have several platform sections in one config file. Further down is an example of
# a generic platform setup. Check '--help' for more info on supported platforms.
# You can have several scraping module sections in one config file. Further down is an example
# of a generic module setup. Check '--help' for more info on supported modules.
# Remember that most of these settings can also be set as command line options. Doing so
# will overrule the options seen here except for the scraping module configs which
# overrules everything else.
# Platform specific configs overrules main configs.
# Uncomment the sections and lines you wish to use:
[main]
##Setting input, gamelist or media folder here, will automatically append '/[platform]' to path.
##If you need better control, use the same variables under a [<platform>] section instead.
inputFolder="<mount-point-of-sd>/home/pi/RetroPie/roms"
excludeFiles="*[BIOS]*"
#includeFiles="Super*"
gamelistFolder="<mount-point-of-sd>/home/pi/RetroPie/roms"
mediaFolder="<mount-point-of-sd>/home/pi/RetroPie/roms"
cacheFolder="/home/<USER>/.skyscraper/cache"
#cacheResize="false"
#nameTemplate="%t [%f], %P player(s)"
#jpgQuality="95"
#cacheCovers="true"
#cacheScreenshots="true"
#cacheWheels="true"
#cacheMarquees="true"
importFolder="/home/<USER>/.skyscraper/import"
#unpack="false"
frontend="emulationstation"
#emulator=""
#launch=""
#videos="false"
#videoSizeLimit="42"
#videoConvertCommand="ffmpeg -i %i -y -pix_fmt yuv420p -t 00:00:10 -c:v libx264 -crf 23 -c:a aac -b:a 64k -vf scale=640:480:force_original_aspect_ratio=decrease,pad=640:480:(ow-iw)/2:(oh-ih)/2,setsar=1 %o"
#videoConvertExtension="mp4"
#symlink="false"
#brackets="true"
#maxLength="10000"
#threads="2"
#pretend="false"
#unattend="false"
#unattendSkip="false"
#interactive="false"
#forceFilename="false"
#verbosity="1"
#skipped="false"
#maxFails="30"
#lang="en"
#region="wor"
langPrios="en,es,de"
#regionPrios="eu,us,ss,uk,wor,jp"
#minMatch="0"
#artworkXml="artwork.xml"
#relativePaths="false"
#addExtensions="*.zst"
#hints="false"
#subdirs="true"
#spaceCheck="true"
#scummIni="/full/path/to/scummvm.ini"
['screenscraper']
userCreds="USER:PASS"
#threads="1"
#minMatch="0"
#maxLength="10000"
#interactive="false"
#cacheResize="false"
#jpgQuality="95"
#cacheCovers="true"
#cacheScreenshots="true"
#cacheWheels="true"
#cacheMarquees="true"
#videos="false"
#videoSizeLimit="42"
#videoConvertCommand="ffmpeg -i %i -y -pix_fmt yuv420p -t 00:00:10 -c:v libx264 -crf 23 -c:a aac -b:a 64k -vf scale=640:480:force_original_aspect_ratio=decrease,pad=640:480:(ow-iw)/2:(oh-ih)/2,setsar=1 %o"
#videoConvertExtension="mp4"
##The following option is only applicable to 'screenscraper'
#videoPreferNormalized="true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment