jasontbradshaw / iron-tools

Stream video over the web for either immediate or delayed viewing by an arbitrary number of clients.
3 stars 0 forks source link

Implement a true settings file and settings loading into both web apps. #22

Closed jasontbradshaw closed 14 years ago

jasontbradshaw commented 14 years ago

Storing the settings as a JSON object in a file would be easy to edit by hand and to parse in Python via the 'json' built-in library, as well as easy to write back out. To me, this seems simpler than the ConfigParser library Python already has. The ConfigParser library still might be the way to go, but JSON merits investigation as well.