diff --git a/Songify Slim/App.config b/Songify Slim/App.config index 463eefd6..33fbff53 100644 --- a/Songify Slim/App.config +++ b/Songify Slim/App.config @@ -153,7 +153,7 @@ {artist} - {title} requested by @{user} has been added to the queue. - False + True 10 diff --git a/Songify Slim/MainWindow.xaml b/Songify Slim/MainWindow.xaml index d38c19fa..a0e2618f 100644 --- a/Songify Slim/MainWindow.xaml +++ b/Songify Slim/MainWindow.xaml @@ -136,9 +136,16 @@ - - - + + + + + + + Songify.Rocks + + + diff --git a/Songify Slim/MainWindow.xaml.cs b/Songify Slim/MainWindow.xaml.cs index 2708f036..73a5a032 100644 --- a/Songify Slim/MainWindow.xaml.cs +++ b/Songify Slim/MainWindow.xaml.cs @@ -627,7 +627,7 @@ private void MetroWindowLoaded(object sender, RoutedEventArgs e) AutoUpdater.Mandatory = true; AutoUpdater.UpdateMode = Mode.ForcedDownload; AutoUpdater.AppTitle = "Songify"; - AutoUpdater.RunUpdateAsAdmin = false; + AutoUpdater.RunUpdateAsAdmin = true; AutoUpdater.Start("https://songify.rocks/update.xml"); @@ -638,7 +638,7 @@ private void MetroWindowLoaded(object sender, RoutedEventArgs e) // text in the bottom right LblCopyright.Content = - "Songify v" + Version.Substring(0, 5) + " Copyright © Songify.Rocks"; + "Songify v" + Version.Substring(0, 5) + " Copyright ©"; if (_selectedSource == PlayerType.SpotifyWeb) { @@ -674,7 +674,7 @@ private void MetroWindowStateChanged(object sender, EventArgs e) MinimizeToSysTray(); } - private void Mi_Blacklist_Click(object sender, RoutedEventArgs e) + private void mi_Blacklist_Click(object sender, RoutedEventArgs e) { // Opens the Blacklist Window if (!IsWindowOpen()) @@ -684,7 +684,7 @@ private void Mi_Blacklist_Click(object sender, RoutedEventArgs e) } } - private void Mi_Queue_Click(object sender, RoutedEventArgs e) + private void mi_Queue_Click(object sender, RoutedEventArgs e) { // Opens the Queue Window System.Windows.Controls.MenuItem item = (System.Windows.Controls.MenuItem)sender; @@ -703,7 +703,7 @@ private void Mi_Queue_Click(object sender, RoutedEventArgs e) } } - private async void Mi_QueueClear_Click(object sender, RoutedEventArgs e) + private async void mi_QueueClear_Click(object sender, RoutedEventArgs e) { // After user confirmation sends a command to the webserver which clears the queue MessageDialogResult msgResult = await this.ShowMessageAsync("Notification", "Do you really want to clear the queue?", MessageDialogStyle.AffirmativeAndNegative, new MetroDialogSettings { AffirmativeButtonText = "Yes", NegativeButtonText = "No" }); @@ -817,6 +817,12 @@ private async void TelemetryDisclaimer() } } + private void Hyperlink_RequestNavigate(object sender, System.Windows.Navigation.RequestNavigateEventArgs e) + { + Process.Start(new ProcessStartInfo(e.Uri.AbsoluteUri)); + e.Handled = true; + } + private void TelemetryTimer() { // call SendTelemetry every 5 minutes diff --git a/Songify Slim/Properties/AssemblyInfo.cs b/Songify Slim/Properties/AssemblyInfo.cs index c23cb854..677dc95d 100644 --- a/Songify Slim/Properties/AssemblyInfo.cs +++ b/Songify Slim/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Songify.Rocks")] [assembly: AssemblyProduct("Songify")] -[assembly: AssemblyCopyright("Copyright © 2020")] +[assembly: AssemblyCopyright("Copyright © 2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/Songify Slim/Properties/Resources.Designer.cs b/Songify Slim/Properties/Resources.Designer.cs index 001b3558..8b771f8c 100644 --- a/Songify Slim/Properties/Resources.Designer.cs +++ b/Songify Slim/Properties/Resources.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// Dieser Code wurde von einem Tool generiert. -// Laufzeitversion:4.0.30319.42000 +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // -// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -// der Code erneut generiert wird. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. // //------------------------------------------------------------------------------ @@ -13,12 +13,12 @@ namespace Songify_Slim.Properties { /// - /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + /// A strongly-typed resource class, for looking up localized strings, etc. /// - // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert - // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. - // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen - // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] @@ -33,7 +33,7 @@ internal Resources() { } /// - /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { @@ -47,8 +47,8 @@ internal Resources() { } /// - /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { @@ -61,7 +61,70 @@ internal Resources() { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Add ähnelt. + /// Looks up a localized string similar to Artist is blocked. + /// + public static string brw_ArtistBlocked { + get { + return ResourceManager.GetString("brw_ArtistBlocked", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Error fetching songdata. + /// + public static string brw_FetchError { + get { + return ResourceManager.GetString("brw_FetchError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Configure the bot responses for the following scenarios:. + /// + public static string brw_Header { + get { + return ResourceManager.GetString("brw_Header", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Max songs in queue. + /// + public static string brw_MaxSongs { + get { + return ResourceManager.GetString("brw_MaxSongs", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Song already in queue. + /// + public static string brw_SongInQueue { + get { + return ResourceManager.GetString("brw_SongInQueue", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Song longer than X. + /// + public static string brw_SongTooLong { + get { + return ResourceManager.GetString("brw_SongTooLong", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Song added successfully. + /// + public static string brw_Success { + get { + return ResourceManager.GetString("brw_Success", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add. /// public static string bw_btnAdd { get { @@ -70,7 +133,7 @@ public static string bw_btnAdd { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Clear ähnelt. + /// Looks up a localized string similar to Clear. /// public static string bw_btnClear { get { @@ -79,7 +142,7 @@ public static string bw_btnClear { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Artist ähnelt. + /// Looks up a localized string similar to Artist. /// public static string bw_cbArtist { get { @@ -88,7 +151,7 @@ public static string bw_cbArtist { } /// - /// Sucht eine lokalisierte Zeichenfolge, die User ähnelt. + /// Looks up a localized string similar to User. /// public static string bw_cbUser { get { @@ -97,7 +160,7 @@ public static string bw_cbUser { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Blocked Artists ähnelt. + /// Looks up a localized string similar to Blocked Artists. /// public static string bw_lblBlockedArtists { get { @@ -106,7 +169,7 @@ public static string bw_lblBlockedArtists { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Blocked Users ähnelt. + /// Looks up a localized string similar to Blocked Users. /// public static string bw_lblBlockedUsers { get { @@ -115,7 +178,7 @@ public static string bw_lblBlockedUsers { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Delete ähnelt. + /// Looks up a localized string similar to Delete. /// public static string bw_menu_Delete { get { @@ -124,7 +187,7 @@ public static string bw_menu_Delete { } /// - /// Sucht eine lokalisierte Zeichenfolge, die German ähnelt. + /// Looks up a localized string similar to German. /// public static string lang_deDE { get { @@ -133,7 +196,7 @@ public static string lang_deDE { } /// - /// Sucht eine lokalisierte Zeichenfolge, die English ähnelt. + /// Looks up a localized string similar to English. /// public static string lang_en { get { @@ -142,7 +205,7 @@ public static string lang_en { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Blacklist ähnelt. + /// Looks up a localized string similar to Blacklist. /// public static string mw_menu_Blacklist { get { @@ -151,7 +214,7 @@ public static string mw_menu_Blacklist { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connect ähnelt. + /// Looks up a localized string similar to Connect. /// public static string mw_menu_Connect { get { @@ -160,7 +223,7 @@ public static string mw_menu_Connect { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Disconnect ähnelt. + /// Looks up a localized string similar to Disconnect. /// public static string mw_menu_Disconnect { get { @@ -169,7 +232,7 @@ public static string mw_menu_Disconnect { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Exit ähnelt. + /// Looks up a localized string similar to Exit. /// public static string mw_menu_Exit { get { @@ -178,7 +241,7 @@ public static string mw_menu_Exit { } /// - /// Sucht eine lokalisierte Zeichenfolge, die File ähnelt. + /// Looks up a localized string similar to File. /// public static string mw_menu_File { get { @@ -187,7 +250,7 @@ public static string mw_menu_File { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Help ähnelt. + /// Looks up a localized string similar to Help. /// public static string mw_menu_Help { get { @@ -196,7 +259,7 @@ public static string mw_menu_Help { } /// - /// Sucht eine lokalisierte Zeichenfolge, die About ähnelt. + /// Looks up a localized string similar to About. /// public static string mw_menu_Help_About { get { @@ -205,7 +268,7 @@ public static string mw_menu_Help_About { } /// - /// Sucht eine lokalisierte Zeichenfolge, die History ähnelt. + /// Looks up a localized string similar to History. /// public static string mw_menu_History { get { @@ -214,7 +277,7 @@ public static string mw_menu_History { } /// - /// Sucht eine lokalisierte Zeichenfolge, die History Window ähnelt. + /// Looks up a localized string similar to History Window. /// public static string mw_menu_History_Window { get { @@ -223,7 +286,7 @@ public static string mw_menu_History_Window { } /// - /// Sucht eine lokalisierte Zeichenfolge, die History Browser ähnelt. + /// Looks up a localized string similar to History Browser. /// public static string mw_menu_Histoy_Browser { get { @@ -232,7 +295,7 @@ public static string mw_menu_Histoy_Browser { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Queue ähnelt. + /// Looks up a localized string similar to Queue. /// public static string mw_menu_Queue { get { @@ -241,7 +304,7 @@ public static string mw_menu_Queue { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Queue Browser ähnelt. + /// Looks up a localized string similar to Queue Browser. /// public static string mw_menu_Queue_Browser { get { @@ -250,7 +313,7 @@ public static string mw_menu_Queue_Browser { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Clear Queue ähnelt. + /// Looks up a localized string similar to Clear Queue. /// public static string mw_menu_Queue_Clear { get { @@ -259,7 +322,7 @@ public static string mw_menu_Queue_Clear { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Queue Window ähnelt. + /// Looks up a localized string similar to Queue Window. /// public static string mw_menu_Queue_Window { get { @@ -268,7 +331,7 @@ public static string mw_menu_Queue_Window { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Settings ähnelt. + /// Looks up a localized string similar to Settings. /// public static string mw_menu_Settings { get { @@ -277,7 +340,7 @@ public static string mw_menu_Settings { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Support ähnelt. + /// Looks up a localized string similar to Support. /// public static string mw_menu_Support { get { @@ -286,7 +349,7 @@ public static string mw_menu_Support { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Widget ähnelt. + /// Looks up a localized string similar to Widget. /// public static string mw_menu_Widget { get { @@ -295,7 +358,7 @@ public static string mw_menu_Widget { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol). + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// public static System.Drawing.Icon songify { get { @@ -305,7 +368,7 @@ public static System.Drawing.Icon songify { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Color: ähnelt. + /// Looks up a localized string similar to Color:. /// public static string sw_Appearance_Color { get { @@ -314,7 +377,7 @@ public static string sw_Appearance_Color { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Dark Theme ähnelt. + /// Looks up a localized string similar to Dark Theme. /// public static string sw_Appearance_ThemeDark { get { @@ -323,7 +386,7 @@ public static string sw_Appearance_ThemeDark { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Light Theme ähnelt. + /// Looks up a localized string similar to Light Theme. /// public static string sw_Appearance_ThemeLight { get { @@ -332,7 +395,7 @@ public static string sw_Appearance_ThemeLight { } /// - /// Sucht eine lokalisierte Zeichenfolge, die EXPORT CONFIG ähnelt. + /// Looks up a localized string similar to EXPORT CONFIG. /// public static string sw_Config_Export { get { @@ -341,7 +404,7 @@ public static string sw_Config_Export { } /// - /// Sucht eine lokalisierte Zeichenfolge, die IMPORT CONFIG ähnelt. + /// Looks up a localized string similar to IMPORT CONFIG. /// public static string sw_Config_Import { get { @@ -350,7 +413,7 @@ public static string sw_Config_Import { } /// - /// Sucht eine lokalisierte Zeichenfolge, die autoconnect ähnelt. + /// Looks up a localized string similar to autoconnect. /// public static string sw_Integration_Autoconnect { get { @@ -359,7 +422,7 @@ public static string sw_Integration_Autoconnect { } /// - /// Sucht eine lokalisierte Zeichenfolge, die LINK ähnelt. + /// Looks up a localized string similar to LINK. /// public static string sw_Integration_btnLink { get { @@ -368,7 +431,16 @@ public static string sw_Integration_btnLink { } /// - /// Sucht eine lokalisierte Zeichenfolge, die NB Username (Twitch Username) ähnelt. + /// Looks up a localized string similar to Configure Bot Responses. + /// + public static string sw_Integration_ConfigureResponses { + get { + return ResourceManager.GetString("sw_Integration_ConfigureResponses", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to NB Username (Twitch Username). /// public static string sw_Integration_NBWatermark { get { @@ -377,7 +449,7 @@ public static string sw_Integration_NBWatermark { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Linked account: ähnelt. + /// Looks up a localized string similar to Linked account:. /// public static string sw_Integration_SpotifyLinked { get { @@ -386,7 +458,7 @@ public static string sw_Integration_SpotifyLinked { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Channel to join ähnelt. + /// Looks up a localized string similar to Channel to join. /// public static string sw_Integration_TwitchChWatermark { get { @@ -395,7 +467,7 @@ public static string sw_Integration_TwitchChWatermark { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Channel Points Reward ID ähnelt. + /// Looks up a localized string similar to Channel Points Reward ID. /// public static string sw_SpotifySR_ChannelPoints { get { @@ -404,7 +476,7 @@ public static string sw_SpotifySR_ChannelPoints { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Clear Queue on Startup ähnelt. + /// Looks up a localized string similar to Clear Queue on Startup. /// public static string sw_SpotifySR_ClearQ { get { @@ -413,7 +485,7 @@ public static string sw_SpotifySR_ClearQ { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Command Cooldown (seconds) ähnelt. + /// Looks up a localized string similar to Command Cooldown (seconds). /// public static string sw_SpotifySR_CommandCD { get { @@ -422,7 +494,7 @@ public static string sw_SpotifySR_CommandCD { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Max Requests per User ähnelt. + /// Looks up a localized string similar to Max Requests per User. /// public static string sw_SpotifySR_MaxReq { get { @@ -431,7 +503,7 @@ public static string sw_SpotifySR_MaxReq { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Enable Message Logging ähnelt. + /// Looks up a localized string similar to Enable Message Logging. /// public static string sw_SpotifySR_MessageLogging { get { @@ -440,7 +512,7 @@ public static string sw_SpotifySR_MessageLogging { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Enable SR (Command (!ssr SpotifyURI)) ähnelt. + /// Looks up a localized string similar to Enable SR (Command (!ssr SpotifyURI)). /// public static string sw_SpotifySR_SRCommand { get { @@ -449,7 +521,7 @@ public static string sw_SpotifySR_SRCommand { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Enable SR (Channel Rewards) ähnelt. + /// Looks up a localized string similar to Enable SR (Channel Rewards). /// public static string sw_SpotifySR_SRReward { get { @@ -458,7 +530,7 @@ public static string sw_SpotifySR_SRReward { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Appearance ähnelt. + /// Looks up a localized string similar to Appearance. /// public static string sw_tc_Appearance { get { @@ -467,7 +539,7 @@ public static string sw_tc_Appearance { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Config ähnelt. + /// Looks up a localized string similar to Config. /// public static string sw_tc_Config { get { @@ -476,7 +548,7 @@ public static string sw_tc_Config { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Integration ähnelt. + /// Looks up a localized string similar to Integration. /// public static string sw_tc_Integration { get { @@ -485,7 +557,7 @@ public static string sw_tc_Integration { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Output ähnelt. + /// Looks up a localized string similar to Output. /// public static string sw_tc_Output { get { @@ -494,7 +566,7 @@ public static string sw_tc_Output { } /// - /// Sucht eine lokalisierte Zeichenfolge, die System ähnelt. + /// Looks up a localized string similar to System. /// public static string sw_tc_System { get { @@ -503,7 +575,16 @@ public static string sw_tc_System { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Output Directory ähnelt. + /// Looks up a localized string similar to append spaces. + /// + public static string sw_tcOutput_AddSpaces { + get { + return ResourceManager.GetString("sw_tcOutput_AddSpaces", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Output Directory. /// public static string sw_tcOutput_Directory { get { @@ -512,7 +593,7 @@ public static string sw_tcOutput_Directory { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Download album cover (only works with API) ähnelt. + /// Looks up a localized string similar to Download album cover (only works with API). /// public static string sw_tcOutput_DownloadAlbum { get { @@ -521,7 +602,7 @@ public static string sw_tcOutput_DownloadAlbum { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Output Format ähnelt. + /// Looks up a localized string similar to Output Format. /// public static string sw_tcOutput_Fromat { get { @@ -530,7 +611,7 @@ public static string sw_tcOutput_Fromat { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Pause Text ähnelt. + /// Looks up a localized string similar to Pause Text. /// public static string sw_tcOutput_PauseText { get { @@ -539,7 +620,7 @@ public static string sw_tcOutput_PauseText { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Custom pause text (blank for emtpy text file) ähnelt. + /// Looks up a localized string similar to Custom pause text (blank for emtpy text file). /// public static string sw_tcOutput_PauseWatermark { get { @@ -548,7 +629,7 @@ public static string sw_tcOutput_PauseWatermark { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Split Artist and Title ähnelt. + /// Looks up a localized string similar to Split Artist and Title. /// public static string sw_tcOutput_SplitArtist { get { @@ -557,7 +638,7 @@ public static string sw_tcOutput_SplitArtist { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Upload song info ähnelt. + /// Looks up a localized string similar to Upload song info. /// public static string sw_tcOutput_UploadSongInfo { get { @@ -566,7 +647,7 @@ public static string sw_tcOutput_UploadSongInfo { } /// - /// Sucht eine lokalisierte Zeichenfolge, die autostart with windows ähnelt. + /// Looks up a localized string similar to autostart with windows. /// public static string sw_tcSystem_Autostart { get { @@ -575,7 +656,7 @@ public static string sw_tcSystem_Autostart { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Behavior ähnelt. + /// Looks up a localized string similar to Behavior. /// public static string sw_tcSystem_Behavior { get { @@ -584,7 +665,7 @@ public static string sw_tcSystem_Behavior { } /// - /// Sucht eine lokalisierte Zeichenfolge, die CHECK FOR UPDATES ähnelt. + /// Looks up a localized string similar to CHECK FOR UPDATES. /// public static string sw_tcSystem_CheckButton { get { @@ -593,7 +674,7 @@ public static string sw_tcSystem_CheckButton { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Chrome fetch rate (seconds) ähnelt. + /// Looks up a localized string similar to Chrome fetch rate (seconds). /// public static string sw_tcSystem_ChromeFetchRate { get { @@ -602,7 +683,7 @@ public static string sw_tcSystem_ChromeFetchRate { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Langauge ähnelt. + /// Looks up a localized string similar to Langauge. /// public static string sw_tcSystem_lblLangauge { get { @@ -611,7 +692,7 @@ public static string sw_tcSystem_lblLangauge { } /// - /// Sucht eine lokalisierte Zeichenfolge, die minimize to system tray ähnelt. + /// Looks up a localized string similar to minimize to system tray. /// public static string sw_tcSystem_Minimize { get { @@ -620,7 +701,7 @@ public static string sw_tcSystem_Minimize { } /// - /// Sucht eine lokalisierte Zeichenfolge, die send anonymous data ähnelt. + /// Looks up a localized string similar to send anonymous data. /// public static string sw_tcSystem_SendAnonData { get { @@ -629,7 +710,7 @@ public static string sw_tcSystem_SendAnonData { } /// - /// Sucht eine lokalisierte Zeichenfolge, die Telemetry ähnelt. + /// Looks up a localized string similar to Telemetry. /// public static string sw_tcSystem_Telemetry { get { diff --git a/Songify Slim/Properties/Resources.de-DE.resx b/Songify Slim/Properties/Resources.de-DE.resx index 4309a59d..e55b1fb5 100644 --- a/Songify Slim/Properties/Resources.de-DE.resx +++ b/Songify Slim/Properties/Resources.de-DE.resx @@ -117,6 +117,27 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Künstler Blockiert + + + Fehler beim holen der Songinformation + + + Konfiguriere die Antworten des Chatbots: + + + Maximale Anzahl an Songs erreicht + + + Song bereits in der Warteschlange + + + Lied ist zu lang + + + Erfolgreich Song hinzugefügt + Hinzufügen @@ -220,6 +241,9 @@ Verknüpfen + + Konfiguriere Bot-Antworten + NB Benutzernamen (Twitch Benutzername) @@ -250,6 +274,9 @@ Aktiviere SR (Kanalpunkte) + + Leerzeichen anfügen + Ausgabeordner diff --git a/Songify Slim/Properties/Resources.en.resx b/Songify Slim/Properties/Resources.en.resx index f753ffac..5a13763c 100644 --- a/Songify Slim/Properties/Resources.en.resx +++ b/Songify Slim/Properties/Resources.en.resx @@ -117,6 +117,27 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Artist is blocked + + + Error fetching songdata + + + Configure the bot responses for the following scenarios: + + + Max songs in queue + + + Song already in queue + + + Song longer than X + + + Song added successfully + Add @@ -220,6 +241,9 @@ LINK + + Configure Bot Responses + NB Username (Twitch Username) @@ -250,6 +274,9 @@ Enable SR (Channel Rewards) + + append spaces + Output Directory diff --git a/Songify Slim/Properties/Resources.resx b/Songify Slim/Properties/Resources.resx index 130e01e1..38b6bf63 100644 --- a/Songify Slim/Properties/Resources.resx +++ b/Songify Slim/Properties/Resources.resx @@ -117,6 +117,27 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Artist is blocked + + + Error fetching songdata + + + Configure the bot responses for the following scenarios: + + + Max songs in queue + + + Song already in queue + + + Song longer than X + + + Song added successfully + Add @@ -220,6 +241,9 @@ LINK + + Configure Bot Responses + NB Username (Twitch Username) @@ -250,6 +274,9 @@ Enable SR (Channel Rewards) + + append spaces + Output Directory diff --git a/Songify Slim/Properties/Settings.Designer.cs b/Songify Slim/Properties/Settings.Designer.cs index f05190fb..4303ffbb 100644 --- a/Songify Slim/Properties/Settings.Designer.cs +++ b/Songify Slim/Properties/Settings.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// Dieser Code wurde von einem Tool generiert. -// Laufzeitversion:4.0.30319.42000 +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // -// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -// der Code erneut generiert wird. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. // //------------------------------------------------------------------------------ @@ -12,7 +12,7 @@ namespace Songify_Slim.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.5.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); @@ -563,7 +563,7 @@ public string bot_Resp_Success { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool spacesEnabled { get { return ((bool)(this["spacesEnabled"])); diff --git a/Songify Slim/Properties/Settings.settings b/Songify Slim/Properties/Settings.settings index 441eb95e..538ac41c 100644 --- a/Songify Slim/Properties/Settings.settings +++ b/Songify Slim/Properties/Settings.settings @@ -138,7 +138,7 @@ {artist} - {title} requested by @{user} has been added to the queue. - False + True 10 diff --git a/Songify Slim/SettingsWindow.xaml b/Songify Slim/SettingsWindow.xaml index 9f4df0df..57422ed4 100644 --- a/Songify Slim/SettingsWindow.xaml +++ b/Songify Slim/SettingsWindow.xaml @@ -92,7 +92,7 @@ Focusable="False" FontFamily="Segoe UI" HeaderFontFamily="Segoe UI" FontSize="12" controls:ControlsHelper.HeaderFontSize="12" ContentPadding="0" controls:ControlsHelper.HeaderMargin="0" Width="324" Height="36" Checked="ChbxSplit_Checked" Unchecked="ChbxSplit_Checked" /> - + @@ -124,7 +124,7 @@