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

@ -17,7 +17,7 @@ In order for multi-scrobbler to communicate with JRiver you must have [Web Serve
### URL
The URL used to connect to JRiver, set in your [file config as `url`.](#jriver-config) The URL used to connect ultimately must be formed like this:
The URL used to connect to JRiver, set in your [file config as `url`.](#configuration) The URL used to connect ultimately must be formed like this:
```
Syntax => [protocol]://[hostname]:[port]/[path]
@ -28,7 +28,7 @@ If any part of this URL is missing multi-scrobbler will use a default value. Thi
:::tip[Jriver Settings]
* Make sure the port number matches what is found in `Advanced` section in the [Media Network](#jriver) options.
* Make sure the port number matches what is found in `Advanced` section in the Media Network options.
* If your installation is on the same machine but you cannot connect using `localhost` try `0.0.0.0` instead.
:::