Spatial and proprietary codecs switches

This commit is contained in:
Dniel97
2021-09-04 20:18:08 +02:00
parent 88605cf9a1
commit 1db378cbc6
2 changed files with 9 additions and 1 deletions

View File

@@ -76,6 +76,10 @@ loaded module. You'll find the configuration file here: `config/settings.json`
"download_path": "./downloads/",
"download_quality": "lossless"
},
"codecs": {
"proprietary_codecs": false,
"spatial_codecs": true
},
```
`download_quality`: Choose one of the following settings:
@@ -84,6 +88,10 @@ loaded module. You'll find the configuration file here: `config/settings.json`
* "high": AAC 320 kbit/s
* "low": AAC 96 kbit/s
`proprietary_codecs`: Enables/Disables MQA (Tidal Masters) downloading regardless the "hifi" setting from `download_quality`
`spatial_codecs`: Enables/Disables downloading of Dolby Atmos (EAC-3, AC-4) and Sony 360RA
### Tidal
```json
"tidal": {