Changeset 1475
- Timestamp:
- Sep 30, 2013, 5:59:41 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/shepherd
r1474 r1475 2 2 3 3 our $progname = 'shepherd'; 4 my $version = '1.9. 0';4 my $version = '1.9.1'; 5 5 6 6 # tv_grab_au … … 1175 1175 if ($last_refreshed_secs_ago > (4*60*60)) 1176 1176 { 1177 if ($opt->{'days'} and $days != 1 )1177 if ($opt->{'days'} and $days != 1 and !$opt->{allowautorefresh}) 1178 1178 { 1179 1179 &log("!! Will not autorefresh due to user-supplied '--days' option.\n"); … … 2059 2059 reoutput-mythtv 2060 2060 noautorefresh 2061 allowautorefresh 2061 2062 )); 2062 2063 $debug = $opt->{debug}; … … 2903 2904 --skipupdate Don't update Shepherd or verify components; just grab data 2904 2905 --skippost Don't run any postprocessors on data 2905 --noautorefresh Don't switch to autorefresh mode ( i.e."--days 1")2906 --noautorefresh Don't switch to autorefresh mode (which is "--days 1") 2906 2907 2907 2908 --mode <s> Quality (default), Efficiency or Speed -
trunk/status
r1474 r1475 1 application shepherd 1.9. 01 application shepherd 1.9.1 2 2 reference channel_list 107 3 3 reference Shepherd/Common.pm 1.10
Note: See TracChangeset
for help on using the changeset viewer.