Advertisement
Guest User

Untitled

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