Playnite Forums
  • Playnite Web
  • Rules
  • Members
  • Team
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Playnite Forums Extension Database Themes - Fullscreen XBOX Series Theme

XBOX Series Theme
kersalmassive
Offline

#61
12-14-2020, 08:27 AM
Yeah that theme and the other XBOX One theme don't use an icon at the top filter menu, whereas the Series theme does.
jinzagon
Offline

#62
12-14-2020, 07:34 PM (This post was last modified: 12-14-2020, 07:47 PM by jinzagon.)
(12-14-2020, 08:27 AM)kersalmassive Wrote: Yeah that theme and the other XBOX One theme don't use an icon at the top filter menu, whereas the Series theme does.
 Can I manually change it in the code somewhere somehow ?
jotadelgado
Offline

#63
12-16-2020, 06:57 PM (This post was last modified: 12-16-2020, 07:20 PM by jotadelgado.)
With the game icons activated version i foun in this thread, I have created custom icons and look like this:



[Image: JL1iynJ.png]

If someone want the icon, i can do a zip and upload Smile
jinzagon
Offline

#64
12-18-2020, 01:19 PM (This post was last modified: 12-18-2020, 01:31 PM by jinzagon.)
(12-13-2020, 12:29 PM)kersalmassive Wrote:
(12-13-2020, 10:30 AM)jinzagon Wrote:
(12-12-2020, 03:39 PM)kersalmassive Wrote:
(12-12-2020, 12:42 PM)jinzagon Wrote: Why do I have no icons in the menu and the underlign under text ? Another theme worked perfectly.

[Image: hbmc45p.png]

Are you using windows 7?

The icons won't work without windows 10, so you will need to use the solution in this post:
https://playnite.link/forum/thread-397-p...ml#pid2662

Thank you very much it's working, but the underlign under ALL is not. Another theme is working perfectly, the XBox 360.
Cal I change like the font ?

The theme is only meant for windows 10 really, sorry.
Found this fix !

Edit this file "ToggleButtonTopFilter.xaml" located in "DerivedStyles" folder. Inside the following code, replace the code in the text by "⎯⎯" for example.

<TextBlock x:Name="BottomIcon" Text="&#xF7B6;&#xF7B6;" FontFamily="Segoe MDL2 Assets" Margin="0" HorizontalAlignment="Center"

                                  Foreground="{DynamicResource GlyphLightBrush}" FontSize="24" FontStyle="Italic" Visibility="Hidden"  VerticalAlignment="Center"/>
MrRobotjs
Offline

#65
12-23-2020, 02:36 AM (This post was last modified: 12-23-2020, 02:39 AM by MrRobotjs.)
(12-18-2020, 01:19 PM)jinzagon Wrote:
(12-13-2020, 12:29 PM)kersalmassive Wrote:
(12-13-2020, 10:30 AM)jinzagon Wrote:
(12-12-2020, 03:39 PM)kersalmassive Wrote:
(12-12-2020, 12:42 PM)jinzagon Wrote: Why do I have no icons in the menu and the underlign under text ? Another theme worked perfectly.

[Image: hbmc45p.png]

Are you using windows 7?

The icons won't work without windows 10, so you will need to use the solution in this post:
https://playnite.link/forum/thread-397-p...ml#pid2662

Thank you very much it's working, but the underlign under ALL is not. Another theme is working perfectly, the XBox 360.
Cal I change like the font ?

The theme is only meant for windows 10 really, sorry.
Found this fix !

Edit this file "ToggleButtonTopFilter.xaml" located in "DerivedStyles" folder. Inside the following code, replace the code in the text by "⎯⎯" for example.

<TextBlock x:Name="BottomIcon" Text="&#xF7B6;&#xF7B6;" FontFamily="Segoe MDL2 Assets" Margin="0" HorizontalAlignment="Center"

                                  Foreground="{DynamicResource GlyphLightBrush}" FontSize="24" FontStyle="Italic" Visibility="Hidden"  VerticalAlignment="Center"/>
The lines under the tabs also didn't show up for me and I am using the latest version of Windows 10. When I searched up `&#xF7B6;` in this cheatsheet it didn't seem to exist so I found the equivalent which is called "Remove" and it uses this unicode `&#xE738;` which seems to have worked.
kersalmassive
Offline

#66
12-23-2020, 03:24 PM
That's odd. I've not had the problem on either of my PCs. I guess the fix will do for now.

The F7B6 text exists here: https://docs.microsoft.com/en-us/windows...ymbol-font
MrRobotjs
Offline

#67
12-24-2020, 10:26 PM
(12-23-2020, 03:24 PM)kersalmassive Wrote: That's odd. I've not had the problem on either of my PCs. I guess the fix will do for now.

The F7B6 text exists here: https://docs.microsoft.com/en-us/windows...ymbol-font
Hmmmm you're right, I reinstalled the Segoe MDL2 Assets font and still the same issue. Maybe it's just a problem with my PC ¯\_(ツ)_/¯
Draker
Offline

