mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 05:25:10 +00:00
Created Connections (markdown)
parent
9e46cacc31
commit
0fb6af2648
1 changed files with 25 additions and 0 deletions
25
Connections.md
Normal file
25
Connections.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
## Event Types
|
||||
|
||||
### On Grab
|
||||
Be notified when albums are available for download and has been sent to a download client
|
||||
|
||||
### on Release Import
|
||||
Be notified when complete releases are successfully imported
|
||||
|
||||
### On Track Upgrade
|
||||
Be notified when tracks are upgraded to a better quality
|
||||
|
||||
### On Download Failure
|
||||
Be notified when downloads fail to complete
|
||||
|
||||
### On Release Import Failure
|
||||
Be notified when releases cannot be fully imported
|
||||
|
||||
### On Rename
|
||||
Be notified when tracks are renamed
|
||||
|
||||
### On Retag
|
||||
Be notified when track file tags are updated
|
||||
|
||||
### On Health Issue
|
||||
Be notified on health check failures
|
Loading…
Reference in a new issue