mirror of
https://github.com/NohamR/QobuzDownloaderX.git
synced 2025-06-05 12:21:00 +00:00
Compare commits
29 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
048c577b65 | ||
![]() |
ff3496f24c | ||
![]() |
59d2d0de95 | ||
![]() |
d39800c6c5 | ||
![]() |
be43bdde0a | ||
![]() |
e548bfe90b | ||
![]() |
bcc81b8462 | ||
![]() |
ba8b9e3eec | ||
![]() |
1ead0ed343 | ||
![]() |
3962e0f682 | ||
![]() |
ffbd8e521e | ||
![]() |
ea09798e3c | ||
![]() |
72db4d0814 | ||
![]() |
7fee36c600 | ||
![]() |
bb30ed6deb | ||
![]() |
58a6be7283 | ||
![]() |
6c225b895e | ||
![]() |
e302608d6e | ||
![]() |
56ffb88b16 | ||
![]() |
5c40d5315a | ||
![]() |
984bed19f2 | ||
![]() |
b257e8540f | ||
![]() |
aebd046185 | ||
![]() |
8f33ebd46f | ||
![]() |
7c6b826c77 | ||
![]() |
8f8a01fddd | ||
![]() |
8321081dd9 | ||
![]() |
2e44cbc5a3 | ||
![]() |
4e14909b22 |
178
QobuzDownloaderX/AboutForm.Designer.cs
generated
Normal file
178
QobuzDownloaderX/AboutForm.Designer.cs
generated
Normal file
@ -0,0 +1,178 @@
|
||||
namespace QobuzDownloaderX
|
||||
{
|
||||
partial class AboutForm
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.verNumLabel2 = new System.Windows.Forms.Label();
|
||||
this.exitLabel = new System.Windows.Forms.Label();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.devLabel = new System.Windows.Forms.Label();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.panel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BackgroundImage = global::QobuzDownloaderX.Properties.Resources.login_frame;
|
||||
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.panel1.Controls.Add(this.exitLabel);
|
||||
this.panel1.Controls.Add(this.pictureBox1);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(365, 95);
|
||||
this.panel1.TabIndex = 1;
|
||||
this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseMove);
|
||||
//
|
||||
// verNumLabel2
|
||||
//
|
||||
this.verNumLabel2.BackColor = System.Drawing.Color.Transparent;
|
||||
this.verNumLabel2.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.verNumLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.verNumLabel2.Location = new System.Drawing.Point(12, 98);
|
||||
this.verNumLabel2.Name = "verNumLabel2";
|
||||
this.verNumLabel2.Size = new System.Drawing.Size(341, 18);
|
||||
this.verNumLabel2.TabIndex = 32;
|
||||
this.verNumLabel2.Text = "#.#.#.#";
|
||||
this.verNumLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.verNumLabel2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.verNumLabel2_MouseMove);
|
||||
//
|
||||
// exitLabel
|
||||
//
|
||||
this.exitLabel.AutoSize = true;
|
||||
this.exitLabel.BackColor = System.Drawing.Color.Transparent;
|
||||
this.exitLabel.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.exitLabel.ForeColor = System.Drawing.Color.Black;
|
||||
this.exitLabel.Location = new System.Drawing.Point(345, 0);
|
||||
this.exitLabel.Name = "exitLabel";
|
||||
this.exitLabel.Size = new System.Drawing.Size(20, 23);
|
||||
this.exitLabel.TabIndex = 9;
|
||||
this.exitLabel.Text = "X";
|
||||
this.exitLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||||
this.exitLabel.Click += new System.EventHandler(this.exitLabel_Click);
|
||||
//
|
||||
// pictureBox1
|
||||
//
|
||||
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.pictureBox1.Image = global::QobuzDownloaderX.Properties.Resources.qbdlx_white;
|
||||
this.pictureBox1.Location = new System.Drawing.Point(53, 12);
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.Size = new System.Drawing.Size(258, 64);
|
||||
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
this.pictureBox1.TabIndex = 29;
|
||||
this.pictureBox1.TabStop = false;
|
||||
this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
|
||||
//
|
||||
// devLabel
|
||||
//
|
||||
this.devLabel.AutoSize = true;
|
||||
this.devLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.devLabel.Location = new System.Drawing.Point(140, 131);
|
||||
this.devLabel.Name = "devLabel";
|
||||
this.devLabel.Size = new System.Drawing.Size(84, 13);
|
||||
this.devLabel.TabIndex = 34;
|
||||
this.devLabel.Text = "Developer - AiiR";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.label1.Location = new System.Drawing.Point(79, 154);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(207, 13);
|
||||
this.label1.TabIndex = 35;
|
||||
this.label1.Text = "Inspired By - Qo-DL by Sorrow and DashLt";
|
||||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.label2.Location = new System.Drawing.Point(47, 177);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(271, 26);
|
||||
this.label2.TabIndex = 36;
|
||||
this.label2.Text = "Thanks to the users on Github and Telegram for offering\r\nbug reports and ideas!";
|
||||
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.label3.Location = new System.Drawing.Point(15, 237);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(334, 26);
|
||||
this.label3.TabIndex = 37;
|
||||
this.label3.Text = "IF YOU PAID FOR THIS PROGRAM, YOU HAVE BEEN SCAMMED!\r\nTHIS SOFTWARE IS COMPLETELY" +
|
||||
" FREE AND OPEN-SOURCE.";
|
||||
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// AboutForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
||||
this.ClientSize = new System.Drawing.Size(365, 289);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.devLabel);
|
||||
this.Controls.Add(this.verNumLabel2);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "AboutForm";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "QobuzDLX | About";
|
||||
this.Load += new System.EventHandler(this.AboutForm_Load);
|
||||
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.AboutForm_MouseMove);
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.Label verNumLabel2;
|
||||
private System.Windows.Forms.Label exitLabel;
|
||||
private System.Windows.Forms.PictureBox pictureBox1;
|
||||
private System.Windows.Forms.Label devLabel;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label label3;
|
||||
}
|
||||
}
|
78
QobuzDownloaderX/AboutForm.cs
Normal file
78
QobuzDownloaderX/AboutForm.cs
Normal file
@ -0,0 +1,78 @@
|
||||
using QobuzDownloaderX.Properties;
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using System.Reflection;
|
||||
|
||||
namespace QobuzDownloaderX
|
||||
{
|
||||
public partial class AboutForm : Form
|
||||
{
|
||||
public AboutForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public const int WM_NCLBUTTONDOWN = 0xA1;
|
||||
public const int HT_CAPTION = 0x2;
|
||||
|
||||
[DllImportAttribute("user32.dll")]
|
||||
public static extern int SendMessage(IntPtr hWnd, int Msg, int wParam, int lParam);
|
||||
[DllImportAttribute("user32.dll")]
|
||||
public static extern bool ReleaseCapture();
|
||||
|
||||
private void AboutForm_Load(object sender, EventArgs e)
|
||||
{
|
||||
// Get and display version number.
|
||||
verNumLabel2.Text = Assembly.GetExecutingAssembly().GetName().Version.ToString();
|
||||
}
|
||||
|
||||
private void exitLabel_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void panel1_MouseMove(object sender, MouseEventArgs e)
|
||||
{
|
||||
if (e.Button == MouseButtons.Left)
|
||||
{
|
||||
ReleaseCapture();
|
||||
SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0);
|
||||
}
|
||||
}
|
||||
|
||||
private void pictureBox1_MouseMove(object sender, MouseEventArgs e)
|
||||
{
|
||||
if (e.Button == MouseButtons.Left)
|
||||
{
|
||||
ReleaseCapture();
|
||||
SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0);
|
||||
}
|
||||
}
|
||||
|
||||
private void verNumLabel2_MouseMove(object sender, MouseEventArgs e)
|
||||
{
|
||||
if (e.Button == MouseButtons.Left)
|
||||
{
|
||||
ReleaseCapture();
|
||||
SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0);
|
||||
}
|
||||
}
|
||||
|
||||
private void AboutForm_MouseMove(object sender, MouseEventArgs e)
|
||||
{
|
||||
if (e.Button == MouseButtons.Left)
|
||||
{
|
||||
ReleaseCapture();
|
||||
SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
1052
QobuzDownloaderX/AboutForm.resx
Normal file
1052
QobuzDownloaderX/AboutForm.resx
Normal file
File diff suppressed because it is too large
Load Diff
@ -100,6 +100,31 @@
|
||||
<setting name="audioType" serializeAs="String">
|
||||
<value>.flac</value>
|
||||
</setting>
|
||||
<setting name="savedUserID" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="savedUserAuthToken" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="savedAltLoginValue" serializeAs="String">
|
||||
<value>0</value>
|
||||
</setting>
|
||||
<setting name="savedArtSize" serializeAs="String">
|
||||
<value>1</value>
|
||||
</setting>
|
||||
<setting name="typeTag" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="savedMaxLength" serializeAs="String">
|
||||
<value>36</value>
|
||||
</setting>
|
||||
<setting name="savedFilenameTemplate" serializeAs="String">
|
||||
<value>1</value>
|
||||
</setting>
|
||||
<setting name="savedFilenameTemplateString" serializeAs="String">
|
||||
<value>
|
||||
</value>
|
||||
</setting>
|
||||
</QobuzDownloaderX.Properties.Settings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
|
422
QobuzDownloaderX/Form1.Designer.cs
generated
422
QobuzDownloaderX/Form1.Designer.cs
generated
@ -49,7 +49,7 @@
|
||||
this.upcTextBox = new System.Windows.Forms.TextBox();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.albumArtPicBox = new System.Windows.Forms.PictureBox();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.logoBox = new System.Windows.Forms.PictureBox();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.totalTracksTextbox = new System.Windows.Forms.TextBox();
|
||||
this.totalTracksLabel = new System.Windows.Forms.Label();
|
||||
@ -94,8 +94,34 @@
|
||||
this.panel6 = new System.Windows.Forms.Panel();
|
||||
this.panel7 = new System.Windows.Forms.Panel();
|
||||
this.panel8 = new System.Windows.Forms.Panel();
|
||||
this.streamableCheckbox = new System.Windows.Forms.CheckBox();
|
||||
this.secretTextbox = new System.Windows.Forms.TextBox();
|
||||
this.displaySecretButton = new System.Windows.Forms.Button();
|
||||
this.profilePictureBox = new System.Windows.Forms.PictureBox();
|
||||
this.logoutLabel = new System.Windows.Forms.Label();
|
||||
this.downloadLabelBG = new System.ComponentModel.BackgroundWorker();
|
||||
this.hiddenTextPanel = new System.Windows.Forms.Panel();
|
||||
this.downloadFaveAlbumsBG = new System.ComponentModel.BackgroundWorker();
|
||||
this.downloadFaveArtistsBG = new System.ComponentModel.BackgroundWorker();
|
||||
this.artSizeSelect = new System.Windows.Forms.ComboBox();
|
||||
this.artSizeLabel = new System.Windows.Forms.Label();
|
||||
this.typeCheckbox = new System.Windows.Forms.CheckBox();
|
||||
this.aboutLabel = new System.Windows.Forms.Label();
|
||||
this.enableBtnsButton = new System.Windows.Forms.Button();
|
||||
this.hideDebugButton = new System.Windows.Forms.Button();
|
||||
this.maxLengthLabel = new System.Windows.Forms.Label();
|
||||
this.panel9 = new System.Windows.Forms.Panel();
|
||||
this.maxLengthTextbox = new System.Windows.Forms.TextBox();
|
||||
this.maxLengthWarnLabel = new System.Windows.Forms.Label();
|
||||
this.customFormatPanel = new System.Windows.Forms.Panel();
|
||||
this.customFormatIDTextbox = new System.Windows.Forms.TextBox();
|
||||
this.formatIDLabel = new System.Windows.Forms.Label();
|
||||
this.filenameTempSelect = new System.Windows.Forms.ComboBox();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.downloadPlaylistBG = new System.ComponentModel.BackgroundWorker();
|
||||
((System.ComponentModel.ISupportInitialize)(this.albumArtPicBox)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.logoBox)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.profilePictureBox)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// testURLBox
|
||||
@ -313,16 +339,17 @@
|
||||
this.albumArtPicBox.TabIndex = 39;
|
||||
this.albumArtPicBox.TabStop = false;
|
||||
//
|
||||
// pictureBox1
|
||||
// logoBox
|
||||
//
|
||||
this.pictureBox1.Image = global::QobuzDownloaderX.Properties.Resources.qbdlx_white;
|
||||
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.Size = new System.Drawing.Size(207, 52);
|
||||
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
this.pictureBox1.TabIndex = 36;
|
||||
this.pictureBox1.TabStop = false;
|
||||
this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
|
||||
this.logoBox.Image = global::QobuzDownloaderX.Properties.Resources.qbdlx_white;
|
||||
this.logoBox.Location = new System.Drawing.Point(12, 12);
|
||||
this.logoBox.Name = "logoBox";
|
||||
this.logoBox.Size = new System.Drawing.Size(207, 52);
|
||||
this.logoBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
this.logoBox.TabIndex = 36;
|
||||
this.logoBox.TabStop = false;
|
||||
this.logoBox.Click += new System.EventHandler(this.logoBox_Click);
|
||||
this.logoBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
|
||||
//
|
||||
// label6
|
||||
//
|
||||
@ -330,9 +357,9 @@
|
||||
this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.label6.Location = new System.Drawing.Point(12, 70);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(132, 13);
|
||||
this.label6.Size = new System.Drawing.Size(61, 13);
|
||||
this.label6.TabIndex = 49;
|
||||
this.label6.Text = "Qobuz Album / Track Link";
|
||||
this.label6.Text = "Qobuz Link";
|
||||
//
|
||||
// totalTracksTextbox
|
||||
//
|
||||
@ -428,7 +455,7 @@
|
||||
this.albumArtistCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.albumArtistCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.albumArtistCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.albumArtistCheckbox.Location = new System.Drawing.Point(325, 563);
|
||||
this.albumArtistCheckbox.Location = new System.Drawing.Point(12, 540);
|
||||
this.albumArtistCheckbox.Name = "albumArtistCheckbox";
|
||||
this.albumArtistCheckbox.Size = new System.Drawing.Size(81, 17);
|
||||
this.albumArtistCheckbox.TabIndex = 62;
|
||||
@ -443,7 +470,7 @@
|
||||
this.artistCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.artistCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.artistCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.artistCheckbox.Location = new System.Drawing.Point(325, 609);
|
||||
this.artistCheckbox.Location = new System.Drawing.Point(183, 540);
|
||||
this.artistCheckbox.Name = "artistCheckbox";
|
||||
this.artistCheckbox.Size = new System.Drawing.Size(80, 17);
|
||||
this.artistCheckbox.TabIndex = 63;
|
||||
@ -458,7 +485,7 @@
|
||||
this.trackTitleCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.trackTitleCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.trackTitleCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.trackTitleCheckbox.Location = new System.Drawing.Point(325, 586);
|
||||
this.trackTitleCheckbox.Location = new System.Drawing.Point(269, 540);
|
||||
this.trackTitleCheckbox.Name = "trackTitleCheckbox";
|
||||
this.trackTitleCheckbox.Size = new System.Drawing.Size(77, 17);
|
||||
this.trackTitleCheckbox.TabIndex = 64;
|
||||
@ -473,7 +500,7 @@
|
||||
this.trackNumberCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.trackNumberCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.trackNumberCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.trackNumberCheckbox.Location = new System.Drawing.Point(325, 632);
|
||||
this.trackNumberCheckbox.Location = new System.Drawing.Point(104, 568);
|
||||
this.trackNumberCheckbox.Name = "trackNumberCheckbox";
|
||||
this.trackNumberCheckbox.Size = new System.Drawing.Size(94, 17);
|
||||
this.trackNumberCheckbox.TabIndex = 65;
|
||||
@ -488,7 +515,7 @@
|
||||
this.trackTotalCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.trackTotalCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.trackTotalCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.trackTotalCheckbox.Location = new System.Drawing.Point(325, 655);
|
||||
this.trackTotalCheckbox.Location = new System.Drawing.Point(12, 568);
|
||||
this.trackTotalCheckbox.Name = "trackTotalCheckbox";
|
||||
this.trackTotalCheckbox.Size = new System.Drawing.Size(86, 17);
|
||||
this.trackTotalCheckbox.TabIndex = 66;
|
||||
@ -503,7 +530,7 @@
|
||||
this.discNumberCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.discNumberCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.discNumberCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.discNumberCheckbox.Location = new System.Drawing.Point(325, 676);
|
||||
this.discNumberCheckbox.Location = new System.Drawing.Point(289, 568);
|
||||
this.discNumberCheckbox.Name = "discNumberCheckbox";
|
||||
this.discNumberCheckbox.Size = new System.Drawing.Size(87, 17);
|
||||
this.discNumberCheckbox.TabIndex = 67;
|
||||
@ -518,7 +545,7 @@
|
||||
this.discTotalCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.discTotalCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.discTotalCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.discTotalCheckbox.Location = new System.Drawing.Point(325, 699);
|
||||
this.discTotalCheckbox.Location = new System.Drawing.Point(204, 568);
|
||||
this.discTotalCheckbox.Name = "discTotalCheckbox";
|
||||
this.discTotalCheckbox.Size = new System.Drawing.Size(79, 17);
|
||||
this.discTotalCheckbox.TabIndex = 68;
|
||||
@ -533,7 +560,7 @@
|
||||
this.albumCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.albumCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.albumCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.albumCheckbox.Location = new System.Drawing.Point(325, 540);
|
||||
this.albumCheckbox.Location = new System.Drawing.Point(99, 540);
|
||||
this.albumCheckbox.Name = "albumCheckbox";
|
||||
this.albumCheckbox.Size = new System.Drawing.Size(78, 17);
|
||||
this.albumCheckbox.TabIndex = 69;
|
||||
@ -548,7 +575,7 @@
|
||||
this.explicitCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.explicitCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.explicitCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.explicitCheckbox.Location = new System.Drawing.Point(425, 678);
|
||||
this.explicitCheckbox.Location = new System.Drawing.Point(458, 568);
|
||||
this.explicitCheckbox.Name = "explicitCheckbox";
|
||||
this.explicitCheckbox.Size = new System.Drawing.Size(106, 17);
|
||||
this.explicitCheckbox.TabIndex = 76;
|
||||
@ -563,7 +590,7 @@
|
||||
this.upcCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.upcCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.upcCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.upcCheckbox.Location = new System.Drawing.Point(425, 655);
|
||||
this.upcCheckbox.Location = new System.Drawing.Point(763, 540);
|
||||
this.upcCheckbox.Name = "upcCheckbox";
|
||||
this.upcCheckbox.Size = new System.Drawing.Size(52, 17);
|
||||
this.upcCheckbox.TabIndex = 75;
|
||||
@ -578,7 +605,7 @@
|
||||
this.isrcCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.isrcCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.isrcCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.isrcCheckbox.Location = new System.Drawing.Point(425, 632);
|
||||
this.isrcCheckbox.Location = new System.Drawing.Point(821, 540);
|
||||
this.isrcCheckbox.Name = "isrcCheckbox";
|
||||
this.isrcCheckbox.Size = new System.Drawing.Size(51, 17);
|
||||
this.isrcCheckbox.TabIndex = 74;
|
||||
@ -593,7 +620,7 @@
|
||||
this.copyrightCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.copyrightCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.copyrightCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.copyrightCheckbox.Location = new System.Drawing.Point(425, 609);
|
||||
this.copyrightCheckbox.Location = new System.Drawing.Point(687, 540);
|
||||
this.copyrightCheckbox.Name = "copyrightCheckbox";
|
||||
this.copyrightCheckbox.Size = new System.Drawing.Size(70, 17);
|
||||
this.copyrightCheckbox.TabIndex = 73;
|
||||
@ -608,7 +635,7 @@
|
||||
this.composerCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.composerCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.composerCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.composerCheckbox.Location = new System.Drawing.Point(425, 586);
|
||||
this.composerCheckbox.Location = new System.Drawing.Point(608, 540);
|
||||
this.composerCheckbox.Name = "composerCheckbox";
|
||||
this.composerCheckbox.Size = new System.Drawing.Size(73, 17);
|
||||
this.composerCheckbox.TabIndex = 72;
|
||||
@ -623,7 +650,7 @@
|
||||
this.genreCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.genreCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.genreCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.genreCheckbox.Location = new System.Drawing.Point(425, 563);
|
||||
this.genreCheckbox.Location = new System.Drawing.Point(547, 540);
|
||||
this.genreCheckbox.Name = "genreCheckbox";
|
||||
this.genreCheckbox.Size = new System.Drawing.Size(55, 17);
|
||||
this.genreCheckbox.TabIndex = 71;
|
||||
@ -638,7 +665,7 @@
|
||||
this.releaseCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.releaseCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.releaseCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.releaseCheckbox.Location = new System.Drawing.Point(425, 540);
|
||||
this.releaseCheckbox.Location = new System.Drawing.Point(450, 540);
|
||||
this.releaseCheckbox.Name = "releaseCheckbox";
|
||||
this.releaseCheckbox.Size = new System.Drawing.Size(91, 17);
|
||||
this.releaseCheckbox.TabIndex = 70;
|
||||
@ -651,7 +678,7 @@
|
||||
this.commentCheckbox.AutoSize = true;
|
||||
this.commentCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.commentCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.commentCheckbox.Location = new System.Drawing.Point(533, 699);
|
||||
this.commentCheckbox.Location = new System.Drawing.Point(570, 568);
|
||||
this.commentCheckbox.Name = "commentCheckbox";
|
||||
this.commentCheckbox.Size = new System.Drawing.Size(70, 17);
|
||||
this.commentCheckbox.TabIndex = 78;
|
||||
@ -664,7 +691,7 @@
|
||||
this.commentTextbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
||||
this.commentTextbox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.commentTextbox.ForeColor = System.Drawing.Color.White;
|
||||
this.commentTextbox.Location = new System.Drawing.Point(609, 697);
|
||||
this.commentTextbox.Location = new System.Drawing.Point(646, 566);
|
||||
this.commentTextbox.Multiline = true;
|
||||
this.commentTextbox.Name = "commentTextbox";
|
||||
this.commentTextbox.Size = new System.Drawing.Size(112, 17);
|
||||
@ -678,7 +705,7 @@
|
||||
this.imageCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.imageCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.imageCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.imageCheckbox.Location = new System.Drawing.Point(425, 699);
|
||||
this.imageCheckbox.Location = new System.Drawing.Point(382, 568);
|
||||
this.imageCheckbox.Name = "imageCheckbox";
|
||||
this.imageCheckbox.Size = new System.Drawing.Size(70, 17);
|
||||
this.imageCheckbox.TabIndex = 80;
|
||||
@ -740,7 +767,7 @@
|
||||
//
|
||||
this.mp3WarnLabel.AutoSize = true;
|
||||
this.mp3WarnLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.mp3WarnLabel.Location = new System.Drawing.Point(744, 711);
|
||||
this.mp3WarnLabel.Location = new System.Drawing.Point(744, 596);
|
||||
this.mp3WarnLabel.Name = "mp3WarnLabel";
|
||||
this.mp3WarnLabel.Size = new System.Drawing.Size(182, 13);
|
||||
this.mp3WarnLabel.TabIndex = 85;
|
||||
@ -837,17 +864,312 @@
|
||||
// panel8
|
||||
//
|
||||
this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.panel8.Location = new System.Drawing.Point(609, 716);
|
||||
this.panel8.Location = new System.Drawing.Point(646, 585);
|
||||
this.panel8.Name = "panel8";
|
||||
this.panel8.Size = new System.Drawing.Size(112, 1);
|
||||
this.panel8.TabIndex = 90;
|
||||
//
|
||||
// streamableCheckbox
|
||||
//
|
||||
this.streamableCheckbox.AutoSize = true;
|
||||
this.streamableCheckbox.Checked = true;
|
||||
this.streamableCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.streamableCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.streamableCheckbox.Location = new System.Drawing.Point(243, 41);
|
||||
this.streamableCheckbox.Name = "streamableCheckbox";
|
||||
this.streamableCheckbox.Size = new System.Drawing.Size(113, 17);
|
||||
this.streamableCheckbox.TabIndex = 91;
|
||||
this.streamableCheckbox.Text = "Streamable Check";
|
||||
this.streamableCheckbox.UseVisualStyleBackColor = true;
|
||||
this.streamableCheckbox.Visible = false;
|
||||
//
|
||||
// secretTextbox
|
||||
//
|
||||
this.secretTextbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
||||
this.secretTextbox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.secretTextbox.ForeColor = System.Drawing.Color.White;
|
||||
this.secretTextbox.Location = new System.Drawing.Point(412, 15);
|
||||
this.secretTextbox.Multiline = true;
|
||||
this.secretTextbox.Name = "secretTextbox";
|
||||
this.secretTextbox.ReadOnly = true;
|
||||
this.secretTextbox.Size = new System.Drawing.Size(179, 20);
|
||||
this.secretTextbox.TabIndex = 92;
|
||||
this.secretTextbox.Visible = false;
|
||||
this.secretTextbox.WordWrap = false;
|
||||
//
|
||||
// displaySecretButton
|
||||
//
|
||||
this.displaySecretButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(112)))), ((int)(((byte)(239)))));
|
||||
this.displaySecretButton.FlatAppearance.BorderSize = 0;
|
||||
this.displaySecretButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.displaySecretButton.ForeColor = System.Drawing.Color.White;
|
||||
this.displaySecretButton.Location = new System.Drawing.Point(303, 12);
|
||||
this.displaySecretButton.Name = "displaySecretButton";
|
||||
this.displaySecretButton.Size = new System.Drawing.Size(103, 23);
|
||||
this.displaySecretButton.TabIndex = 93;
|
||||
this.displaySecretButton.Text = "Display appSecret";
|
||||
this.displaySecretButton.UseVisualStyleBackColor = false;
|
||||
this.displaySecretButton.Visible = false;
|
||||
this.displaySecretButton.Click += new System.EventHandler(this.displaySecretButton_Click);
|
||||
//
|
||||
// profilePictureBox
|
||||
//
|
||||
this.profilePictureBox.Location = new System.Drawing.Point(15, 501);
|
||||
this.profilePictureBox.Name = "profilePictureBox";
|
||||
this.profilePictureBox.Size = new System.Drawing.Size(20, 20);
|
||||
this.profilePictureBox.TabIndex = 94;
|
||||
this.profilePictureBox.TabStop = false;
|
||||
//
|
||||
// logoutLabel
|
||||
//
|
||||
this.logoutLabel.AutoSize = true;
|
||||
this.logoutLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.logoutLabel.Location = new System.Drawing.Point(41, 506);
|
||||
this.logoutLabel.Name = "logoutLabel";
|
||||
this.logoutLabel.Size = new System.Drawing.Size(161, 13);
|
||||
this.logoutLabel.TabIndex = 95;
|
||||
this.logoutLabel.Text = "Logged in as %name%, Log out?";
|
||||
this.logoutLabel.Click += new System.EventHandler(this.logoutLabel_Click);
|
||||
this.logoutLabel.MouseLeave += new System.EventHandler(this.logoutLabel_MouseLeave);
|
||||
this.logoutLabel.MouseHover += new System.EventHandler(this.logoutLabel_MouseHover);
|
||||
//
|
||||
// downloadLabelBG
|
||||
//
|
||||
this.downloadLabelBG.DoWork += new System.ComponentModel.DoWorkEventHandler(this.downloadLabelBG_DoWork);
|
||||
//
|
||||
// hiddenTextPanel
|
||||
//
|
||||
this.hiddenTextPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.hiddenTextPanel.Location = new System.Drawing.Point(412, 36);
|
||||
this.hiddenTextPanel.Name = "hiddenTextPanel";
|
||||
this.hiddenTextPanel.Size = new System.Drawing.Size(179, 1);
|
||||
this.hiddenTextPanel.TabIndex = 87;
|
||||
this.hiddenTextPanel.Visible = false;
|
||||
//
|
||||
// downloadFaveAlbumsBG
|
||||
//
|
||||
this.downloadFaveAlbumsBG.DoWork += new System.ComponentModel.DoWorkEventHandler(this.downloadFaveAlbumsBG_DoWork);
|
||||
//
|
||||
// downloadFaveArtistsBG
|
||||
//
|
||||
this.downloadFaveArtistsBG.DoWork += new System.ComponentModel.DoWorkEventHandler(this.downloadFaveArtistsBG_DoWork);
|
||||
//
|
||||
// artSizeSelect
|
||||
//
|
||||
this.artSizeSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.artSizeSelect.FormattingEnabled = true;
|
||||
this.artSizeSelect.Items.AddRange(new object[] {
|
||||
"max",
|
||||
"600",
|
||||
"300",
|
||||
"150",
|
||||
"100",
|
||||
"50"});
|
||||
this.artSizeSelect.Location = new System.Drawing.Point(113, 593);
|
||||
this.artSizeSelect.Name = "artSizeSelect";
|
||||
this.artSizeSelect.Size = new System.Drawing.Size(87, 21);
|
||||
this.artSizeSelect.TabIndex = 96;
|
||||
this.artSizeSelect.SelectedIndexChanged += new System.EventHandler(this.artSizeSelect_SelectedIndexChanged);
|
||||
//
|
||||
// artSizeLabel
|
||||
//
|
||||
this.artSizeLabel.AutoSize = true;
|
||||
this.artSizeLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.artSizeLabel.Location = new System.Drawing.Point(12, 596);
|
||||
this.artSizeLabel.Name = "artSizeLabel";
|
||||
this.artSizeLabel.Size = new System.Drawing.Size(207, 13);
|
||||
this.artSizeLabel.TabIndex = 97;
|
||||
this.artSizeLabel.Text = "Embedded Art Size: px";
|
||||
//
|
||||
// typeCheckbox
|
||||
//
|
||||
this.typeCheckbox.AutoSize = true;
|
||||
this.typeCheckbox.Checked = true;
|
||||
this.typeCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.typeCheckbox.FlatAppearance.BorderSize = 0;
|
||||
this.typeCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.typeCheckbox.Location = new System.Drawing.Point(352, 540);
|
||||
this.typeCheckbox.Name = "typeCheckbox";
|
||||
this.typeCheckbox.Size = new System.Drawing.Size(92, 17);
|
||||
this.typeCheckbox.TabIndex = 98;
|
||||
this.typeCheckbox.Text = "Release Type";
|
||||
this.typeCheckbox.UseVisualStyleBackColor = true;
|
||||
this.typeCheckbox.CheckedChanged += new System.EventHandler(this.typeCheckbox_CheckedChanged);
|
||||
//
|
||||
// aboutLabel
|
||||
//
|
||||
this.aboutLabel.AutoSize = true;
|
||||
this.aboutLabel.BackColor = System.Drawing.Color.Transparent;
|
||||
this.aboutLabel.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.aboutLabel.ForeColor = System.Drawing.Color.White;
|
||||
this.aboutLabel.Location = new System.Drawing.Point(866, 8);
|
||||
this.aboutLabel.Name = "aboutLabel";
|
||||
this.aboutLabel.Size = new System.Drawing.Size(15, 23);
|
||||
this.aboutLabel.TabIndex = 99;
|
||||
this.aboutLabel.Text = "i";
|
||||
this.aboutLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||||
this.aboutLabel.Click += new System.EventHandler(this.aboutLabel_Click);
|
||||
this.aboutLabel.MouseLeave += new System.EventHandler(this.aboutLabel_MouseLeave);
|
||||
this.aboutLabel.MouseHover += new System.EventHandler(this.aboutLabel_MouseHover);
|
||||
//
|
||||
// enableBtnsButton
|
||||
//
|
||||
this.enableBtnsButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(112)))), ((int)(((byte)(239)))));
|
||||
this.enableBtnsButton.FlatAppearance.BorderSize = 0;
|
||||
this.enableBtnsButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.enableBtnsButton.ForeColor = System.Drawing.Color.White;
|
||||
this.enableBtnsButton.Location = new System.Drawing.Point(597, 28);
|
||||
this.enableBtnsButton.Name = "enableBtnsButton";
|
||||
this.enableBtnsButton.Size = new System.Drawing.Size(120, 23);
|
||||
this.enableBtnsButton.TabIndex = 100;
|
||||
this.enableBtnsButton.Text = "Re-Enable Buttons";
|
||||
this.enableBtnsButton.UseVisualStyleBackColor = false;
|
||||
this.enableBtnsButton.Visible = false;
|
||||
this.enableBtnsButton.Click += new System.EventHandler(this.enableBtnsButton_Click);
|
||||
//
|
||||
// hideDebugButton
|
||||
//
|
||||
this.hideDebugButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(112)))), ((int)(((byte)(239)))));
|
||||
this.hideDebugButton.FlatAppearance.BorderSize = 0;
|
||||
this.hideDebugButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.hideDebugButton.ForeColor = System.Drawing.Color.White;
|
||||
this.hideDebugButton.Location = new System.Drawing.Point(243, 12);
|
||||
this.hideDebugButton.Name = "hideDebugButton";
|
||||
this.hideDebugButton.Size = new System.Drawing.Size(54, 23);
|
||||
this.hideDebugButton.TabIndex = 101;
|
||||
this.hideDebugButton.Text = "Hide";
|
||||
this.hideDebugButton.UseVisualStyleBackColor = false;
|
||||
this.hideDebugButton.Visible = false;
|
||||
this.hideDebugButton.Click += new System.EventHandler(this.hideDebugButton_Click);
|
||||
//
|
||||
// maxLengthLabel
|
||||
//
|
||||
this.maxLengthLabel.AutoSize = true;
|
||||
this.maxLengthLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.maxLengthLabel.Location = new System.Drawing.Point(444, 596);
|
||||
this.maxLengthLabel.Name = "maxLengthLabel";
|
||||
this.maxLengthLabel.Size = new System.Drawing.Size(121, 13);
|
||||
this.maxLengthLabel.TabIndex = 102;
|
||||
this.maxLengthLabel.Text = "Max File Name Length**";
|
||||
//
|
||||
// panel9
|
||||
//
|
||||
this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.panel9.Location = new System.Drawing.Point(567, 610);
|
||||
this.panel9.Name = "panel9";
|
||||
this.panel9.Size = new System.Drawing.Size(68, 1);
|
||||
this.panel9.TabIndex = 92;
|
||||
//
|
||||
// maxLengthTextbox
|
||||
//
|
||||
this.maxLengthTextbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
||||
this.maxLengthTextbox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.maxLengthTextbox.ForeColor = System.Drawing.Color.White;
|
||||
this.maxLengthTextbox.Location = new System.Drawing.Point(567, 596);
|
||||
this.maxLengthTextbox.Multiline = true;
|
||||
this.maxLengthTextbox.Name = "maxLengthTextbox";
|
||||
this.maxLengthTextbox.Size = new System.Drawing.Size(68, 17);
|
||||
this.maxLengthTextbox.TabIndex = 91;
|
||||
this.maxLengthTextbox.TextChanged += new System.EventHandler(this.maxLengthTextbox_TextChanged);
|
||||
//
|
||||
// maxLengthWarnLabel
|
||||
//
|
||||
this.maxLengthWarnLabel.AutoSize = true;
|
||||
this.maxLengthWarnLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.maxLengthWarnLabel.Location = new System.Drawing.Point(819, 610);
|
||||
this.maxLengthWarnLabel.Name = "maxLengthWarnLabel";
|
||||
this.maxLengthWarnLabel.Size = new System.Drawing.Size(107, 13);
|
||||
this.maxLengthWarnLabel.TabIndex = 103;
|
||||
this.maxLengthWarnLabel.Text = "** = Max value is 110";
|
||||
//
|
||||
// customFormatPanel
|
||||
//
|
||||
this.customFormatPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.customFormatPanel.Location = new System.Drawing.Point(572, 60);
|
||||
this.customFormatPanel.Name = "customFormatPanel";
|
||||
this.customFormatPanel.Size = new System.Drawing.Size(19, 1);
|
||||
this.customFormatPanel.TabIndex = 104;
|
||||
this.customFormatPanel.Visible = false;
|
||||
//
|
||||
// customFormatIDTextbox
|
||||
//
|
||||
this.customFormatIDTextbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
||||
this.customFormatIDTextbox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.customFormatIDTextbox.ForeColor = System.Drawing.Color.White;
|
||||
this.customFormatIDTextbox.Location = new System.Drawing.Point(572, 42);
|
||||
this.customFormatIDTextbox.Multiline = true;
|
||||
this.customFormatIDTextbox.Name = "customFormatIDTextbox";
|
||||
this.customFormatIDTextbox.Size = new System.Drawing.Size(19, 20);
|
||||
this.customFormatIDTextbox.TabIndex = 105;
|
||||
this.customFormatIDTextbox.Visible = false;
|
||||
this.customFormatIDTextbox.WordWrap = false;
|
||||
this.customFormatIDTextbox.TextChanged += new System.EventHandler(this.customFormatIDTextbox_TextChanged);
|
||||
//
|
||||
// formatIDLabel
|
||||
//
|
||||
this.formatIDLabel.AutoSize = true;
|
||||
this.formatIDLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.formatIDLabel.Location = new System.Drawing.Point(513, 42);
|
||||
this.formatIDLabel.Name = "formatIDLabel";
|
||||
this.formatIDLabel.Size = new System.Drawing.Size(53, 13);
|
||||
this.formatIDLabel.TabIndex = 106;
|
||||
this.formatIDLabel.Text = "Format ID";
|
||||
this.formatIDLabel.Visible = false;
|
||||
//
|
||||
// filenameTempSelect
|
||||
//
|
||||
this.filenameTempSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.filenameTempSelect.FormattingEnabled = true;
|
||||
this.filenameTempSelect.Items.AddRange(new object[] {
|
||||
"00 Trackname",
|
||||
"00 - Trackname"});
|
||||
this.filenameTempSelect.Location = new System.Drawing.Point(325, 593);
|
||||
this.filenameTempSelect.Name = "filenameTempSelect";
|
||||
this.filenameTempSelect.Size = new System.Drawing.Size(108, 21);
|
||||
this.filenameTempSelect.TabIndex = 107;
|
||||
this.filenameTempSelect.SelectedIndexChanged += new System.EventHandler(this.filenameTempSelect_SelectedIndexChanged);
|
||||
//
|
||||
// label7
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.label7.Location = new System.Drawing.Point(225, 596);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(99, 13);
|
||||
this.label7.TabIndex = 108;
|
||||
this.label7.Text = "Filename Template:";
|
||||
//
|
||||
// downloadPlaylistBG
|
||||
//
|
||||
this.downloadPlaylistBG.DoWork += new System.ComponentModel.DoWorkEventHandler(this.downloadPlaylistBG_DoWork);
|
||||
//
|
||||
// QobuzDownloaderX
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
||||
this.ClientSize = new System.Drawing.Size(938, 533);
|
||||
this.ClientSize = new System.Drawing.Size(938, 632);
|
||||
this.Controls.Add(this.filenameTempSelect);
|
||||
this.Controls.Add(this.label7);
|
||||
this.Controls.Add(this.formatIDLabel);
|
||||
this.Controls.Add(this.customFormatPanel);
|
||||
this.Controls.Add(this.customFormatIDTextbox);
|
||||
this.Controls.Add(this.maxLengthWarnLabel);
|
||||
this.Controls.Add(this.panel9);
|
||||
this.Controls.Add(this.maxLengthTextbox);
|
||||
this.Controls.Add(this.maxLengthLabel);
|
||||
this.Controls.Add(this.hideDebugButton);
|
||||
this.Controls.Add(this.enableBtnsButton);
|
||||
this.Controls.Add(this.aboutLabel);
|
||||
this.Controls.Add(this.typeCheckbox);
|
||||
this.Controls.Add(this.artSizeSelect);
|
||||
this.Controls.Add(this.artSizeLabel);
|
||||
this.Controls.Add(this.hiddenTextPanel);
|
||||
this.Controls.Add(this.logoutLabel);
|
||||
this.Controls.Add(this.profilePictureBox);
|
||||
this.Controls.Add(this.displaySecretButton);
|
||||
this.Controls.Add(this.secretTextbox);
|
||||
this.Controls.Add(this.streamableCheckbox);
|
||||
this.Controls.Add(this.panel8);
|
||||
this.Controls.Add(this.panel7);
|
||||
this.Controls.Add(this.panel6);
|
||||
@ -899,7 +1221,7 @@
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.albumArtPicBox);
|
||||
this.Controls.Add(this.verNumLabel);
|
||||
this.Controls.Add(this.pictureBox1);
|
||||
this.Controls.Add(this.logoBox);
|
||||
this.Controls.Add(this.imageURLTextbox);
|
||||
this.Controls.Add(this.downloadButton);
|
||||
this.Controls.Add(this.albumUrl);
|
||||
@ -917,7 +1239,8 @@
|
||||
this.Load += new System.EventHandler(this.Form1_Load);
|
||||
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.QobuzDownloaderX_MouseMove);
|
||||
((System.ComponentModel.ISupportInitialize)(this.albumArtPicBox)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.logoBox)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.profilePictureBox)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@ -933,7 +1256,7 @@
|
||||
private System.Windows.Forms.Button downloadButton;
|
||||
private System.Windows.Forms.TextBox albumUrl;
|
||||
private System.Windows.Forms.TextBox imageURLTextbox;
|
||||
private System.Windows.Forms.PictureBox pictureBox1;
|
||||
private System.Windows.Forms.PictureBox logoBox;
|
||||
private System.Windows.Forms.Label verNumLabel;
|
||||
private System.Windows.Forms.PictureBox albumArtPicBox;
|
||||
private System.Windows.Forms.Label label1;
|
||||
@ -989,6 +1312,31 @@
|
||||
private System.Windows.Forms.Panel panel6;
|
||||
private System.Windows.Forms.Panel panel7;
|
||||
private System.Windows.Forms.Panel panel8;
|
||||
private System.Windows.Forms.CheckBox streamableCheckbox;
|
||||
private System.Windows.Forms.TextBox secretTextbox;
|
||||
private System.Windows.Forms.Button displaySecretButton;
|
||||
private System.Windows.Forms.PictureBox profilePictureBox;
|
||||
private System.Windows.Forms.Label logoutLabel;
|
||||
private System.ComponentModel.BackgroundWorker downloadLabelBG;
|
||||
private System.Windows.Forms.Panel hiddenTextPanel;
|
||||
private System.ComponentModel.BackgroundWorker downloadFaveAlbumsBG;
|
||||
private System.ComponentModel.BackgroundWorker downloadFaveArtistsBG;
|
||||
private System.Windows.Forms.ComboBox artSizeSelect;
|
||||
private System.Windows.Forms.Label artSizeLabel;
|
||||
private System.Windows.Forms.CheckBox typeCheckbox;
|
||||
private System.Windows.Forms.Label aboutLabel;
|
||||
private System.Windows.Forms.Button enableBtnsButton;
|
||||
private System.Windows.Forms.Button hideDebugButton;
|
||||
private System.Windows.Forms.Label maxLengthLabel;
|
||||
private System.Windows.Forms.Panel panel9;
|
||||
private System.Windows.Forms.TextBox maxLengthTextbox;
|
||||
private System.Windows.Forms.Label maxLengthWarnLabel;
|
||||
private System.Windows.Forms.Panel customFormatPanel;
|
||||
private System.Windows.Forms.TextBox customFormatIDTextbox;
|
||||
private System.Windows.Forms.Label formatIDLabel;
|
||||
private System.Windows.Forms.ComboBox filenameTempSelect;
|
||||
private System.Windows.Forms.Label label7;
|
||||
private System.ComponentModel.BackgroundWorker downloadPlaylistBG;
|
||||
}
|
||||
}
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -135,6 +135,18 @@
|
||||
<metadata name="downloadDiscogBG.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>737, 13</value>
|
||||
</metadata>
|
||||
<metadata name="downloadLabelBG.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>901, 13</value>
|
||||
</metadata>
|
||||
<metadata name="downloadFaveAlbumsBG.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1065, 13</value>
|
||||
</metadata>
|
||||
<metadata name="downloadFaveArtistsBG.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1229, 13</value>
|
||||
</metadata>
|
||||
<metadata name="downloadPlaylistBG.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 52</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
|
199
QobuzDownloaderX/LoginForm-v2.Designer.cs
generated
199
QobuzDownloaderX/LoginForm-v2.Designer.cs
generated
@ -30,20 +30,26 @@
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginFrm));
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.disableLogin = new System.Windows.Forms.CheckBox();
|
||||
this.verNumLabel2 = new System.Windows.Forms.Label();
|
||||
this.md5Button = new System.Windows.Forms.Button();
|
||||
this.exitLabel = new System.Windows.Forms.Label();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.userAuthTokenTextbox = new System.Windows.Forms.TextBox();
|
||||
this.loginButton = new System.Windows.Forms.Button();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.panel4 = new System.Windows.Forms.Panel();
|
||||
this.appidTextbox = new System.Windows.Forms.TextBox();
|
||||
this.emailTextbox = new System.Windows.Forms.TextBox();
|
||||
this.passwordTextbox = new System.Windows.Forms.TextBox();
|
||||
this.md5Button = new System.Windows.Forms.Button();
|
||||
this.loginText = new System.Windows.Forms.Label();
|
||||
this.getSecretBG = new System.ComponentModel.BackgroundWorker();
|
||||
this.loginBG = new System.ComponentModel.BackgroundWorker();
|
||||
this.visableCheckbox = new System.Windows.Forms.CheckBox();
|
||||
this.altLoginLabel = new System.Windows.Forms.Label();
|
||||
this.altLoginTutLabel = new System.Windows.Forms.Label();
|
||||
this.userIdTextbox = new System.Windows.Forms.TextBox();
|
||||
this.altLoginBG = new System.ComponentModel.BackgroundWorker();
|
||||
this.aboutLabel = new System.Windows.Forms.Label();
|
||||
this.panel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
@ -51,7 +57,10 @@
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BackgroundImage = global::QobuzDownloaderX.Properties.Resources.login_frame;
|
||||
this.panel1.Controls.Add(this.aboutLabel);
|
||||
this.panel1.Controls.Add(this.disableLogin);
|
||||
this.panel1.Controls.Add(this.verNumLabel2);
|
||||
this.panel1.Controls.Add(this.md5Button);
|
||||
this.panel1.Controls.Add(this.exitLabel);
|
||||
this.panel1.Controls.Add(this.pictureBox1);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
@ -61,6 +70,18 @@
|
||||
this.panel1.TabIndex = 0;
|
||||
this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseMove);
|
||||
//
|
||||
// disableLogin
|
||||
//
|
||||
this.disableLogin.AutoSize = true;
|
||||
this.disableLogin.ForeColor = System.Drawing.Color.Transparent;
|
||||
this.disableLogin.Location = new System.Drawing.Point(12, 155);
|
||||
this.disableLogin.Name = "disableLogin";
|
||||
this.disableLogin.Size = new System.Drawing.Size(90, 17);
|
||||
this.disableLogin.TabIndex = 34;
|
||||
this.disableLogin.Text = "Disable Login";
|
||||
this.disableLogin.UseVisualStyleBackColor = true;
|
||||
this.disableLogin.Visible = false;
|
||||
//
|
||||
// verNumLabel2
|
||||
//
|
||||
this.verNumLabel2.BackColor = System.Drawing.Color.Transparent;
|
||||
@ -74,6 +95,23 @@
|
||||
this.verNumLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.verNumLabel2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.verNumLabel2_MouseMove);
|
||||
//
|
||||
// md5Button
|
||||
//
|
||||
this.md5Button.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(112)))), ((int)(((byte)(239)))));
|
||||
this.md5Button.Enabled = false;
|
||||
this.md5Button.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
||||
this.md5Button.FlatAppearance.BorderSize = 2;
|
||||
this.md5Button.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.md5Button.ForeColor = System.Drawing.Color.White;
|
||||
this.md5Button.Location = new System.Drawing.Point(227, 122);
|
||||
this.md5Button.Name = "md5Button";
|
||||
this.md5Button.Size = new System.Drawing.Size(43, 27);
|
||||
this.md5Button.TabIndex = 9;
|
||||
this.md5Button.Text = "MD5";
|
||||
this.md5Button.UseVisualStyleBackColor = false;
|
||||
this.md5Button.Visible = false;
|
||||
this.md5Button.Click += new System.EventHandler(this.md5Button_Click);
|
||||
//
|
||||
// exitLabel
|
||||
//
|
||||
this.exitLabel.AutoSize = true;
|
||||
@ -100,14 +138,21 @@
|
||||
this.pictureBox1.TabStop = false;
|
||||
this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
|
||||
//
|
||||
// panel2
|
||||
// userAuthTokenTextbox
|
||||
//
|
||||
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.panel2.Location = new System.Drawing.Point(12, 226);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(258, 1);
|
||||
this.panel2.TabIndex = 1;
|
||||
this.panel2.Click += new System.EventHandler(this.panel2_Click);
|
||||
this.userAuthTokenTextbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
||||
this.userAuthTokenTextbox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.userAuthTokenTextbox.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.userAuthTokenTextbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.userAuthTokenTextbox.Location = new System.Drawing.Point(12, 255);
|
||||
this.userAuthTokenTextbox.Multiline = true;
|
||||
this.userAuthTokenTextbox.Name = "userAuthTokenTextbox";
|
||||
this.userAuthTokenTextbox.Size = new System.Drawing.Size(237, 23);
|
||||
this.userAuthTokenTextbox.TabIndex = 35;
|
||||
this.userAuthTokenTextbox.Text = "user_auth_token";
|
||||
this.userAuthTokenTextbox.Visible = false;
|
||||
this.userAuthTokenTextbox.Click += new System.EventHandler(this.userAuthTokenTextbox_Click);
|
||||
this.userAuthTokenTextbox.Leave += new System.EventHandler(this.userAuthTokenTextbox_Leave);
|
||||
//
|
||||
// loginButton
|
||||
//
|
||||
@ -116,7 +161,7 @@
|
||||
this.loginButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.loginButton.Font = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.loginButton.ForeColor = System.Drawing.Color.White;
|
||||
this.loginButton.Location = new System.Drawing.Point(12, 359);
|
||||
this.loginButton.Location = new System.Drawing.Point(12, 293);
|
||||
this.loginButton.Name = "loginButton";
|
||||
this.loginButton.Size = new System.Drawing.Size(258, 30);
|
||||
this.loginButton.TabIndex = 2;
|
||||
@ -127,35 +172,18 @@
|
||||
// panel3
|
||||
//
|
||||
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.panel3.Location = new System.Drawing.Point(12, 287);
|
||||
this.panel3.Location = new System.Drawing.Point(12, 221);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(258, 1);
|
||||
this.panel3.TabIndex = 2;
|
||||
this.panel3.Click += new System.EventHandler(this.panel3_Click);
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.panel4.Location = new System.Drawing.Point(12, 343);
|
||||
this.panel4.Location = new System.Drawing.Point(12, 277);
|
||||
this.panel4.Name = "panel4";
|
||||
this.panel4.Size = new System.Drawing.Size(258, 1);
|
||||
this.panel4.TabIndex = 2;
|
||||
this.panel4.Click += new System.EventHandler(this.panel4_Click);
|
||||
//
|
||||
// appidTextbox
|
||||
//
|
||||
this.appidTextbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
||||
this.appidTextbox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.appidTextbox.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.appidTextbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.appidTextbox.Location = new System.Drawing.Point(12, 200);
|
||||
this.appidTextbox.Multiline = true;
|
||||
this.appidTextbox.Name = "appidTextbox";
|
||||
this.appidTextbox.Size = new System.Drawing.Size(258, 27);
|
||||
this.appidTextbox.TabIndex = 6;
|
||||
this.appidTextbox.Text = "app_id";
|
||||
this.appidTextbox.Click += new System.EventHandler(this.appIdTextbox_Click);
|
||||
this.appidTextbox.Leave += new System.EventHandler(this.appIdTextbox_Leave);
|
||||
//
|
||||
// emailTextbox
|
||||
//
|
||||
@ -163,7 +191,7 @@
|
||||
this.emailTextbox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.emailTextbox.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.emailTextbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.emailTextbox.Location = new System.Drawing.Point(12, 265);
|
||||
this.emailTextbox.Location = new System.Drawing.Point(12, 199);
|
||||
this.emailTextbox.Multiline = true;
|
||||
this.emailTextbox.Name = "emailTextbox";
|
||||
this.emailTextbox.Size = new System.Drawing.Size(258, 23);
|
||||
@ -178,35 +206,20 @@
|
||||
this.passwordTextbox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.passwordTextbox.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.passwordTextbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.passwordTextbox.Location = new System.Drawing.Point(12, 321);
|
||||
this.passwordTextbox.Location = new System.Drawing.Point(12, 255);
|
||||
this.passwordTextbox.Multiline = true;
|
||||
this.passwordTextbox.Name = "passwordTextbox";
|
||||
this.passwordTextbox.Size = new System.Drawing.Size(209, 23);
|
||||
this.passwordTextbox.Size = new System.Drawing.Size(237, 23);
|
||||
this.passwordTextbox.TabIndex = 8;
|
||||
this.passwordTextbox.Text = "Password";
|
||||
this.passwordTextbox.Click += new System.EventHandler(this.passwordTextbox_Click);
|
||||
this.passwordTextbox.Leave += new System.EventHandler(this.passwordTextbox_Leave);
|
||||
//
|
||||
// md5Button
|
||||
//
|
||||
this.md5Button.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(112)))), ((int)(((byte)(239)))));
|
||||
this.md5Button.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
||||
this.md5Button.FlatAppearance.BorderSize = 2;
|
||||
this.md5Button.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.md5Button.ForeColor = System.Drawing.Color.White;
|
||||
this.md5Button.Location = new System.Drawing.Point(227, 316);
|
||||
this.md5Button.Name = "md5Button";
|
||||
this.md5Button.Size = new System.Drawing.Size(43, 27);
|
||||
this.md5Button.TabIndex = 9;
|
||||
this.md5Button.Text = "MD5";
|
||||
this.md5Button.UseVisualStyleBackColor = false;
|
||||
this.md5Button.Click += new System.EventHandler(this.md5Button_Click);
|
||||
//
|
||||
// loginText
|
||||
//
|
||||
this.loginText.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.loginText.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.loginText.Location = new System.Drawing.Point(12, 399);
|
||||
this.loginText.Location = new System.Drawing.Point(12, 349);
|
||||
this.loginText.Name = "loginText";
|
||||
this.loginText.Size = new System.Drawing.Size(258, 23);
|
||||
this.loginText.TabIndex = 30;
|
||||
@ -221,22 +234,92 @@
|
||||
//
|
||||
this.loginBG.DoWork += new System.ComponentModel.DoWorkEventHandler(this.loginBG_DoWork);
|
||||
//
|
||||
// visableCheckbox
|
||||
//
|
||||
this.visableCheckbox.AutoSize = true;
|
||||
this.visableCheckbox.Location = new System.Drawing.Point(255, 256);
|
||||
this.visableCheckbox.Name = "visableCheckbox";
|
||||
this.visableCheckbox.Size = new System.Drawing.Size(15, 14);
|
||||
this.visableCheckbox.TabIndex = 31;
|
||||
this.visableCheckbox.UseVisualStyleBackColor = true;
|
||||
this.visableCheckbox.CheckedChanged += new System.EventHandler(this.visableCheckbox_CheckedChanged);
|
||||
//
|
||||
// altLoginLabel
|
||||
//
|
||||
this.altLoginLabel.Font = new System.Drawing.Font("Trebuchet MS", 8.25F);
|
||||
this.altLoginLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.altLoginLabel.Location = new System.Drawing.Point(12, 326);
|
||||
this.altLoginLabel.Name = "altLoginLabel";
|
||||
this.altLoginLabel.Size = new System.Drawing.Size(258, 20);
|
||||
this.altLoginLabel.TabIndex = 32;
|
||||
this.altLoginLabel.Text = "Can\'t login? Click here";
|
||||
this.altLoginLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.altLoginLabel.Click += new System.EventHandler(this.altLoginLabel_Click);
|
||||
//
|
||||
// altLoginTutLabel
|
||||
//
|
||||
this.altLoginTutLabel.AutoSize = true;
|
||||
this.altLoginTutLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.altLoginTutLabel.Location = new System.Drawing.Point(77, 180);
|
||||
this.altLoginTutLabel.Name = "altLoginTutLabel";
|
||||
this.altLoginTutLabel.Size = new System.Drawing.Size(128, 13);
|
||||
this.altLoginTutLabel.TabIndex = 33;
|
||||
this.altLoginTutLabel.Text = "Click Here for Instructions";
|
||||
this.altLoginTutLabel.Visible = false;
|
||||
this.altLoginTutLabel.Click += new System.EventHandler(this.altLoginTutLabel_Click);
|
||||
//
|
||||
// userIdTextbox
|
||||
//
|
||||
this.userIdTextbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
||||
this.userIdTextbox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.userIdTextbox.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.userIdTextbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(92)))), ((int)(((byte)(102)))));
|
||||
this.userIdTextbox.Location = new System.Drawing.Point(12, 199);
|
||||
this.userIdTextbox.Multiline = true;
|
||||
this.userIdTextbox.Name = "userIdTextbox";
|
||||
this.userIdTextbox.Size = new System.Drawing.Size(258, 23);
|
||||
this.userIdTextbox.TabIndex = 9;
|
||||
this.userIdTextbox.Text = "user_id";
|
||||
this.userIdTextbox.Visible = false;
|
||||
this.userIdTextbox.Click += new System.EventHandler(this.userIdTextbox_Click);
|
||||
this.userIdTextbox.Leave += new System.EventHandler(this.userIdTextbox_Leave);
|
||||
//
|
||||
// altLoginBG
|
||||
//
|
||||
this.altLoginBG.DoWork += new System.ComponentModel.DoWorkEventHandler(this.altLoginBG_DoWork);
|
||||
//
|
||||
// aboutLabel
|
||||
//
|
||||
this.aboutLabel.AutoSize = true;
|
||||
this.aboutLabel.BackColor = System.Drawing.Color.Transparent;
|
||||
this.aboutLabel.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.aboutLabel.ForeColor = System.Drawing.Color.Black;
|
||||
this.aboutLabel.Location = new System.Drawing.Point(241, 0);
|
||||
this.aboutLabel.Name = "aboutLabel";
|
||||
this.aboutLabel.Size = new System.Drawing.Size(15, 23);
|
||||
this.aboutLabel.TabIndex = 35;
|
||||
this.aboutLabel.Text = "i";
|
||||
this.aboutLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||||
this.aboutLabel.Click += new System.EventHandler(this.aboutLabel_Click);
|
||||
//
|
||||
// LoginFrm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
||||
this.ClientSize = new System.Drawing.Size(282, 431);
|
||||
this.ClientSize = new System.Drawing.Size(282, 392);
|
||||
this.Controls.Add(this.altLoginTutLabel);
|
||||
this.Controls.Add(this.altLoginLabel);
|
||||
this.Controls.Add(this.visableCheckbox);
|
||||
this.Controls.Add(this.loginText);
|
||||
this.Controls.Add(this.md5Button);
|
||||
this.Controls.Add(this.panel4);
|
||||
this.Controls.Add(this.panel3);
|
||||
this.Controls.Add(this.panel2);
|
||||
this.Controls.Add(this.passwordTextbox);
|
||||
this.Controls.Add(this.emailTextbox);
|
||||
this.Controls.Add(this.appidTextbox);
|
||||
this.Controls.Add(this.loginButton);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Controls.Add(this.userIdTextbox);
|
||||
this.Controls.Add(this.userAuthTokenTextbox);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "LoginFrm";
|
||||
@ -254,11 +337,9 @@
|
||||
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.PictureBox pictureBox1;
|
||||
private System.Windows.Forms.Panel panel2;
|
||||
private System.Windows.Forms.Button loginButton;
|
||||
private System.Windows.Forms.Panel panel3;
|
||||
private System.Windows.Forms.Panel panel4;
|
||||
private System.Windows.Forms.TextBox appidTextbox;
|
||||
private System.Windows.Forms.TextBox emailTextbox;
|
||||
private System.Windows.Forms.TextBox passwordTextbox;
|
||||
private System.Windows.Forms.Label exitLabel;
|
||||
@ -267,5 +348,13 @@
|
||||
private System.ComponentModel.BackgroundWorker getSecretBG;
|
||||
private System.ComponentModel.BackgroundWorker loginBG;
|
||||
private System.Windows.Forms.Label verNumLabel2;
|
||||
private System.Windows.Forms.CheckBox visableCheckbox;
|
||||
private System.Windows.Forms.CheckBox disableLogin;
|
||||
private System.Windows.Forms.TextBox userAuthTokenTextbox;
|
||||
private System.Windows.Forms.Label altLoginLabel;
|
||||
private System.Windows.Forms.Label altLoginTutLabel;
|
||||
private System.Windows.Forms.TextBox userIdTextbox;
|
||||
private System.ComponentModel.BackgroundWorker altLoginBG;
|
||||
private System.Windows.Forms.Label aboutLabel;
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -123,6 +123,9 @@
|
||||
<metadata name="loginBG.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>138, 20</value>
|
||||
</metadata>
|
||||
<metadata name="altLoginBG.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>302, 20</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.9.9.6")]
|
||||
[assembly: AssemblyFileVersion("0.9.9.6")]
|
||||
[assembly: AssemblyVersion("0.9.9.23")]
|
||||
[assembly: AssemblyFileVersion("0.9.9.23")]
|
||||
|
96
QobuzDownloaderX/Properties/Settings.Designer.cs
generated
96
QobuzDownloaderX/Properties/Settings.Designer.cs
generated
@ -382,5 +382,101 @@ namespace QobuzDownloaderX.Properties {
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -92,5 +92,29 @@
|
||||
<Setting Name="audioType" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">.flac</Value>
|
||||
</Setting>
|
||||
<Setting Name="savedUserID" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="savedUserAuthToken" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="savedAltLoginValue" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">0</Value>
|
||||
</Setting>
|
||||
<Setting Name="savedArtSize" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">1</Value>
|
||||
</Setting>
|
||||
<Setting Name="typeTag" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="savedMaxLength" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">36</Value>
|
||||
</Setting>
|
||||
<Setting Name="savedFilenameTemplate" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">1</Value>
|
||||
</Setting>
|
||||
<Setting Name="savedFilenameTemplateString" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)"> </Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
@ -52,6 +52,10 @@
|
||||
<ApplicationIcon>Resources\qbdlx_icon.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="policy.2.0.taglib-sharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=db62eba44689b5b0, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\taglib.2.1.0.0\lib\policy.2.0.taglib-sharp.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
@ -79,6 +83,12 @@
|
||||
<Compile Include="Form1.Designer.cs">
|
||||
<DependentUpon>Form1.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="AboutForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="AboutForm.Designer.cs">
|
||||
<DependentUpon>AboutForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="LoginForm-v2.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
@ -103,6 +113,9 @@
|
||||
<EmbeddedResource Include="Form1.resx">
|
||||
<DependentUpon>Form1.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="AboutForm.resx">
|
||||
<DependentUpon>AboutForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="LoginForm-v2.resx">
|
||||
<DependentUpon>LoginForm-v2.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net46" />
|
||||
<package id="taglib" version="2.1.0.0" targetFramework="net46" />
|
||||
</packages>
|
@ -60,7 +60,7 @@ namespace QobuzDownloaderX
|
||||
string searchRequest = searchsr.ReadToEnd();
|
||||
|
||||
// Remove backslashes from the stream URL to have a proper URL.
|
||||
string resultpattern = "\"maximum_sampling_rate\":(?<sampleRate>.*?),(?:.*?)\",\"id\":\"(?<albumID>.*?)\",\"maximum_bit_depth\":(?<bitDepth>.*?),(?:.*?)\"title\":\"(?<albumTitle>.*?)\",\"(?:.*?)\"artist\":(?:.*?)\"name\":\"(?<albumArtist>.*?)\"";
|
||||
string resultpattern = "\"maximum_bit_depth\":(?<bitDepth>.*?),(?:.*?),\"artist\":(?:.*?)\"name\":\"(?<albumArtist>.*?)\",(?:.*?)\"title\":\"(?<albumTitle>.*?)\"(?:.*?),\"maximum_channel_count\":(?:.*?),\"id\":\"(?<albumID>.*?)\",\"maximum_sampling_rate\":(?<sampleRate>.*?),\"";
|
||||
string resultinput = searchRequest;
|
||||
RegexOptions resultoptions = RegexOptions.Multiline;
|
||||
|
||||
|
@ -2,10 +2,9 @@
|
||||
<a href="https://github.com/ImAiiR/QobuzDownloaderX">
|
||||
<img src="https://github.com/ImAiiR/QobuzDownloaderX/raw/master/QobuzDownloaderX/Resources/qbdlx.png?raw=true" />
|
||||
</a>
|
||||
<a href="https://ko-fi.com/I3I41A5DY">
|
||||
<img src="https://www.ko-fi.com/img/githubbutton_sm.svg" />
|
||||
</a>
|
||||
</p>
|
||||
<center><a href="https://www.buymeacoffee.com/ImAiiR" target="_blank"><img src="https://i.imgur.com/H2hMOg6.png" alt="Buy Me A Coffee" style="height: 51px !important;width: 217px !important;" ></a></center>
|
||||
|
||||
|
||||
Inspired by Qo-DL by <a href="https://github.com/Sorrow446">Sorrow</a> & <a href="https://github.com/DashLt">Dash</a>
|
||||
|
||||
@ -15,6 +14,10 @@ Inspired by Qo-DL by <a href="https://github.com/Sorrow446">Sorrow</a> & <a href
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Telegram Group Chat - <a href="https://t.me/QbdLX">@QbdLX</a><br />
|
||||
Telegram Updates Channel - <a href="https://t.me/QobuzDownloaderX">@QobuzDownloaderX</a><br />
|
||||
I'm rarely active on Telegram, but these are official.
|
||||
|
||||
# About
|
||||
QobuzDownloaderX is a program for downloading music streams from the streaming platform <a href="https://qobuz.com/">Qobuz</a>.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user