couchpotato.core.notifications.base module

class couchpotato.core.notifications.base.Notification[source]

Bases: couchpotato.core.media._base.providers.base.Provider

createNotifyHandler(listener)
default_title = 'CouchPotato'
dont_listen_to = []
getNotificationImage(size='small')
listen_to = ['media.available', 'renamer.after', 'movie.snatched', 'updater.available', 'updater.updated', 'core.message.important']
notify(message='', data=None, listener=None)
test(**kwargs)
testNotifyName()
test_message = 'ZOMG Lazors Pewpewpew!'
type = 'notification'