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:
15
README.md
15
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user