#68
01-26-2021, 08:40 AM
For anybody having trouble finding the correct place to put the Xbox audio files, you can access it through settings > extensions > generic and then click playnite sounds and then data directory (on the right). In file explorer enter the sound files folder, delete contents and replace with the Xbox sounds. Took me a while to figure it out. I didn't take any screenshots but I can upload some if anyone needs.
amoda
Offline

#69
02-06-2021, 08:23 PM
Thank you for your wonderful theme. I was just wondering if there will be any update in order to be able add a dynamic movie which is close to xbox series x new dynamic wallpaper background. It will be very nice if possible. Thank you
kersalmassive
Offline

#70
02-07-2021, 09:55 AM
(02-06-2021, 08:23 PM)amoda Wrote: Thank you for your wonderful theme. I was just wondering if there will be any update in order to be able add a dynamic movie which is close to xbox series x new dynamic wallpaper background. It will be very nice if possible. Thank you

Yeah there will be new updates in the future:

- Dynamic video background
- Logos support
ImTonyBlair
Offline

Banned
#71
02-24-2021, 12:25 PM
Unbelievable theme. Works really well.

Is there any way to edit the background colour? The greys awesome but on an OLED I really want to change it to jet black?
kersalmassive
Offline

#72
02-25-2021, 04:48 PM (This post was last modified: 02-26-2021, 08:33 AM by kersalmassive.)
For OLED/Jet Back:

In the theme folder, open 'Constants.xaml'
Change the below line from:

<Color x:Key="DarkBackground">#1f1f1f</Color>

to 


<Color x:Key="DarkBackground">#000000</Color>
ImTonyBlair
Offline

Banned
#73
02-27-2021, 10:02 PM
Brilliants works great, thanks so much
Undeon
Offline

#74
04-12-2021, 05:03 PM
Hi. Sorry for the dumb question but, I scrolled the entire topic and didnt find the answer.... How can I put the banners on the game covers?
kersalmassive
Offline

#75
04-13-2021, 08:58 AM
(04-12-2021, 05:03 PM)Undeon Wrote: Hi. Sorry for the dumb question but, I scrolled the entire topic and didnt find the answer.... How can I put the banners on the game covers?

Hey, at the moment I haven't supported it in the theme but may do in the future. There are ways to do it if you edit the code I would assume.
ImTonyBlair
Offline

Banned
#76
07-12-2021, 04:14 PM
Huge fan of this theme. I wondered if you planned to update it in the future and support background music via Extra Metadata Tools. I don't understand coding and had tried and failed miserably, to copy some code between the simple-ish fullscreen theme.
hunt363
Offline

#77
07-12-2021, 05:50 PM
(07-12-2021, 04:14 PM)ImTonyBlair Wrote: Huge fan of this theme. I wondered if you planned to update it in the future and support background music via Extra Metadata Tools. I don't understand coding and had tried and failed miserably, to copy some code between the simple-ish fullscreen theme.
You can use Playnite Sounds for background music
kersalmassive
Offline

#78
07-12-2021, 08:22 PM
(07-12-2021, 04:14 PM)ImTonyBlair Wrote: Huge fan of this theme. I wondered if you planned to update it in the future and support background music via Extra Metadata Tools. I don't understand coding and had tried and failed miserably, to copy some code between the simple-ish fullscreen theme.

Hey, I'll probably update the theme when Playnite v9 comes out. In the meantime you can use the extension posted above
Moritohalal
Offline

#79
07-16-2021, 07:39 AM
I installed it but it shows a square in the game menu selector... and the sleep icon in the menu is a square too

Maybe is a font problem? I have segoe font fron xbox

Thanks for theme friend
ImTonyBlair
Offline

Banned
#80
07-16-2021, 08:24 PM (This post was last modified: 07-16-2021, 08:53 PM by ImTonyBlair.)
(07-12-2021, 08:22 PM)kersalmassive Wrote:
(07-12-2021, 04:14 PM)ImTonyBlair Wrote: Huge fan of this theme. I wondered if you planned to update it in the future and support background music via Extra Metadata Tools. I don't understand coding and had tried and failed miserably, to copy some code between the simple-ish fullscreen theme.

Hey, I'll probably update the theme when Playnite v9 comes out. In the meantime you can use the extension posted above

Great! Looking forward to it. Thanks for the tip on Playnite sounds, didn't realise you could do background music.

(07-12-2021, 05:50 PM)hunt363 Wrote:
(07-12-2021, 04:14 PM)ImTonyBlair Wrote: Huge fan of this theme. I wondered if you planned to update it in the future and support background music via Extra Metadata Tools. I don't understand coding and had tried and failed miserably, to copy some code between the simple-ish fullscreen theme.
You can use Playnite Sounds for background music

How are you setting background music? I have Playnite Sounds installed with the main sounds set. I want to set a single background sound that'll play on start up whilst I switch between games or is it just per game/platform?
« Next Oldest | Next Newest »
Pages (5): « Previous 1 2 3 4 5 Next »



  • View a Printable Version
  • Subscribe to this thread

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode