From 1f5ae8dc898065092fec00c4043d1bd683aa867e Mon Sep 17 00:00:00 2001 From: jeanphilt Date: Sun, 26 Jan 2025 19:08:18 -0500 Subject: [PATCH 1/3] Removed opacity for !Game.IsInstalled For the XAML, I prefer how it looks this way. Like most of my changes, they could be "implemented" as plugins options. For the .cs, I don't remember, sorry. --- source/Generic/ExtraMetadataLoader/ExtraMetadataLoader.cs | 2 +- .../GameRelations/PlayniteControls/GameRelationsBase.xaml | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/source/Generic/ExtraMetadataLoader/ExtraMetadataLoader.cs b/source/Generic/ExtraMetadataLoader/ExtraMetadataLoader.cs index 3530938613..5e416c256d 100644 --- a/source/Generic/ExtraMetadataLoader/ExtraMetadataLoader.cs +++ b/source/Generic/ExtraMetadataLoader/ExtraMetadataLoader.cs @@ -901,7 +901,7 @@ public override void OnLibraryUpdated(OnLibraryUpdatedEventArgs args) var progressTitle = ResourceProvider.GetString("LOCExtra_Metadata_Loader_DialogMessageLibUpdateAutomaticDownloadVideos"); var progressOptions = new GlobalProgressOptions(progressTitle, true); progressOptions.IsIndeterminate = false; - var downloadOptions = new VideoDownloadOptions(VideoType.Trailer,); + var downloadOptions = new VideoDownloadOptions(VideoType.Trailer,true); PlayniteApi.Dialogs.ActivateGlobalProgress((a) => { var games = PlayniteApi.Database.Games.Where(x => x.Added.HasValue && x.Added > settings.Settings.LastAutoLibUpdateAssetsDownload); diff --git a/source/Generic/GameRelations/PlayniteControls/GameRelationsBase.xaml b/source/Generic/GameRelations/PlayniteControls/GameRelationsBase.xaml index fde9c3bfcf..551228af2c 100644 --- a/source/Generic/GameRelations/PlayniteControls/GameRelationsBase.xaml +++ b/source/Generic/GameRelations/PlayniteControls/GameRelationsBase.xaml @@ -37,16 +37,11 @@ Margin="0" Background="Transparent" BorderThickness="0" Padding="0" Height="{Binding ElementName=CoverImage, Path=Height}" Width="{Binding ElementName=CoverImage, Path=Width}"> - - - - + - From f0dd11e82b9fa173b28301467739bc65148547d5 Mon Sep 17 00:00:00 2001 From: jeanphilt Date: Tue, 4 Feb 2025 01:31:18 -0500 Subject: [PATCH 2/3] changed the max height possible for the news viewer --- source/Generic/NewsViewer/NewsViewerSettingsView.xaml | 2 +- source/Generic/SteamViewer/SteamViewer.sln | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Generic/NewsViewer/NewsViewerSettingsView.xaml b/source/Generic/NewsViewer/NewsViewerSettingsView.xaml index b439e52dd4..58e648c143 100644 --- a/source/Generic/NewsViewer/NewsViewerSettingsView.xaml +++ b/source/Generic/NewsViewer/NewsViewerSettingsView.xaml @@ -16,7 +16,7 @@ diff --git a/source/Generic/SteamViewer/SteamViewer.sln b/source/Generic/SteamViewer/SteamViewer.sln index e5bfa2b85b..806f03730a 100644 --- a/source/Generic/SteamViewer/SteamViewer.sln +++ b/source/Generic/SteamViewer/SteamViewer.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.28307.1267 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamViewer", "SteamViewer.csproj", "{4FDF1E89-5BC3-4C72-8FDA-0D580E7A5D5F}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamViewer", "SteamShortcuts.csproj", "{4FDF1E89-5BC3-4C72-8FDA-0D580E7A5D5F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution From b74a2da5415fdccba1c32672aef27cebf5c5ab59 Mon Sep 17 00:00:00 2001 From: jeanphilt Date: Tue, 4 Feb 2025 03:57:28 -0500 Subject: [PATCH 3/3] Added space as thousand separator --- .../NewsViewer/PluginControls/PlayersInGameViewerControl.xaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/Generic/NewsViewer/PluginControls/PlayersInGameViewerControl.xaml b/source/Generic/NewsViewer/PluginControls/PlayersInGameViewerControl.xaml index b4565d0a21..6d1961a782 100644 --- a/source/Generic/NewsViewer/PluginControls/PlayersInGameViewerControl.xaml +++ b/source/Generic/NewsViewer/PluginControls/PlayersInGameViewerControl.xaml @@ -8,5 +8,7 @@ d:DesignHeight="450" d:DesignWidth="800"> \ No newline at end of file