Advertisement
Guest User

Untitled

a guest
Jan 20th, 2024
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. ; --------------------------------------------------------------------
  2. ; Skyscraper by Lars Muldjord (https://github.com/Gemba/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 by 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 overrule main configs.
  20.  
  21. ; Uncomment the lines you wish to use (remove the ';' in front of the lines).
  22. ; Also remember to uncomment or create the sections they belong to such as '[snes]'.
  23.  
  24. [main]
  25. ;inputFolder="/home/pi/RetroPie/roms"
  26. ;excludePattern="*[BIOS]*"
  27. ;includePattern="Super*"
  28. ;excludeFrom="/home/pi/.skyscraper/excludes.txt"
  29. ;includeFrom="/home/pi/.skyscraper/includes.txt"
  30. ;gameListFolder="/home/pi/RetroPie/roms"
  31. ;gameListBackup="false"
  32. ;mediaFolder="/home/pi/RetroPie/roms"
  33. ;cacheFolder="/home/pi/.skyscraper/cache"
  34. ;cacheResize="false"
  35. ;nameTemplate="%t [%f], %P player(s)"
  36. ;jpgQuality="95"
  37. ;cacheCovers="true"
  38. ;cacheScreenshots="true"
  39. ;cacheWheels="true"
  40. ;cacheMarquees="true"
  41. ;cacheTextures="true"
  42. ;importFolder="/home/pi/.skyscraper/import"
  43. ;unpack="false"
  44. ;frontend="emulationstation"
  45. ;emulator=""
  46. ;launch=""
  47. ;videos="false"
  48. ;videoSizeLimit="42"
  49. ;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"
  50. ;videoConvertExtension="mp4"
  51. ;symlink="false"
  52. ;brackets="true"
  53. ;maxLength="10000"
  54. ;threads="2"
  55. ;pretend="false"
  56. ;unattend="false"
  57. ;unattendSkip="false"
  58. ;interactive="false"
  59. ;forceFilename="false"
  60. ;verbosity="1"
  61. ;skipped="false"
  62. ;maxFails="30"
  63. ;lang="en"
  64. ;region="wor"
  65. ;langPrios="en,de,es"
  66. ;regionPrios="eu,us,ss,uk,wor,jp"
  67. ;minMatch="0"
  68. ;artworkXml="artwork.xml"
  69. ;relativePaths="false"
  70. ;addExtensions="*.zst"
  71. ;hints="false"
  72. ;subdirs="true"
  73. ;spaceCheck="true"
  74. ;scummIni="/full/path/to/scummvm.ini"
  75. ;tidyDesc="true"
  76.  
  77. ; The following is an example of configs that only affect the 'snes' platform.
  78. ;[snes]
  79. ;inputFolder="/home/pi/RetroPie/roms/amiga"
  80. ;excludePattern="*[BIOS]*"
  81. ;includePattern="Super*"
  82. ;excludeFrom="/home/pi/.skyscraper/excludes/snes/excludes.txt"
  83. ;includeFrom="/home/pi/.skyscraper/includes/snes/includes.txt"
  84. ;gameListFolder="/home/pi/RetroPie/roms/amiga"
  85. ;mediaFolder="/home/pi/RetroPie/roms/amiga/media"
  86. ;cacheFolder="/home/pi/.skyscraper/cache/amiga"
  87. ;cacheResize="false"
  88. ;nameTemplate="%t [%f], %P player(s)"
  89. ;jpgQuality="95"
  90. ;cacheCovers="true"
  91. ;cacheScreenshots="true"
  92. ;cacheWheels="true"
  93. ;cacheMarquees="true"
  94. ;cacheTextures="true"
  95. ;importFolder="/home/pi/.skyscraper/import/amiga"
  96. ;unpack="false"
  97. ;emulator=""
  98. ;launch=""
  99. ;videos="false"
  100. ;videoSizeLimit="42"
  101. ;symlink="false"
  102. ;brackets="true"
  103. ;lang="en"
  104. ;region="wor"
  105. ;langPrios="en,de,es"
  106. ;regionPrios="eu,us,ss,uk,wor,jp"
  107. ;minMatch="0"
  108. ;maxLength="10000"
  109. ;threads="2"
  110. ;startAt="filename"
  111. ;endAt="filename"
  112. ;pretend="false"
  113. ;unattend="false"
  114. ;unattendSkip="false"
  115. ;interactive="false"
  116. ;forceFilename="false"
  117. ;verbosity="1"
  118. ;skipped="false"
  119. ;artworkXml="artwork.xml"
  120. ;relativePaths="false"
  121. ;extensions="*.zip *.uae *.adf"
  122. ;addExtensions="*.zst *.rom"
  123. ;subdirs="true"
  124.  
  125. ; The following is an example of configs that only affect the 'pegasus' frontend.
  126. ;[pegasus]
  127. ;excludePattern="*[BIOS]*"
  128. ;includePattern="Super*"
  129. ;artworkXml="artwork.xml"
  130. ;emulator=""
  131. ;launch=""
  132. ;gameListFolder="/home/pi/RetroPie/roms/amiga"
  133. ;gameListBackup="false"
  134. ;mediaFolder="/home/pi/RetroPie/roms/amiga/media"
  135. ;skipped="false"
  136. ;brackets="true"
  137. ;videos="false"
  138. ;symlink="false"
  139. ;startAt="filename"
  140. ;endAt="filename"
  141. ;unattend="false"
  142. ;unattendSkip="false"
  143. ;forceFilename="false"
  144. ;verbosity="1"
  145. ;maxLength="10000"
  146.  
  147. ; The following is an example of configs that only affect the 'screenscraper' scraping module.
  148. [screenscraper]
  149. userCreds=":"
  150. ;threads="1"
  151. ;minMatch="0"
  152. ;maxLength="10000"
  153. ;interactive="false"
  154. ;cacheResize="false"
  155. ;jpgQuality="95"
  156. ;cacheCovers="true"
  157. ;cacheScreenshots="true"
  158. ;cacheWheels="true"
  159. ;cacheMarquees="true"
  160. ;cacheTextures="true"
  161. ;videos="false"
  162. ;videoSizeLimit="42"
  163. ;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"
  164. ;videoConvertExtension="mp4"
  165. ;;The following option is only applicable to 'screenscraper'
  166. ;videoPreferNormalized="true"
  167.  
  168. [esgamelist]
  169. cacheRefresh="true"
  170. cacheScreenshots="false"
  171.  
  172. [import]
  173. cacheRefresh="true"
  174.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement