Playnite Forums
  • Playnite Web
  • Rules
  • Members
  • Team
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Playnite Forums Extension Database Themes - Desktop eMixedNite

eMixedNite
T.BON3Z
Offline

#161
03-05-2021, 08:06 PM (This post was last modified: 03-05-2021, 08:07 PM by T.BON3Z.)
Hi, I love the theme.

I'm trying to get it set up just how I want it. What would be perfect is if the name was able to be in the details panel, to the right of the cover? And if the icons could all be aligned from the same point on the left next to the cover, if that makes sense. Any way to do this?


Thumbnail(s)
   
T.BON3Z
Offline

#162
03-06-2021, 03:02 PM
Nevermind, I managed to get all of the changes I wanted. My OCD is satisfied. These small changes took me ages, so big respect to the theme creator as well as all others!

Thanks,
T.


Thumbnail(s)
   
eminaguil
Offline

#163
03-07-2021, 01:15 AM (This post was last modified: 03-07-2021, 01:23 AM by eminaguil.)
(03-05-2021, 08:06 PM)T.BON3Z Wrote: Hi, I love the theme.

I'm trying to get it set up just how I want it. What would be perfect is if the name was able to be in the details panel, to the right of the cover? And if the icons could all be aligned from the same point on the left next to the cover, if that makes sense. Any way to do this?

Thanks, Great that you could fix it. 
I've updated to 1.80,  within better icons alignment and spacing.

(02-16-2021, 01:36 AM)leethompson Wrote:
Quote:
(02-12-2021, 12:26 AM)leethompson Wrote: Is there a way to get rid of the outline around the game logo?
What outline?? , can you post an image.

Ready, you can change it through ThemeModifier with the option Game cover outline visible in details view

A big update, eMixedNite at version 1.80, added Quick Settings for preview features - after close, they resets, but can be changed in ThemeModifier -, HLTB Icon / Labels Visibility, added panels title line separator, the outline visibility around the game cover can be changed with ThemeModifier and fixed various items alignments and spacing.

Download here: https://playnite.link/forum/attachment.php?aid=1497

[Image: WSawqWX.png]
sofmarch
Offline

#164
03-07-2021, 02:23 AM
I figured out why the Expander windows for Achievements and Screenshots didn't show up, and that's because the expanders themselves, including the buttons to expand them and their contents, are tied to Details Panels opacity. I had it set to 0.0 because I liked that look.
T.BON3Z
Offline

#165
03-07-2021, 03:06 PM
(03-07-2021, 01:15 AM)eminaguil Wrote:
(03-05-2021, 08:06 PM)T.BON3Z Wrote: Hi, I love the theme.

I'm trying to get it set up just how I want it. What would be perfect is if the name was able to be in the details panel, to the right of the cover? And if the icons could all be aligned from the same point on the left next to the cover, if that makes sense. Any way to do this?

Thanks, Great that you could fix it. 
I've updated to 1.80,  within better icons alignment and spacing.

(02-16-2021, 01:36 AM)leethompson Wrote:
Quote:
(02-12-2021, 12:26 AM)leethompson Wrote: Is there a way to get rid of the outline around the game logo?
What outline?? , can you post an image.

Ready, you can change it through ThemeModifier with the option Game cover outline visible in details view

A big update, eMixedNite at version 1.80, added Quick Settings for preview features - after close, they resets, but can be changed in ThemeModifier -, HLTB Icon / Labels Visibility, added panels title line separator, the outline visibility around the game cover can be changed with ThemeModifier and fixed various items alignments and spacing.

Download here: https://playnite.link/forum/attachment.php?aid=1497

[Image: WSawqWX.png]

IMO the alignment is still off for completion status, both vertically and in the distance between that and time played. I've "fixed" this in my version, it's because the code used is different for the grid.

If you change the code for this it should be better, but that's for the super obsessive so it's up to you.

<StackPanel Orientation="Horizontal" VerticalAlignment="Top" Margin="25,12,0,7" x:Name="PART_ElemCompletionStatus">
                                                            <Label Content="&#xEDBC;" FontFamily="{StaticResource FontIcoFont}" FontSize="24"
                                                                VerticalAlignment="Center" HorizontalAlignment="Center" Foreground="{DynamicResource GlyphBrush}"/>
                                                            <StackPanel  HorizontalAlignment="Left" VerticalAlignment="Center" Margin="15,2,2,0">
                                                                <Label Width="Auto" Height="27" Foreground="{DynamicResource TextBrushDark}" FontSize="18" FontFamily="Corbel"
                                                                    Typography.Capitals="AllSmallCaps" Content="{DynamicResource LOCCompletionStatus}"/>
                                                                <TextBlock Grid.Column="0" x:Name="PART_TextCompletionStatus" VerticalAlignment="Bottom"
                                                                    TextBlock.Foreground="{DynamicResource TextBrush}" Width="Auto" Height="20"/>
                                                            </StackPanel>

I'm really pleased with how the theme is looking although I have changed some things  Shy

Thanks for the awesome theme!


Thumbnail(s)
   
eminaguil
Offline

