wesdotcool / pianobarplus

Console-based pandora.com player
http://6xq.net/0017
Other
4 stars 0 forks source link

Does not automatically create ~/Music/pianobarplus directory #2

Open toulouse opened 13 years ago

toulouse commented 13 years ago

Thought it was saving a good song. Nope. D:

wesdotcool commented 13 years ago

When it saves the song it runs the command "mkdir -p $HOME/Music/pianobarplus/artists/ARTIST/ALBUM/SONG.mp3". The -p flag should create any directories that are not already there. If it's not downloading the songs, make sure you have wget installed (brew install wget). Tell if you get it, or can't get it to work

toulouse commented 13 years ago

i ran mkdir ~/Music/pianobarplus manually and then stopped caring. (That's not to say the bug isn't still there, though)