fhats / partify

A collaborative music player based on Mopidy and inspired by turntable.fm
http://www.partify.us
GNU General Public License v3.0
54 stars 13 forks source link

Move configuration storage out of the database #130

Open fhats opened 11 years ago

fhats commented 11 years ago

This was well-intended, but I think the right way to go with configuration is to keep a YAML file around somewhere. The configuration UI can stay, but when configuration gets saved it should be serialized back to the YAML file that was read.