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

Replaced DatabasePath app configuration setting with improved AppDataDir setting #233

Closed ribbons closed 5 years ago

ribbons commented 5 years ago

The existing DatabasePath setting in Radio Downloader.exe.config allows the main application database to be moved but doesn't include searchindex.db and causes a new empty database to be created in the Radio Downloader application data folder which could definitely cause confusion.

To address these issues, the feature should be reworked as a way of setting the whole application data folder for the application, not just the database path.