Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

Configuration API Controller #632

Open FranciscoCanas opened 9 years ago

FranciscoCanas commented 9 years ago

Implementation of the Configuration API as described here: https://docs.google.com/document/d/1efjdlFTFlYLX0XOYs1hIjBC6rxLRXBjMjiqUdPBHqSc/

Completed:

Note: Freeseer's PluginManager has no support for listing available instances of some given plugin, and doesn't keep track of existing instances. The PluginManager will require some expansion, partly as described in #416, in order to fully support selecting specific plugin instances through this api.

dideler commented 9 years ago

I left some comments on the gdoc.

mtomwing commented 9 years ago

I suggest you move your code into a submodule folder instead of prefixing files with config<foobar>.py.