Thanks to Karl for finding this.
+2016-09-09 Andrew Ruthven
+ Fix a bug where it wasn't possible to disable skipping idle
+ encoders via the config file. Thanks to Karl for finding this.
+
2016-08-02 Andrew Ruthven
Fix a long standing bug where if the Next Recording is a week
and one day in the future, the Next Recording only shows
$c->{'episode'} ||= 0;
$c->{'description'} ||= 0;
$c->{'encoder_details'} ||= 0;
-$c->{'encoder_skip_idle'} ||= 1;
+$c->{'encoder_skip_idle'} //= 1;
$c->{'email_only_on_alert'} ||= 0;
my $help = 0;
my $verbose = 0;