ArrJanitor::Config::Backend
Inherits JSON::Serializable < YAML::Serializable < Reference < Object
A single Sonarr/Radarr instance to watch.
Constants
Interval when none is configured.
<int> followed by a m/h/d unit.
Constructors
Instance methods
The poll interval as a Time::Span. Defaults to DEFAULT_INTERVAL
when unset; raises Config::Error on a malformed value.
Whether filename matches any entry in extensions_filter. An entry
containing a glob metachar (*, ?, [) is matched as a glob against
the basename (case-insensitive); otherwise it is treated as an
extension matching files ending in .<entry> (case-insensitive; a
leading . is tolerated).
Parsed leniently so an unknown value surfaces as a validation error
rather than a parse crash. nil means the raw value was invalid.
Parsed leniently so an unknown value surfaces as a validation error
rather than a parse crash. nil means the raw value was invalid.