digitalec / deemon

Monitor specified artists for new releases
GNU General Public License v3.0
176 stars 15 forks source link

Add option to refresh in the past #18

Closed digitalec closed 3 years ago

digitalec commented 3 years ago

By default, refresh command checks for releases using the current date.

An additional option to override this value with a custom date in MM-DD-YYYY format can allow initial database to be built and a subsequent refresh without this override will grab all remaining releases as "new".

Example: deemon monitor /Music --skip-refresh deemon refresh --date 01-01-2021

digitalec commented 3 years ago

This has been implemented in the upcoming v1.2 release using refresh --time-machine YYYY-MM-DD