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

User preferences are now stored in the application database instead of using .net settings. #161

Closed ribbons closed 11 years ago

ribbons commented 11 years ago

Original report from Matt Robinson at 16:59:51 on 2011-11-01

Currently, the user preferences are stored using the .net settings framework.

This works reasonably well, but it would be better if they were instead stored in the database for two reasons:


Imported from Bug 568 in the NerdoftheHerd.com Bugzilla.

ribbons commented 11 years ago

Original comment from Matt Robinson at 20:05:52 on 2012-01-22

Implemented in 5d6a34b by storing user settings in the existing settings table in the application database. This uses a public Settings class which is available for providers to inherit and use to store their settings (as demonstrated with the BBC Provider).