mirror of
https://github.com/NohamR/QobuzDownloaderX.git
synced 2026-05-17 12:27:11 +00:00
- Added the ability to download Playlists (finally). New feature, probably broken in some ways, so let me know if it is by creating issues. - Reorganized tag options and made the tag options section smaller. - Added debug option for listing / using custom format IDs. - Added option for filename template. Choices are `00 Trackname` or `00 - Trackname`.
483 lines
17 KiB
C#
483 lines
17 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace QobuzDownloaderX.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
|
|
public static Settings Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string savedFolder {
|
|
get {
|
|
return ((string)(this["savedFolder"]));
|
|
}
|
|
set {
|
|
this["savedFolder"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string savedAppID {
|
|
get {
|
|
return ((string)(this["savedAppID"]));
|
|
}
|
|
set {
|
|
this["savedAppID"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string savedEmail {
|
|
get {
|
|
return ((string)(this["savedEmail"]));
|
|
}
|
|
set {
|
|
this["savedEmail"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string savedPassword {
|
|
get {
|
|
return ((string)(this["savedPassword"]));
|
|
}
|
|
set {
|
|
this["savedPassword"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string savedFormatID {
|
|
get {
|
|
return ((string)(this["savedFormatID"]));
|
|
}
|
|
set {
|
|
this["savedFormatID"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UpgradeRequired {
|
|
get {
|
|
return ((bool)(this["UpgradeRequired"]));
|
|
}
|
|
set {
|
|
this["UpgradeRequired"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool albumTag {
|
|
get {
|
|
return ((bool)(this["albumTag"]));
|
|
}
|
|
set {
|
|
this["albumTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool artistTag {
|
|
get {
|
|
return ((bool)(this["artistTag"]));
|
|
}
|
|
set {
|
|
this["artistTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool albumArtistTag {
|
|
get {
|
|
return ((bool)(this["albumArtistTag"]));
|
|
}
|
|
set {
|
|
this["albumArtistTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool trackTag {
|
|
get {
|
|
return ((bool)(this["trackTag"]));
|
|
}
|
|
set {
|
|
this["trackTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool totalTracksTag {
|
|
get {
|
|
return ((bool)(this["totalTracksTag"]));
|
|
}
|
|
set {
|
|
this["totalTracksTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool discTag {
|
|
get {
|
|
return ((bool)(this["discTag"]));
|
|
}
|
|
set {
|
|
this["discTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool totalDiscsTag {
|
|
get {
|
|
return ((bool)(this["totalDiscsTag"]));
|
|
}
|
|
set {
|
|
this["totalDiscsTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool genreTag {
|
|
get {
|
|
return ((bool)(this["genreTag"]));
|
|
}
|
|
set {
|
|
this["genreTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool isrcTag {
|
|
get {
|
|
return ((bool)(this["isrcTag"]));
|
|
}
|
|
set {
|
|
this["isrcTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool upcTag {
|
|
get {
|
|
return ((bool)(this["upcTag"]));
|
|
}
|
|
set {
|
|
this["upcTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool copyrightTag {
|
|
get {
|
|
return ((bool)(this["copyrightTag"]));
|
|
}
|
|
set {
|
|
this["copyrightTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool yearTag {
|
|
get {
|
|
return ((bool)(this["yearTag"]));
|
|
}
|
|
set {
|
|
this["yearTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool explicitTag {
|
|
get {
|
|
return ((bool)(this["explicitTag"]));
|
|
}
|
|
set {
|
|
this["explicitTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool imageTag {
|
|
get {
|
|
return ((bool)(this["imageTag"]));
|
|
}
|
|
set {
|
|
this["imageTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool commentTag {
|
|
get {
|
|
return ((bool)(this["commentTag"]));
|
|
}
|
|
set {
|
|
this["commentTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool composerTag {
|
|
get {
|
|
return ((bool)(this["composerTag"]));
|
|
}
|
|
set {
|
|
this["composerTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool trackTitleTag {
|
|
get {
|
|
return ((bool)(this["trackTitleTag"]));
|
|
}
|
|
set {
|
|
this["trackTitleTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string commentText {
|
|
get {
|
|
return ((string)(this["commentText"]));
|
|
}
|
|
set {
|
|
this["commentText"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool quality1 {
|
|
get {
|
|
return ((bool)(this["quality1"]));
|
|
}
|
|
set {
|
|
this["quality1"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool quality2 {
|
|
get {
|
|
return ((bool)(this["quality2"]));
|
|
}
|
|
set {
|
|
this["quality2"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool quality3 {
|
|
get {
|
|
return ((bool)(this["quality3"]));
|
|
}
|
|
set {
|
|
this["quality3"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool quality4 {
|
|
get {
|
|
return ((bool)(this["quality4"]));
|
|
}
|
|
set {
|
|
this["quality4"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("27")]
|
|
public string qualityFormat {
|
|
get {
|
|
return ((string)(this["qualityFormat"]));
|
|
}
|
|
set {
|
|
this["qualityFormat"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute(".flac")]
|
|
public string audioType {
|
|
get {
|
|
return ((string)(this["audioType"]));
|
|
}
|
|
set {
|
|
this["audioType"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string savedUserID {
|
|
get {
|
|
return ((string)(this["savedUserID"]));
|
|
}
|
|
set {
|
|
this["savedUserID"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string savedUserAuthToken {
|
|
get {
|
|
return ((string)(this["savedUserAuthToken"]));
|
|
}
|
|
set {
|
|
this["savedUserAuthToken"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public string savedAltLoginValue {
|
|
get {
|
|
return ((string)(this["savedAltLoginValue"]));
|
|
}
|
|
set {
|
|
this["savedAltLoginValue"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
public int savedArtSize {
|
|
get {
|
|
return ((int)(this["savedArtSize"]));
|
|
}
|
|
set {
|
|
this["savedArtSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool typeTag {
|
|
get {
|
|
return ((bool)(this["typeTag"]));
|
|
}
|
|
set {
|
|
this["typeTag"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("36")]
|
|
public int savedMaxLength {
|
|
get {
|
|
return ((int)(this["savedMaxLength"]));
|
|
}
|
|
set {
|
|
this["savedMaxLength"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
public int savedFilenameTemplate {
|
|
get {
|
|
return ((int)(this["savedFilenameTemplate"]));
|
|
}
|
|
set {
|
|
this["savedFilenameTemplate"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string savedFilenameTemplateString {
|
|
get {
|
|
return ((string)(this["savedFilenameTemplateString"]));
|
|
}
|
|
set {
|
|
this["savedFilenameTemplateString"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|