forslund / spotify-skill

Mycroft Skill to control spotify using the Spotify Connect API
Apache License 2.0
71 stars 38 forks source link

Can't find XDG_CONFIG #179

Closed derekantrican closed 1 year ago

derekantrican commented 1 year ago

Apologize - fairly new to linux/raspberry pi.

Trying to follow the readme:

The config will by default be stored in the XDG_CONFIG directory, which is often ~/.config, so by default the generated files are found in ~/.config/spotipy/. If you wish to use another directory you can set the environment variable SPOTIFY_SKILL_CREDS_DIR to the directory where you'd like to store the config. This is useful when running in docker for example.

On my picroft instance I've installed the spotify skill and I don't see XDG_CONFIG or ~/.config/spotipy/: image

Am I missing something? Has something changed? Does the README need to be updated?

forslund commented 1 year ago

Hi, the folder should appear after you've run the auth.py step of connecting to spotify

Have you done this and asked the script to save the auth information?

forslund commented 1 year ago

Since there's been no activity here in a while I'm closing this issue. If the problem persists please reopen the issue.