Mastermindzh / tidal-hifi

The web version of Tidal running in electron with hifi support thanks to widevine.
Other
911 stars 54 forks source link

Max isn't available #399

Closed codelikeachode closed 1 month ago

codelikeachode commented 1 month ago

With the change in Tidal's subscription plans, Max is available for everyone now. But I can't select it from within the app. The screenshots attached shows the difference. The first one is the application, second is the Tidal web player. I thought max quality was supposed to be available though.

tidal-hifi-bin1


tidal-web-player

Mastermindzh commented 1 month ago

Hey,

As long as you're paying a subscription you should be able to access it now 😄. Though, TIDAL is stubborn with logins etc so it might be best to remove all cache and relog. You can do so with the following commands:

# safeguard the config
cp ~/.config/tidal-hifi/config.json ~/tidal-config.json

# delete the caches/login/browser info
rm -rf ~/.config/tidal-hifi/

# you can start tidal here with the default config, or copy it back first
cp ~/tidal-config.json ~/.config/tidal-hifi/config.json

# you can remove the config file from your home directory that we used as a backup:
rm ~/tidal-config.json
codelikeachode commented 1 month ago

Thanks, all is good now!