Untitled object in Config Schema¶
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | config.schema.json* |
SubsonicConfig Type¶
object (Details)
SubsonicConfig Properties¶
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| name | string |
Required | cannot be null | Config |
| password | string |
Required | cannot be null | Config |
| strict_mbid | boolean |
Optional | can be null | Config |
| url | string |
Required | cannot be null | Config |
| username | string |
Required | cannot be null | Config |
name¶
The name of the subsonic instance
name
-
is required
-
Type:
string -
cannot be null
-
defined in: Config
name Type¶
string
password¶
The password of the user
password
-
is required
-
Type:
string -
cannot be null
-
defined in: Config
password Type¶
string
strict_mbid¶
If set to true, only subsonic tracks that match the MBID of the requested recording are mapped
Only set this if your subsonic server is capable of searching by MBID (Like navidrome), and your collection has been passed through Musicbrainz Picard
strict_mbid
-
is optional
-
Type:
boolean -
can be null
-
defined in: Config
strict_mbid Type¶
boolean
url¶
The url of the subsonic instance
url
-
is required
-
Type:
string -
cannot be null
-
defined in: Config
url Type¶
string
username¶
The username of the user
username
-
is required
-
Type:
string -
cannot be null
-
defined in: Config
username Type¶
string