-
-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
Description
As a developer I would like to integrate my private watchers to the aw-qt without necessity to alter the aw-qt and maintain my own fork.
Currently aw-qt (v0.8.0b9) supports only few modules that are hard-coded in:
Line 129 in fcb5926
| _possible_modules = [ |
Posible solutions:
Based on TODO in
Line 127 in fcb5926
| # TODO: Fetch these from somewhere appropriate (auto detect or a config file) |
aw_qt/manager.py:# TODO: Fetch these from somewhere appropriate (auto detect or a config file) # Save to config wether they should autostart or not. _possible_modules = [ "aw-server", "aw-watcher-afk", "aw-watcher-window", # "aw-watcher-spotify", # "aw-watcher-network" ]
- Available modules and modules to be started automatically will be listed in new
aw-qtconfiguration. - Autodetect available modules. Modules to be started automatically will be listed in new
aw-qtconfiguration.
NOTE: Available modules can be separated to independent issue/story (nice to have).
Reactions are currently unavailable