tblancher / pymazon

Automatically exported from code.google.com/p/pymazon
Other
0 stars 0 forks source link

Support XDG_MUSIC_DIR as default save_dir #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As an alternative to just falling back to the CWD immediately if no
save_dir is set in the pymazonrc file, checking to see if $XDG_MUSIC_DIR is
set in the environment would probably be a better default that CWD.

Original issue reported on code.google.com by Jim.Ram...@gmail.com on 27 May 2010 at 6:06

GoogleCodeExporter commented 8 years ago
Patch to do this:

Original comment by Jim.Ram...@gmail.com on 27 May 2010 at 7:21

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by SCColbert@gmail.com on 27 May 2010 at 10:49

GoogleCodeExporter commented 8 years ago
Fixed in source tree. Made the change to settings.py. It makes more sense 
there, 
since everything goes through that. 

Original comment by SCColbert@gmail.com on 27 May 2010 at 11:53