Changes between Version 27 and Version 28 of FAQ
- Timestamp:
- 11/26/07 19:41:49 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v27 v28 100 100 ~/.shepherd/tv_grab_au --component-set shepherd:notquiet:grabwith=abc_website 101 101 }}} 102 103 102 You can also set default options for any component, e.g.: 103 {{{ 104 ~/.shepherd/tv_grab_au --component-set abc_website:do-extra-days 105 }}} 104 106 === Can I grab more than 7 days of data? === 105 107 … … 108 110 You can enable this via the component setting: 109 111 {{{ 110 ~/.shepherd/tv_grab_au --component-set abc_website:do _extra_days:1112 ~/.shepherd/tv_grab_au --component-set abc_website:do-extra-days 111 113 }}} 112 114 This instructs the abc_website grabber to fetch extra days. However, it does not guarantee that Shepherd will ever call that grabber. If the extra days is especially important to you, you could also ensure that abc_website is always run: … … 118 120 You can disable the setting by: 119 121 {{{ 120 ~/.shepherd/tv_grab_au --component-set abc_website :do_extra_days:0122 ~/.shepherd/tv_grab_au --component-set abc_website 121 123 }}} 122 124 … … 172 174 To disable this, use: 173 175 {{{ 174 ~/.shepherd/tv_grab_au --component-set shepherd :176 ~/.shepherd/tv_grab_au --component-set shepherd 175 177 }}} 176 178
