Small improvements/enhancements
- Added correct sample_rate and bit_depth for Dolby Atmos, Sony 360RA (MQA is still wrong, maybe not even possible?)
- Fixed session refreshing on every launch
- Added `{quality}` and `{explicit}` options to `album_format`, see README
- Fixed animated album cover bug
This commit is contained in:
23
README.md
23
README.md
@@ -72,14 +72,19 @@ loaded module. You'll find the configuration file here: `config/settings.json`
|
||||
```json
|
||||
"global": {
|
||||
"general": {
|
||||
"album_search_return_only_albums": false,
|
||||
"download_path": "./downloads/",
|
||||
...
|
||||
"download_quality": "lossless"
|
||||
},
|
||||
"formatting": {
|
||||
"album_format": "{album_name}{quality}{explicit}",
|
||||
...
|
||||
},
|
||||
"codecs": {
|
||||
"proprietary_codecs": false,
|
||||
"spatial_codecs": true
|
||||
},
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
`download_quality`: Choose one of the following settings:
|
||||
@@ -88,6 +93,20 @@ loaded module. You'll find the configuration file here: `config/settings.json`
|
||||
* "high": AAC 320 kbit/s
|
||||
* "low": AAC 96 kbit/s
|
||||
|
||||
`album_format`:
|
||||
* `{quality}` will add
|
||||
```
|
||||
[Dolby Atmos]
|
||||
[360]
|
||||
[M]
|
||||
```
|
||||
depending on the album quality
|
||||
* `{explicit}` will add
|
||||
```
|
||||
[E]
|
||||
```
|
||||
to the album path
|
||||
|
||||
`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
|
||||
|
||||
Reference in New Issue
Block a user