GithubHelp home page GithubHelp logo

Docker instructions about spotify-skill HOT 5 CLOSED

vallard avatar vallard commented on May 26, 2024
Docker instructions

from spotify-skill.

Comments (5)

forslund avatar forslund commented on May 26, 2024

Hi, the XDG_CONFIG_DIRS variable can be used to shift it to a location of your choice but that would affect the rest of mycroft (which will start using the XDG paths as well), your idea of an env variable is a good idea!

In auth.py you can probably change L21 to

auth_dir = os.environ.get('SPOTIFY_SKILL_CREDS_DIR') or BaseDirectory.save_config_path('spotipy')

You need to import os at the top somewhere and do a similar change in spotify.py on L69 to match.

Would love a PR for that, otherwise I can probably get time to add it this weekend.

from spotify-skill.

vallard avatar vallard commented on May 26, 2024

yeah, I can work on it next weekend. (not this one) Will send a PR. Thank you!

from spotify-skill.

forslund avatar forslund commented on May 26, 2024

Hi @vallard, did you do any work on this already or should I tackle it?

from spotify-skill.

vallard avatar vallard commented on May 26, 2024

from spotify-skill.

forslund avatar forslund commented on May 26, 2024

The addition has been merged and readme has been updated with brief info. Closing this issue now.

from spotify-skill.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.