Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] How to log out of Zotify? #6

Open
rahaaatul opened this issue May 25, 2023 · 5 comments
Open

[Question] How to log out of Zotify? #6

rahaaatul opened this issue May 25, 2023 · 5 comments

Comments

@rahaaatul
Copy link

I logged in with my main account, but after thoroughly reading the README file, I wanted to log out of Zotify immediately. However, there is no documentation on how to log out of Zotify. So, how do I log out?

@skapoof
Copy link

skapoof commented Jul 12, 2023

Hey, did you find a way to logout?

@lirwin3007
Copy link

lirwin3007 commented Jul 14, 2023

The credentials are stored here:

zotify/zotify/config.py

Lines 245 to 247 in ff527fe

'win32': Path.home() / 'AppData/Roaming/Zotify',
'linux': Path.home() / '.local/share/zotify',
'darwin': Path.home() / 'Library/Application Support/Zotify'

You should be able to 'log out' by removing the credentials.json file at this location. For example on linux:

rm ~/.local/share/zotify/credentials.json

@yodaluca23
Copy link

On my mac their is no Zotify folder under '~/Library/Application Support/Zotify'

@yodaluca23
Copy link

On my mac their is no Zotify folder under '~/Library/Application Support/Zotify'

Neverminds, you need to run it once first...

@j1gg3
Copy link

j1gg3 commented Aug 26, 2024

The credentials are stored here:

zotify/zotify/config.py

Lines 245 to 247 in ff527fe

'win32': Path.home() / 'AppData/Roaming/Zotify',
'linux': Path.home() / '.local/share/zotify',
'darwin': Path.home() / 'Library/Application Support/Zotify'

You should be able to 'log out' by removing the credentials.json file at this location. For example on linux:

rm ~/.local/share/zotify/credentials.json

so how to modify to use my credentials.json file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants