Skip to content

Instantly share code, notes, and snippets.

@jrobio
Last active November 2, 2022 00:02
Show Gist options
  • Save jrobio/acb7ec5cc904def1537f43cb2b75239e to your computer and use it in GitHub Desktop.
Save jrobio/acb7ec5cc904def1537f43cb2b75239e to your computer and use it in GitHub Desktop.
lutris SRM Parser
```
# Parser type
····Selected: Glob
# Configuration title
····Lutris_SD
# Steam category
····${Lutris}
# Steam directory
····/home/deck/.steam/steam
# User accounts
····
····[x]: Skip found accounts with missing data directories
····[x]: Use account credentials
# ROMs directory
····/run/media/mmcblk0p1/Games/lutris
# Executable
····/usr/bin/flatpak
····[ ]: Follow .lnk or .desktop to destination (Windows and Linux only)
····[x]: Append arguments to executable
# Command line arguments
····run net.lutris.Lutris lutris:rungame/${title}
# Executable modifier
····"${exePath}"
# "Start In" directory
····
# User's glob
····*/${title}
# User's glob-regex
····null
# Manifests Directory
····null
# Amazon Games Path Override
····null
····[ ]: Launch games via Amazon Games
# Manifests Directory Override
····null
····[ ]: Launch games via Epic for online services
# Galaxy Path Override
····null
····[ ]: Launch games via GOG Galaxy
# itch.io AppData Path Override
····null
# Uplay Directory Override
····null
····[ ]: Launch games via UPlay for online services
# Title from custom variable
····
····[ ]: Case-insensitive variables
····[ ]: Skip file if variable was not found
····[ ]: Enable Title from Custom Variable
# Title modifier
····${fuzzyTitle}
# Fuzzy matching
····[x]: Replace diacritic characters
····[x]: Aggressive matching
····[x]: Remove (...) and [...] brackets
# Image providers
····Selected: SteamGridDB
····[ ]: Allow NSFW artwork
····[ ]: Allow joke artwork
# Allowed grid styles
····Selected:
# Allowed hero styles
····Selected:
# Allowed logo styles
····Selected:
# Allowed icon styles
····Selected:
# Allowed animation types
····Selected: static
# Online image query
····${${fuzzyTitle}}
# Image pool
····${fuzzyTitle}
# Default image
····
# Default tall image
····
# Default hero image
····
# Default logo image
····
# Default icon
····
# Local images
····
# Local tall images
····
# Local hero images
····
# Local logo images
····
# Local icons
····
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment