navidrome/cmd
Deluan f8dbc41b6d Breaking change: Add `ScanSchedule`, allows interval and cron based configurations.
See https://pkg.go.dev/github.com/robfig/cron#hdr-CRON_Expression_Format for expression syntax.

`ScanInterval` will still work for the time being. The only situation it does not work is when you want to disable periodic scanning by setting `ScanInterval=0`. If you want to disable it, please set `ScanSchedule=""`

Closes #1085
2021-05-06 17:56:10 -04:00
..
root.go Breaking change: Add `ScanSchedule`, allows interval and cron based configurations. 2021-05-06 17:56:10 -04:00
scan.go Move project to Navidrome GitHub organization 2021-02-06 21:46:35 -05:00
signaler_unix.go Fix SIGUSR1 work when ScanInterval=0 2021-04-29 13:10:10 -04:00
wire_gen.go Breaking change: Add `ScanSchedule`, allows interval and cron based configurations. 2021-05-06 17:56:10 -04:00
wire_injectors.go Breaking change: Add `ScanSchedule`, allows interval and cron based configurations. 2021-05-06 17:56:10 -04:00