Advertisement
Guest User

Untitled

a guest
Mar 24th, 2021
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. # --------------------------------------------------------------------
  2. # Skyscraper by Lars Muldjord (https://github.com/muldjord/skyscraper)
  3. # --------------------------------------------------------------------
  4.  
  5. # This is an example config file for use with Skyscraper. Use it as a template for creating
  6. # your own. If you copy this file to 'config.ini' it will be used per default.
  7. # You can always copy config.ini.example to a filename of your choice and make Skyscraper
  8. # use it with the '-c CONFIGFILE' command line option.
  9.  
  10. # You can have several platform sections in one config file. Further down is an example of
  11. # a generic platform setup. Check '--help' for more info on supported platforms.
  12.  
  13. # You can have several scraping module sections in one config file. Further down is an example
  14. # of a generic module setup. Check '--help' for more info on supported modules.
  15.  
  16. # Remember that most of these settings can also be set as command line options. Doing so
  17. # will overrule the options seen here except for the scraping module configs which
  18. # overrules everything else.
  19. # Platform specific configs overrules main configs.
  20.  
  21. # Uncomment the sections and lines you wish to use:
  22.  
  23. [main]
  24. ##Setting input, gamelist or media folder here, will automatically append '/[platform]' to path.
  25. ##If you need better control, use the same variables under a [<platform>] section instead.
  26. #inputFolder="/home/pi/RetroPie/roms"
  27. inputFolder="/media/usb/retropie-mount/roms"
  28. #excludeFiles="*[BIOS]*"
  29. #includeFiles="Super*"
  30. #gameListFolder="/home/pi/RetroPie/roms"
  31. gameListFolder="/media/usb/retropie-mount/roms"
  32. #gameListBackup="false"
  33. #mediaFolder="/home/pi/RetroPie/roms"
  34. mediaFolder="/media/usb/retropie-mount/roms/media"
  35. #cacheFolder="/home/pi/.skyscraper/cache"
  36. cacheFolder="/media/usb/retropie-mount/skyscrapercache"
  37. #cacheResize="false"
  38. #nameTemplate="%t [%f], %P player(s)"
  39. #jpgQuality="95"
  40. #cacheCovers="true"
  41. #cacheScreenshots="true"
  42. #cacheWheels="true"
  43. #cacheMarquees="true"
  44. #importFolder="/home/pi/.skyscraper/import"
  45. #unpack="false"
  46. #frontend="emulationstation"
  47. #emulator=""
  48. #launch=""
  49. #videos="false"
  50. #videoSizeLimit="42"
  51. #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"
  52. #videoConvertExtension="mp4"
  53. #symlink="false"
  54. #brackets="true"
  55. #maxLength="10000"
  56. #threads="2"
  57. #pretend="false"
  58. #unattend="false"
  59. #unattendSkip="false"
  60. #interactive="false"
  61. #forceFilename="false"
  62. #verbosity="1"
  63. #skipped="false"
  64. #maxFails="30"
  65. #lang="en"
  66. #region="wor"
  67. #langPrios="en,de,es"
  68. #regionPrios="eu,us,ss,uk,wor,jp"
  69. #minMatch="0"
  70. #artworkXml="artwork.xml"
  71. #relativePaths="false"
  72. #addExtensions="*.zst"
  73. #hints="false"
  74. #subdirs="true"
  75. #spaceCheck="true"
  76. #scummIni="/full/path/to/scummvm.ini"
  77.  
  78. #[<PLATFORM, eg 'amiga'>]
  79. #inputFolder="/home/pi/RetroPie/roms/amiga"
  80. #excludeFiles="*[BIOS]*"
  81. #includeFiles="Super*"
  82. #gameListFolder="/home/pi/RetroPie/roms/amiga"
  83. #mediaFolder="/home/pi/RetroPie/roms/amiga/media"
  84. #cacheFolder="/home/pi/.skyscraper/cache/amiga"
  85. #cacheResize="false"
  86. #nameTemplate="%t [%f], %P player(s)"
  87. #jpgQuality="95"
  88. #cacheCovers="true"
  89. #cacheScreenshots="true"
  90. #cacheWheels="true"
  91. #cacheMarquees="true"
  92. #importFolder="/home/pi/.skyscraper/import/amiga"
  93. #unpack="false"
  94. #emulator=""
  95. #launch=""
  96. #videos="false"
  97. #videoSizeLimit="42"
  98. #symlink="false"
  99. #brackets="true"
  100. #lang="en"
  101. #region="wor"
  102. #langPrios="en,de,es"
  103. #regionPrios="eu,us,ss,uk,wor,jp"
  104. #minMatch="0"
  105. #maxLength="10000"
  106. #threads="2"
  107. #startAt="filename"
  108. #endAt="filename"
  109. #pretend="false"
  110. #unattend="false"
  111. #unattendSkip="false"
  112. #interactive="false"
  113. #forceFilename="false"
  114. #verbosity="1"
  115. #skipped="false"
  116. #artworkXml="artwork.xml"
  117. #relativePaths="false"
  118. #extensions="*.zip *.uae *.adf"
  119. #addExtensions="*.zst *.rom"
  120. #subdirs="true"
  121.  
  122. #[<FRONTEND, eg 'pegasus'>]
  123. #excludeFiles="*[BIOS]*"
  124. #includeFiles="Super*"
  125. #artworkXml="artwork.xml"
  126. #emulator=""
  127. #launch=""
  128. #gameListFolder="/home/pi/RetroPie/roms/amiga"
  129. #gameListBackup="false"
  130. #mediaFolder="/home/pi/RetroPie/roms/amiga/media"
  131. #skipped="false"
  132. #brackets="true"
  133. #videos="false"
  134. #symlink="false"
  135. #startAt="filename"
  136. #endAt="filename"
  137. #unattend="false"
  138. #unattendSkip="false"
  139. #forceFilename="false"
  140. #verbosity="1"
  141. #maxLength="10000"
  142.  
  143. #[<SCRAPING MODULE, eg 'screenscraper'>]
  144. #userCreds="user:password"
  145. #threads="1"
  146. #minMatch="0"
  147. #maxLength="10000"
  148. #interactive="false"
  149. #cacheResize="false"
  150. #jpgQuality="95"
  151. #cacheCovers="true"
  152. #cacheScreenshots="true"
  153. #cacheWheels="true"
  154. #cacheMarquees="true"
  155. #videos="false"
  156. #videoSizeLimit="42"
  157. #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"
  158. #videoConvertExtension="mp4"
  159. ##The following option is only applicable to 'screenscraper'
  160. #videoPreferNormalized="true"
  161.  
  162.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement