QoL improvements

- Better lyrics support for Dolby Atmos/Sony 360RA
- Added third party cover support
- Option to disable subscription checking added
- Fallback added if ffmpeg error occurs (needs newest OrpheusDL)
- More beautiful prints
This commit is contained in:
Dniel97
2022-01-20 01:05:30 +01:00
parent 823577ad88
commit 1d0a9d7243
3 changed files with 118 additions and 66 deletions

View File

@@ -5,9 +5,9 @@ OrpheusDL - Tidal
A Tidal module for the OrpheusDL modular archival music program
[Report Bug](https://github.com/yarrm80s/orpheusdl/issues)
[Report Bug](https://github.com/Dniel97/orpheusdl-tidal/issues)
·
[Request Feature](https://github.com/yarrm80s/orpheusdl/issues)
[Request Feature](https://github.com/Dniel97/orpheusdl-tidal/issues)
## Table of content
@@ -69,21 +69,25 @@ loaded module. You'll find the configuration file here: `config/settings.json`
### Global
```json
```json5
"global": {
"general": {
...
// ...
"download_quality": "lossless"
},
"formatting": {
"album_format": "{artist}/{name}{quality}{explicit}",
...
"album_format": "{artist}/{name}{quality}{explicit}"
// ...
},
"codecs": {
"proprietary_codecs": false,
"spatial_codecs": true
},
...
"covers": {
"main_resolution": 1400
// ...
}
// ...
}
```
@@ -111,6 +115,11 @@ loaded module. You'll find the configuration file here: `config/settings.json`
`spatial_codecs`: Enables/Disables downloading of Dolby Atmos (EAC-3, AC-4) and Sony 360RA
`main_resolution`: Tidal only supports 80x80, 160x160, 320x320, 480x480, 640x640, 1080x1080 and 1280x1280px
(1280px won't work for playlists). If you choose 1400 or anything above 1280, it will get the highest quality even if
the highest is 4000x4000px. That's because Tidal doesn't provide the "origin artwork" size, so the module will just get
the largest.
### Tidal
```json
"tidal": {