-
Notifications
You must be signed in to change notification settings - Fork 0
Scheduling and Notifications
leestow edited this page Aug 17, 2026
·
4 revisions
Automatic jobs can be limited to selected times.
Example:
processing_schedule:
enabled: true
start: "23:00"
end: "06:00"
days: [0, 1, 2, 3, 4, 5, 6]Day numbering:
Monday = 0
...
Sunday = 6
Manual Process/Reprocess actions can still run outside the automatic schedule.
If Plex is configured:
plex_activity:
pause_when_streaming: trueCensorarr avoids starting a new automatic job during active Plex video playback.
It does not kill an already-running job.
Example event list:
notifications:
enabled: true
events: [completed, failed, queue-finished]Supported configuration areas include:
- webhook / Discord
- Pushover
- email/SMTP
webhook:
enabled: true
type: discord
url: ""Store the app token and user key through the GUI when possible.
Configure:
- host
- port
- username
- from
- to
- TLS/SSL behavior
Store the SMTP password through the GUI when possible.
See Security & Secrets.
Censorarr Wiki
- Home
- Quick Start
- Windows
- Native Linux
- Synology Container Manager
- Docker / Linux
- Setup Wizard
- Media & Permissions
- Transcription & GPU Worker
- Plex
- Radarr & Sonarr
- Bazarr & Subtitles
- Profanity & Detection
- CLEAN Audio & Safety
- Scheduling & Notifications
- Updating
- Troubleshooting
- Configuration Reference
- Security & Secrets