Improved mobile session

- Added `enable_mobile` setting to enable mobile session login
- Updated README to reflect changes
- Added really useless SessionType Enum
This commit is contained in:
Dniel97
2021-10-16 15:09:36 +02:00
parent b82f9748de
commit 95593cc50c
3 changed files with 59 additions and 34 deletions

View File

@@ -114,13 +114,20 @@ loaded module. You'll find the configuration file here: `config/settings.json`
### Tidal
```json
"tidal": {
"client_token": "",
"client_secret": "",
"tv_token": "aR7gUaTK1ihpXOEP",
"tv_secret": "eVWBEkuL2FCjxgjOkR3yK0RYZEbcrMXRc2l8fU3ZCdE=",
"mobile_token": "dN2N95wCyEBTllu4",
"enable_mobile": true
}
```
`client_token`: Enter a valid TV client token
`tv_token`: Enter a valid TV client token
`client_secret`: Enter a valid TV client secret for the `client_token`
`tv_secret`: Enter a valid TV client secret for the `tv_token`
`mobile_token`: Enter a valid MOBILE client token
`enable_mobile`: Enables a second MOBILE session which needs a `username` and `password` (can be the same "TV" account)
to archive Sony 360RA and Dolby AC-4 if available
<!-- Contact -->
## Contact