mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-11 16:30:38 -07:00
feat: custom artist separator regex
This commit is contained in:
parent
164a9dc56f
commit
acb362e6ad
5 changed files with 65 additions and 36 deletions
|
|
@ -40,6 +40,9 @@ If the environment variable is defined without **and** with the suffix at the sa
|
|||
##### KOITO_LOG_LEVEL
|
||||
- Default: `info`
|
||||
- Description: One of `debug | info | warn | error | fatal`
|
||||
##### KOITO_ARTIST_SEPARATORS_REGEX
|
||||
- Default: `\s+·\s+`
|
||||
- Description: The list of regex patterns Koito will use to separate artist strings, separated by two semicolons (`;;`).
|
||||
##### KOITO_MUSICBRAINZ_URL
|
||||
- Default: `https://musicbrainz.org`
|
||||
- Description: The URL Koito will use to contact MusicBrainz. Replace this value if you have your own MusicBrainz mirror.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue