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

Optional setting RadioDld.Properties.Settings.StoreConnectionString #204

Closed Boris-Ockham closed 8 years ago

Boris-Ockham commented 8 years ago

Added optional setting RadioDld.Properties.Settings.StoreConnectionString in FetchDbConn()

Boris-Ockham commented 8 years ago

To activate this setting Radio Downloader.exe.config will look like the following:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <!-- Use proxy credentials from IE as well as proxy settings -->
    <connectionStrings>
        <add name="RadioDld.Properties.Settings.StoreConnectionString"
            connectionString="data source=C:\Users\Boris\Documents\RadioDownloaderStore.db;Version=3;New=False"
            providerName="System.Data.SQLite.EF6" />
    </connectionStrings>
    <system.net>
        <defaultProxy useDefaultCredentials="true"/>
    </system.net>
    <!-- Use version 4.0 of the .NET framework instead if 2.0 isn't available -->
    <startup useLegacyV2RuntimeActivationPolicy="true">
        <supportedRuntime version="v2.0.50727"/>
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
    </startup>
</configuration>
ribbons commented 8 years ago

I'm guessing you closed this by mistake(?) so am re-opening.

Looks good, but there are a couple of improvements I can suggest:

Also, some housekeeping - could you update the copyright year in the file to 2016 and add yourself to the AUTHORS.md file?

No need to open a new pull request for these changes, just amend your existing commit, force-push and your changes will show up here.

Boris-Ockham commented 8 years ago

The close was not a mistake. What I want is to delete everything I did. And start anew. How can I get rid of the fork I made?

ribbons commented 8 years ago

It is under Settings -> Danger Zone in your fork.