ribbons / RadioDownloader

An easy to use application for managing podcast subscriptions and downloads.
https://nerdoftheherd.com/tools/radiodld/
GNU General Public License v3.0
15 stars 11 forks source link

RadioDld.Properties.Settings.StorePath added #205

Closed Boris-Ockham closed 8 years ago

Boris-Ockham commented 8 years ago

Radio Downloader.exe.config now contains RadioDld.Properties.Settings.StorePath. When filled with an existing path to a copy of the database store.db, this database will be opened, not the default one.

In the future this setting might be taken as a command to create store.db at that location and with that name by parsing the string for the requested name of the database.

ribbons commented 8 years ago

I squashed the two commits into one, did a smidge of tidying up and have pushed the result to master. Many thanks for your contribution!