catharsis / spotifile

FUSE file system for Spotify
BSD 3-Clause "New" or "Revised" License
146 stars 7 forks source link

Add support for persistent settings #4

Closed catharsis closed 9 years ago

catharsis commented 9 years ago

Probably, a ~/.config/spotifile will do. GLib already has an inifile style module, so it'd make sense to use that.

This is primarily needed for specifying Spotify username and password.