kierse / mediarover

Automated media download scheduler and catalogue maintainer
GNU General Public License v3.0
12 stars 1 forks source link

wait X minutes before scheduling nzb for download #29

Closed kierse closed 14 years ago

kierse commented 14 years ago

When an episode on disk is replaced by one of more desirable quality, its likely there will be a change in the name of the file on disk (ie. extension will likely change). This will cause problems for XBMC/Plex and other media center like programs that maintain their own database of files. Allowing users to specify a time delay before an nzb that doesn't meet desired quality level is schedule (in order for desired level to appear) would help limit this problems impact.

See http://forums.sabnzbd.org/index.php?topic=2262.msg29699#msg29699 for more details

kierse commented 14 years ago

MR now supports specifying a schedule delay for each source. Before items are scheduled, the source delay value is consulted. Available in upcoming 0.5.0 release