brokkr / poca

A fast, multithreaded and highly customizable command line podcast client, written in Python 3
GNU General Public License v3.0
23 stars 4 forks source link

Implement "force" flag #154

Open brokkr opened 3 years ago

brokkr commented 3 years ago

2.0 will no longer auto-detect a change in subscription configuration and ignore etag/modified. Therefore we need a -f/--force flag to allow the user to insist on re-running the update despite no apparent changes in the feed. Basically it's Ctrl-Shift-R/Ctrl-F5 for poca.

brokkr commented 3 years ago

... or we hash the content of poca.yaml, add it to state.yaml and compare at startup? Might be a rather lang hash, though...