Skip to content

CorruptCommit/octoprint-kodi-notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OctoPrint Kodi notification

Using OctoPrint's event hooks and this script, Kodi can display usefully information from OctoPrint.

screenshot

Something like the following will need to get added to config.yaml:

events:
  enabled: True
  subscriptions:
  - event: Disconnected
    command: python ~/kodi-notification.py --title "OctoPrint" --message "Lost connection to printer"
    type: system
  - event: PrintStarted
    command: python ~/kodi-notification.py --title "OctoPrint" --message "Starting {file}"
    type: system
  - event: PrintDone
    command: python ~/kodi-notification.py --title "OctoPrint" --message "Completed {file}"
    type: system

About

Kodi notifications from OctoPrint

Topics

Resources

License

Stars

Watchers

Forks

Languages