#166
03-08-2021, 12:20 AM (This post was last modified: 03-08-2021, 12:54 AM by eminaguil.)
(03-07-2021, 02:23 AM)sofmarch Wrote: I figured out why the Expander windows for Achievements and Screenshots didn't show up, and that's because the expanders themselves, including the buttons to expand them and their contents, are tied to Details Panels opacity. I had it set to 0.0 because I liked that look.

Thanks for the tip, I'll look into into it

(03-07-2021, 03:06 PM)T.BON3Z Wrote: IMO the alignment is still off for completion status, both vertically and in the distance between that and time played. I've "fixed" this in my version, it's because the code used is different for the grid.

If you change the code for this it should be better, but that's for the super obsessive so it's up to you.

I'm really pleased with how the theme is looking although I have changed some things  Shy

Thanks for the awesome theme!
Obssesive,... I'll look into the code

Edited: I was looking into something else. For the next update I'll re write it.
ddthegreat
Offline

#167
03-09-2021, 09:49 PM
Hi eminaguil,

Thanks for making this!

I think there may be a bug in eMixedNite's integration with ThemeModifer. I unchecked "Use images instead of text in banner" for the GridItems but the icon images are still being used.

Attached is a screenshot showing the option unchecked and the banner still using the image.

I'd consider looking into fixing this myself but afaik, eMixedNite is closed source.

Let me know if you can replicate!

[Image: UuOdkKw.png]
eminaguil
Offline

#168
03-09-2021, 10:23 PM
(03-09-2021, 09:49 PM)ddthegreat Wrote: Hi eminaguil,

Thanks for making this!

I think there may be a bug in eMixedNite's integration with ThemeModifer. I unchecked "Use images instead of text in banner" for the GridItems but the icon images are still being used.

Attached is a screenshot showing the option unchecked and the banner still using the image.

I'd consider looking into fixing this myself but afaik, eMixedNite is closed source.

Let me know if you can replicate!

Hi ddthegreat,

It's a bug Confused , I can replicate it. I broke it with some change, I'll look into it.

eMixedNite is not closed source, you can change it. I just got to publish it in github but,... I got to make time
ddthegreat
Offline

#169
03-10-2021, 12:52 AM
(03-09-2021, 10:23 PM)eminaguil Wrote:
(03-09-2021, 09:49 PM)ddthegreat Wrote: Hi eminaguil,

Thanks for making this!

I think there may be a bug in eMixedNite's integration with ThemeModifer. I unchecked "Use images instead of text in banner" for the GridItems but the icon images are still being used.

Attached is a screenshot showing the option unchecked and the banner still using the image.

I'd consider looking into fixing this myself but afaik, eMixedNite is closed source.

Let me know if you can replicate!

Hi ddthegreat,

It's a bug Confused , I can replicate it. I broke it with some change, I'll look into it.

eMixedNite is not closed source, you can change it. I just got to publish it in github but,... I got to make time
Ok thanks, glad I was able to bring it to your attention then!

Yeah definitely try to publish on Github, I'm sure I'm not the only one who's interested in looking at it and contributing
BoneofMalkav
Offline

#170
03-11-2021, 12:49 AM
1.80 just keeps crashing when it's trying to load the Playnite interface (after the playnite splash screen closes.) Added the playnite log to hopefully provide more info.



.log   playnite.log (Size: 326.95 KB / Downloads: 140)
eminaguil
Offline

#171
03-11-2021, 10:48 PM (This post was last modified: 03-11-2021, 10:49 PM by eminaguil.)
(03-11-2021, 12:49 AM)BoneofMalkav Wrote: 1.80 just keeps crashing when it's trying to load the Playnite interface (after the playnite splash screen closes.) Added the playnite log to hopefully provide more info.

Hi, that's a weird problem
Lookin into the log, there's some problems with SuccessStory and some games not found, probably  it trigger with my theme because the integration.
Try deleting my theme in %appdata%\Playnite\Themes\Desktop or deleting SuccesStory in %appdata%\Playnite\Extensions, to get back to Playnite.

Post the log in SuccessStory for the problems with the plugin
BoneofMalkav
Offline

#172
03-11-2021, 11:28 PM
(03-11-2021, 10:48 PM)eminaguil Wrote:
(03-11-2021, 12:49 AM)BoneofMalkav Wrote: 1.80 just keeps crashing when it's trying to load the Playnite interface (after the playnite splash screen closes.) Added the playnite log to hopefully provide more info.

Hi, that's a weird problem
Lookin into the log, there's some problems with SuccessStory and some games not found, probably  it trigger with my theme because the integration.
Try deleting my theme in %appdata%\Playnite\Themes\Desktop or deleting SuccesStory in %appdata%\Playnite\Extensions, to get back to Playnite.

Post the log in SuccessStory for the problems with the plugin
After some testing, turns out it wasn't SuccessStory, but for some odd reason, Theme Modifier. Which is odd cause theme modifier works perfectly fine for other Themes I got (AzureNite, Harmony, Magpie, and Stardust.) So I'll post in the theme modifier thread and see  what's up.
SaiBork
Offline

