Skip to content

Commit d8d58af

Browse files
committed
run trunk fmt
1 parent eb1292a commit d8d58af

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

docs/Getting-Started/Configuration-File.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,27 +93,31 @@ filesystem: { roms_folder: "my_roms" }
9393
The metadata scanners can have their priority changed by your config.yaml file. See the [config.example.yaml](https://github.com/rommapp/romm/blob/master/examples/config.example.yml) for the default values.
9494

9595
```yaml
96-
priority: { "metadata", "artwork", "region", "language" }
96+
priority: { "metadata", "artwork", "region", "language" }
9797
```
9898

9999
- **metadata**
100100
Changes the metadata provider preferred order for metadata sources.
101101
Example:
102102

103103
```yaml
104-
metadata: { "igdb", "moby", "ss", "ra", "lb", "hasheous", "flashpoint", "hltb" }
104+
metadata:
105+
{ "igdb", "moby", "ss", "ra", "lb", "hasheous", "flashpoint", "hltb" }
105106
```
106107

107108
- **artwork**
108109
Changes the metadata provider preferred order for cover art and screenshots.
109110
Example:
111+
110112
```yaml
111-
artwork: { "igdb", "moby", "ss", "ra", "lb", "hasheous", "flashpoint", "hltb" }
113+
artwork:
114+
{ "igdb", "moby", "ss", "ra", "lb", "hasheous", "flashpoint", "hltb" }
112115
```
113116

114117
- **region**
115118
Changes the metadata provider preferred region for cover art and game title (only used by Screenscraper)
116119
Example:
120+
117121
```yaml
118122
region: { "us", "wor", "ss", "eu", "jp" }
119123
```

docs/Getting-Started/Metadata-Providers.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,17 @@ To avoid unneccessary API calls, a cached file with the RA database is stored in
125125
![RA details](../resources/metadata_providers/2-ra.png)
126126

127127
### Flashpoint
128-
The [Flashpoint Project Database](https://flashpointproject.github.io/flashpoint-database/) is a project that enables metadata for 180,000+ flash and browser-based games. Enable this metadata source with the `FLASHPOINT_API_ENABLED=true` envrionment variable. If you are adding this provider to an existing RomM setup, perform a *partial search* with Flashpoint selected to update an existing platform.
128+
129+
The [Flashpoint Project Database](https://flashpointproject.github.io/flashpoint-database/) is a project that enables metadata for 180,000+ flash and browser-based games. Enable this metadata source with the `FLASHPOINT_API_ENABLED=true` envrionment variable. If you are adding this provider to an existing RomM setup, perform a _partial search_ with Flashpoint selected to update an existing platform.
129130

130131
### How Long To Beat
131-
The [How Long To Beat](https://howlongtobeat.com/) project provides game completion times for more than 84,000 games. Enable this metadata source with the `HLTB_API_ENABLED=true` envrionment variable. If you are adding this provider to an existing RomM setup, perform a *partial search* with Flashpoint selected to update an existing platform.
132132

133-
Game completion times will be added to a new tab on the details page for supported matched games.
133+
The [How Long To Beat](https://howlongtobeat.com/) project provides game completion times for more than 84,000 games. Enable this metadata source with the `HLTB_API_ENABLED=true` envrionment variable. If you are adding this provider to an existing RomM setup, perform a _partial search_ with Flashpoint selected to update an existing platform.
134+
135+
Game completion times will be added to a new tab on the details page for supported matched games.
134136

135137
## Metadata Tags in Filenames
138+
136139
Scans will now parse custom metadata tags in the filename that match specific patterns, and use them to fetch game metadata for the specified ID. The supported tags are:
137140

138141
(igdb-xxxx) for [IGDB](https://www.igdb.com/)

docs/Usage/LibraryManagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ The Game Data tab includes save files and save states, the ability to upload and
144144

145145
Finally the Personal tab has check boxes denoting if a game is backlogged, being played, or if it should be hidden. User data such as rating, difficulty, % completed, and the status of the game can also be set here. Retroachievements can be viewed from this tab for supported matched games.
146146

147-
If How Long To Beat is enabled as a metadata provider, there will also be a tab here for viewing that data as well.
147+
If How Long To Beat is enabled as a metadata provider, there will also be a tab here for viewing that data as well.

0 commit comments

Comments
 (0)