flexget.components.notify.notifiers.toast module#
- class flexget.components.notify.notifiers.toast.NotifyToast[source]#
Bases:
objectSend messages via local notification system.
You must have a notification system like dbus for Linux. Preliminary support for Windows notifications. Not heavily tested yet.
Examples:
notify: entries: via: - toast: yes notify: entries: via: - toast: timeout: 5
- notify(title, message, config)#
- schema = {'anyOf': [{'enum': [True], 'type': 'boolean'}, {'additionalProperties': False, 'properties': {'timeout': {'type': 'integer'}, 'url': {'type': 'string'}}, 'type': 'object'}]}#