mirror of
https://github.com/NohamR/QobuzDownloaderX.git
synced 2026-05-17 12:27:11 +00:00
0.9.9.22
- 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`.
This commit is contained in:
@@ -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.21")]
|
||||
[assembly: AssemblyFileVersion("0.9.9.21")]
|
||||
[assembly: AssemblyVersion("0.9.9.22")]
|
||||
[assembly: AssemblyFileVersion("0.9.9.22")]
|
||||
|
||||
24
QobuzDownloaderX/Properties/Settings.Designer.cs
generated
24
QobuzDownloaderX/Properties/Settings.Designer.cs
generated
@@ -454,5 +454,29 @@ namespace QobuzDownloaderX.Properties {
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -110,5 +110,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user