docs: Reorganize doc contents

This commit is contained in:
FoxxMD 2025-10-30 19:56:07 +00:00
parent 2540ed3945
commit 891e591ceb
39 changed files with 267 additions and 2989 deletions

View file

@ -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}
[