#173
03-13-2021, 08:52 AM
(03-11-2021, 11:28 PM)BoneofMalkav Wrote: After some testing, turns out it wasn't SuccessStory, but for some odd reason, Theme Modifier. Which is odd cause theme modifier works perfectly fine for other Themes I got (AzureNite, Harmony, Magpie, and Stardust.) So I'll post in the theme modifier thread and see  what's up.

I had the same issue since the 1.80 update.
Removing the ThemeModifier extension works, as soon as I put it back it crashes again.

It's something to do with the ExtensionData, when you rename that folder, it works with ThemeModifier.

Try to delete %appdata%\Playnite\ExtensionsData\ec2f4013-17e6-428a-b8a9-5e34a3b80009
It should have a subfolder called ThemeColors
Lacro59
Offline

#174
03-13-2021, 11:31 AM
The cause of issue: https://playnite.link/forum/thread-388-p...ml#pid3846
eminaguil
Offline

#175
03-13-2021, 08:09 PM
Hi,
I share my last color theme, this is what I have been using this last weeks.
It's a light theme, so change the html color and links with ThemeModifier, I'm using a burning blue text with red copper links

Download here: MixedNite_GoldenWinter

[Image: rkXi3xc.png]
eminaguil
Offline

#176
03-14-2021, 03:15 AM (This post was last modified: 03-14-2021, 03:31 AM by eminaguil.)
eMixedNite  version 1.83, an update for fixing bugs. If you got crashes at 1.80, use these version. 
  • Fixed problems for changing type of variables, the cause of some crashes, they have been renamed
  • Fixed some more alignment in some components
  • Fixed text banners in grid items, they are back.
  • Added alignment to text banners in grid items, they can be changed in ThemeModifier

Download eMixedNite_1_83 here

[Image: N1t00ee.png]

(03-13-2021, 08:52 AM)SaiBork Wrote:
(03-11-2021, 11:28 PM)BoneofMalkav Wrote: After some testing, turns out it wasn't SuccessStory, but for some odd reason, Theme Modifier. Which is odd cause theme modifier works perfectly fine for other Themes I got (AzureNite, Harmony, Magpie, and Stardust.) So I'll post in the theme modifier thread and see  what's up.

I had the same issue since the 1.80 update.
Removing the ThemeModifier extension works, as soon as I put it back it crashes again.

It's something to do with the ExtensionData, when you rename that folder, it works with ThemeModifier.

Try to delete %appdata%\Playnite\ExtensionsData\ec2f4013-17e6-428a-b8a9-5e34a3b80009
It should have a subfolder called ThemeColors

Hi, can you try the last version and check if the crashes are no more 
Download eMixedNite_1_83 here
SaiBork
Offline

#177
03-14-2021, 08:02 AM (This post was last modified: 03-14-2021, 09:08 AM by SaiBork.)
Thanks both for the updates. It was already working once I removed the previous config of ThemeModifier.

I have updated both of your extensions/plugins and it's still working as usual. Now I just need to figure out how to get a similar layout as yourself in the details view. I'll have to do a compare with your setting screenshots.

**EDIT

I checked settings, but made no difference. I can't get the details pane to be wider and I can't get the successstory/screenshots bit to show. I tried with the plugins using the theme integration option, but also without. So I may need to start with a blank config or something.
[Image: Ai7N5nu.jpeg]
SaiBork
Offline

#178
03-16-2021, 12:55 PM
Just confirm, this is now all working  Big Grin
  • Details becomes wider when SuccessStory adds the graph into it.
  • SuccessStory was missing because even though the box was ticked to not use the API (as my account isn't private), it needs the API key anyway.
  • Screenshots was missing because it only shows personal screenshots taken. I thought I may have been able to use ExtraMetaData to pull screenshots from the different stores.
You might want to update your screenshots of your settings though as the interfaces for the settings have changed quite a bit  Smile

[Image: 9U1K9cm.jpg]
eminaguil
Offline

#179
03-20-2021, 06:51 PM (This post was last modified: 03-21-2021, 02:56 AM by eminaguil.)
eMixedNite  updated to version 1.85:
  • Added toggle between one and two columns in details through ThemeModifier, and preview with the theme quick settings
  • Fixed alignments of values in details panel. The whole details are centered, the labels and values conserve their configured alignment.
  • Added left column panels minimal width
Download version 1.85 here

[Image: FtsppDG.png]
eminaguil
Offline

#180
03-26-2021, 11:31 PM (This post was last modified: 03-26-2021, 11:31 PM by eminaguil.)
(03-07-2021, 02:23 AM)sofmarch Wrote: I figured out why the Expander windows for Achievements and Screenshots didn't show up, and that's because the expanders themselves, including the buttons to expand them and their contents, are tied to Details Panels opacity. I had it set to 0.0 because I liked that look.
I've fixed this. 
Download the version 1.87

The list of changes are:
  • Fixed expanders not showing when the Panel Opacity is zero
  • Fixed constants display in ThemeModifier, the last ones where overlapped
[Image: KbYF9x9.png]
« Next Oldest | Next Newest »
Pages (16): « Previous 1 … 7 8 9 10 11 … 16 Next »
Jump to page 



  • View a Printable Version
  • Subscribe to this thread

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode