schedules list in config.yml.
Cron expression format
Tuliprox uses a 7-field cron expression with a leading seconds field:The leading seconds field is non-standard — most other schedulers use 5 or 6 fields starting at minutes. Make sure to include the seconds field as the first value.
Common patterns
Schedule types
PlaylistUpdate
Triggers a full playlist fetch and processing run. Optionally, restrict the update to specific targets using the targets field.
LibraryScan
Triggers an incremental scan of all configured library.scan_directories. Only new or changed files are processed.
GeoIpUpdate
Downloads and installs a fresh GeoIP database. Useful for keeping IP-based access control and analytics accurate.
Timezone handling
Schedules run in the server’s local timezone unless you configure the timezone explicitly in your deployment environment. If you are running Tuliprox in Docker, set theTZ environment variable to control the timezone:
Combined example
- Updates the
m3utarget every day at 08:00 - Scans the media library every day at 20:00
- Refreshes the GeoIP database every Monday at 03:00