From f8b553b0be5f673ece78b7e819d3211ea0d2f3e1 Mon Sep 17 00:00:00 2001 From: ld892012 Date: Sun, 28 Apr 2024 18:30:45 +0200 Subject: [PATCH] Add 2.0.0 source code --- README.md | 9 +- Revisited/App.xaml | 110 +++++++++--- Revisited/ControlGalleryView.xaml | 174 ++++++++++++++++++- Revisited/GlobalResources.xaml | 12 +- Revisited/LocSource.xaml | 26 ++- Revisited/Theme.csproj | 264 +++++++++++++++++++++++++---- Revisited/Theme.sln | 10 +- Revisited/Views/GameDetails.xaml | 117 ++++++++++++- Revisited/Views/MainMenu.xaml | 24 ++- Revisited/Views/SettingsMenus.xaml | 3 + Revisited/theme.yaml | 4 +- 11 files changed, 650 insertions(+), 103 deletions(-) diff --git a/README.md b/README.md index eaddefb..0eb2b0c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # PlayniteRevisitedSkin It's just a Playnite default Fullscreen skin with some modifications inspired by PlayOS and DH_Blur. +This skin supports [BackgroundChanger](https://github.com/Lacro59/playnite-backgroundchanger-plugin) and [ExtraMetadata](https://github.com/darklinkpower/PlayniteExtensionsCollection) logos. ## Main : @@ -14,10 +15,10 @@ You can change appearance of Details view by changing Item spacing value (the re ![Settings](https://raw.githubusercontent.com/ld892012/PlayniteRevisitedSkin/main/Media/Options.png) -0 : Show icon only\ +0 : Show icon/logo only\ ![IconOnly](https://raw.githubusercontent.com/ld892012/PlayniteRevisitedSkin/main/Media/0_Icon.png) -1 : Show icon and title\ +1 : Show icon/logo and title\ ![IconOnly](https://raw.githubusercontent.com/ld892012/PlayniteRevisitedSkin/main/Media/1_IconTitle.png) Everything else : Show title only @@ -39,9 +40,9 @@ By default, only the background is shown, if you want to close this window just - [x] Transform Status view to add it game background - [x] Add advanced infos to detail view by pressing a key - [x] Add possibility to show icon in Detail view +- [x] Add BackgroundChanger support +- [x] Add Extra Metadata Loader support (Logos) - [ ] Add some modifiable skin settings (icon show, title show, Play item position, theme color, ...) - [ ] Add tools to Playnite menu (if possible) -- [ ] Add BackgroundChanger support -- [ ] Add Extra Metadata Loader support - [ ] Add SuccessStory entry to Advanced details - [ ] Add HowLongToBeat entry to Advanced details diff --git a/Revisited/App.xaml b/Revisited/App.xaml index 98218ef..71e7315 100644 --- a/Revisited/App.xaml +++ b/Revisited/App.xaml @@ -1,5 +1,8 @@  - + + @@ -7,42 +10,93 @@ + - + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/Revisited/ControlGalleryView.xaml b/Revisited/ControlGalleryView.xaml index 83959ca..dad112f 100644 --- a/Revisited/ControlGalleryView.xaml +++ b/Revisited/ControlGalleryView.xaml @@ -2,22 +2,178 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - xmlns:pctrls="clr-namespace:Playnite.FullscreenApp.Controls;assembly=Playnite.FullscreenApp" + xmlns:pctrls="clr-namespace:Playnite.DesktopApp.Controls;assembly=Playnite.DesktopApp" mc:Ignorable="d"> + + - + + + + + + + - - + + + + + + + + + + + + + + + @@ -54,14 +109,21 @@ @@ -174,6 +236,15 @@ + + + + + + + + + @@ -186,6 +257,10 @@ + + + + @@ -200,6 +275,10 @@ + + + + @@ -239,6 +318,17 @@ 0,0,0,-50 + + + 206,0,0,200 + + + + + @@ -276,6 +366,17 @@ + + + 50,0,0,0 + + + + + diff --git a/Revisited/Views/MainMenu.xaml b/Revisited/Views/MainMenu.xaml index dc6c5c1..5660e5f 100644 --- a/Revisited/Views/MainMenu.xaml +++ b/Revisited/Views/MainMenu.xaml @@ -116,10 +116,32 @@ - + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Revisited/Views/SettingsMenus.xaml b/Revisited/Views/SettingsMenus.xaml index 0bcef08..a92443c 100644 --- a/Revisited/Views/SettingsMenus.xaml +++ b/Revisited/Views/SettingsMenus.xaml @@ -73,6 +73,9 @@ + + + diff --git a/Revisited/theme.yaml b/Revisited/theme.yaml index 0b9c35d..ced2e3f 100644 --- a/Revisited/theme.yaml +++ b/Revisited/theme.yaml @@ -1,6 +1,6 @@ -ThemeApiVersion: 2.1.0 +ThemeApiVersion: 2.6.0 Mode: Fullscreen Id: Revisited_75824c9b-aa0e-43ad-a98c-9b4c44f07848 Name: Revisited Author: ld892012 -Version: 1.7.3 +Version: 2.0.0