Skip to content

Commit

Permalink
Added options for PDF manual scraping
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemba authored May 8, 2024
1 parent 69c27c5 commit f5a6bd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.ini.example
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
;frontend="emulationstation"
;emulator=""
;launch=""
;manuals="false"
;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"
Expand Down Expand Up @@ -125,6 +126,7 @@
; The following is an example of configs that only affect the 'emulationstation' frontend.
[emulationstation]
;addFolders="false"
;gameListVariants="enable-manuals"

; The following is an example of configs that only affect the 'pegasus' frontend.
;[pegasus]
Expand Down

0 comments on commit f5a6bd9

Please sign in to comment.