You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONFIGINI.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -846,7 +846,7 @@ Allowed in sections: `[<PLATFORM>]`
846
846
847
847
#### addExtensions
848
848
849
-
Adds the rom extensions to the ones that are already supported by the platform, use a space between each extension.
849
+
Adds the rom extensions to the ones that are already supported by the platform, use a space between each extension. You may omit the `*` or even `*.` when providing an extension.
Copy file name to clipboardExpand all lines: hints.xml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,12 @@
31
31
<hint>You can scrape game manuals with Skyscraper and display them if your frontend supports this. Use manuals=true in config.ini.</hint>
32
32
<hint>You can make Skyscraper use the XDG Base Directories on Linux systems. See the https://gemba.github.io/skyscraper/XDG documentation.</hint>
33
33
<hint>Skyscraper supports the ES-DE frontend gamelist format.</hint>
34
-
<hint>You can add new platforms (i.e., systems to scrape) with configuration file edits. See https://gemba.github.io/skyscraper/PLATFORMS</hint>
34
+
<hint>You can add new platforms (i.e., systems to scrape) by editing configuration files. See https://gemba.github.io/skyscraper/PLATFORMS</hint>
35
35
<hint>You can scrape data from GameBase DB files with Skyscraper. GameBase DBs are a well of information especially for indie or homebrew games for retro systems.</hint>
36
36
<hint>Skyscraper supports ten scraping modules: 7 for online sources and 3 for local sources.</hint>
37
37
<hint>Pizza and beer go well together.</hint>
38
38
<hint>Skyscraper debuted at June, 11th 2017.</hint>
39
39
<hint>Skyscraper runs on Linux, macOS and Windows.</hint>
40
40
<hint>You can use relative paths for almost every path related option. See https://gemba.github.io/skyscraper/PATHHANDLING</hint>
41
+
<hint>For a file extension/suffix option value like '*.ext', you can use the shorter forms '.ext' or even only 'ext'.</hint>
0 commit comments