mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-05 15:40:22 +00:00
docs: Reorganize doc contents
This commit is contained in:
parent
2540ed3945
commit
891e591ceb
39 changed files with 267 additions and 2989 deletions
|
|
@ -42,7 +42,7 @@ If the file being played in VLC does not have ID3 tags/metadata information mult
|
|||
|
||||
To extract this information use [named capture groups](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Named_capturing_group) in your expression matching the field that should be extracted: `artist` `title` and/or `album`. MS accepts multiple expressions, the first one that matches a filename will be used.
|
||||
|
||||
Example usage in [a file-based config:](./?configType=file#webscrobbler-config)
|
||||
Example usage in [a file-based config:](/configuration?configType=file#configuration-types)
|
||||
|
||||
```json5 title="config/vlc.json" {10-15}
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue