snolte26 / Pluto

A Python voice assistant
GNU General Public License v3.0
1 stars 2 forks source link

TODO: Music directory setup #6

Closed snolte26 closed 3 years ago

snolte26 commented 3 years ago

Need a way to setup the users music directory, preferably through the setup.py script like with the OWM_KEY. Otherwise the music directory is hardcoded

snolte26 commented 3 years ago

Currently I'm changing things around in the play music "function" so that its looking at the .env file for the music path, much like the weather function