* Support download_backlog and backlog_limit as global defaults for all subscriptions.
- 'download_backlog' defaults to 'true', 'backlog_limit' defaults to 1.
- These can still be changed per-subscription.
* Add use_title_as_filename option.
- This uses the title of the RSS entry as the filename.
- If this option is set to false, the filename from the RSS feed is used.
- 'false' is the default value (this was the old behavior as well).
- NOTE - currently disabled on Windows, because we can't guarantee the feed title will be a
valid filename on Windows. Will come eventually.
* Fixed some typos in log messages.
* Updated example config to show off global defaults.