-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSettingsFile.settings
118 lines (118 loc) · 5.45 KB
/
SettingsFile.settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="CSL" GeneratedClassName="SettingsFile">
<Profiles />
<Settings>
<Setting Name="ArtistFlip" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="DeleteZipFiles" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="TorrentClient" Type="System.String" Scope="User">
<Value Profile="(Default)">uTorrent.exe</Value>
</Setting>
<Setting Name="TorrentClientFolder" Type="System.String" Scope="User">
<Value Profile="(Default)">C:\Program Files\uTorrent</Value>
</Setting>
<Setting Name="TorrentSaveFolder" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="DownloadFolder" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="CustomDirectory" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="DisableNotifications" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="AutoCheckTime" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">10</Value>
</Setting>
<Setting Name="AutoCheck" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="UppercaseAllFolderNames" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="LowercaseAllFolderNames" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="RemoveDoubleSpaces" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="TrackZipFiles" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="TrackTorrentFiles" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="DownloadFormats" Type="System.String" Scope="User">
<Value Profile="(Default)">%a\%y - %t</Value>
</Setting>
<Setting Name="ReleaseFormatNames" Type="System.Collections.Specialized.StringCollection" Scope="User">
<Value Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<string>Album:Album</string>
<string>EP:EP</string>
<string>Live:Live</string>
<string>Single:Single</string>
<string>Mixtape:Mixtape</string>
<string>Remix:Remix</string>
<string>Soundboard:Soundboard</string>
<string>Compilation:Compilation</string>
<string>Bootleg:Bootleg</string>
<string>Interview:Interview</string>
<string>Unknown:Unknown</string>
</ArrayOfString></Value>
</Setting>
<Setting Name="BitrateNames" Type="System.Collections.Specialized.StringCollection" Scope="User">
<Value Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<string>VBR:V# (VBR)</string>
<string>CBR:### (CBR)</string>
<string>APX:APX (VBR)</string>
<string>APS:APS (VBR)</string>
<string>q8.x:q8.x(VBR)</string>
<string>Lossless:Lossless</string>
<string>24bitLossless:24bit Lossless</string>
</ArrayOfString></Value>
</Setting>
<Setting Name="MinimizeToTray" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="SkipReleaseFormatCheck" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="ProcessLoneTsAlbums" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="DeleteTheFolderNames" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="CurrentVersion" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="RawHandleTime" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">10</Value>
</Setting>
<Setting Name="TimeFormat" Type="System.String" Scope="User">
<Value Profile="(Default)">Seconds</Value>
</Setting>
<Setting Name="MovieCustomDirectory" Type="System.String" Scope="User">
<Value Profile="(Default)">%m [%y] [%s] [%f] [%c]</Value>
</Setting>
<Setting Name="MovieDownloadDirectory" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="OtherDownloadDirectory" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="VariousArtistsDownloadDirectory" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="VariousArtistsDownloadSwitches" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>