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

eMixedNite
adrian5683
Offline

#201
06-28-2021, 04:19 PM
Would anyone know what file to manually edit to get the Details Panel in Grid View to expand past a value of 1200? No matter what I do in Settings-Layout-Grid view details position it won't get bigger than 1200...
ddthegreat
Offline

#202
06-30-2021, 03:57 PM
Out of curiosity, are there any plans to add support for trailers via Extra Metadata Tools Video?
kenferd
Offline

#203
07-07-2021, 01:24 AM
Hi, I'm pretty new to this stuff and was wondering how you have the controller with the favorite star on the left side?
Rodark
Offline

#204
07-10-2021, 08:23 AM
any idea how to add custom banners? i cant get some besides the default to show up
eminaguil
Offline

#205
07-21-2021, 05:05 AM (This post was last modified: 07-21-2021, 05:06 AM by eminaguil.)
A small update eMixedNite_1_97

  • Fixed logo/title alignment  doesn't work in detail view.
  • Fixed control style disparity in filter panel
  • Changed some banners, old ones are there if you want.
Jeshibu
Offline

Super Moderator
#206
07-21-2021, 02:33 PM (This post was last modified: 07-29-2021, 10:02 PM by Jeshibu.)
I just started using this theme with 1.95, and there's no achievements in the expander panel in the details view. 1.97 didn't change this. I looked into the detail panel opacity and it's 0.7, so it's not that either. Any ideas?

EDIT: turns out you need to enable custom theme integration in SuccessStory
logan5
Offline

#207
07-25-2021, 05:24 AM
This is really great, thanks! Is there a way to remove the "last played" and little clock icon from the games listed?
LefTutti
Offline

#208
08-12-2021, 11:07 AM (This post was last modified: 08-13-2021, 09:05 AM by LefTutti.)
Thank you for this beautiful and functional theme!

I have two wishes, please.


Is it possible to show the entire name?
[Image: cNaZrRm.jpeg]

Is it possible to show the GameActivity chart in the details expandable like SuccesStory (shot from default theme)?
[Image: dq5Uc30.jpeg]

Edit: I saw this in reddit
[Image: QofioKy.png]


Many thanks in advance
LefTutti
Offline

#209
08-27-2021, 08:54 AM (This post was last modified: 08-27-2021, 08:57 AM by LefTutti. Edit Reason: attachement )
Somehow got my problems solved, but don't know how and why.

Does anybody know how to get GameActivity's timeline as large expandable panel above details like screenshots and achievements?
Unfortunately I'm not a programmer but a good C&Per.


Thumbnail(s)
   
SlippyCheeze Away

#210
08-31-2021, 09:57 AM
A wishlist from me: It'd be great if there was a quick way to launch the "extra actions" for a game from the details pane.

I'm thinking a set of "buttons with text" below the links, above the description.
For the image/icon of the button, taking whatever executable it pointed to, maybe?

Smile thanks for the theme.
eminaguil
Offline

#211
09-07-2021, 03:29 AM
(08-27-2021, 08:54 AM)anderl Wrote: Somehow got my problems solved, but don't know how and why.

Does anybody know how to get GameActivity's timeline as large expandable panel above details like screenshots and achievements?
Unfortunately I'm not a programmer but a good C&Per.

Hi,
The timeline can't be placed in two different spots in the same view, so I just added an information panel with the hltb data, so it can be switched between the bar and the panel. 

You can download eMixedNite 1.98 here

[Image: Zxf1vTW.png]

[Image: 2d9qu1q.png]

I was working for a better approach to the panel and some extra changes, but for now, I'm working in eMixedNite 2.0 for Playnite 9,... it will take some time.  Tongue
LefTutti
Offline

#212
09-07-2021, 05:17 AM
(09-07-2021, 03:29 AM)eminaguil Wrote:
(08-27-2021, 08:54 AM)anderl Wrote: Somehow got my problems solved, but don't know how and why.

Does anybody know how to get GameActivity's timeline as large expandable panel above details like screenshots and achievements?
Unfortunately I'm not a programmer but a good C&Per.

Hi,
The timeline can't be placed in two different spots in the same view, so I just added an information panel with the hltb data, so it can be switched between the bar and the panel. 
Hi

I'm not sure if there's a misunderstanding here, but I meant the Gameactivity timeline for an expandable panel.
But that would just be an icing on the cake maybe for the 9.0 version. Thanks again for the nice theme.
KiraV
Offline

#213
09-10-2021, 03:50 PM (This post was last modified: 09-10-2021, 04:00 PM by KiraV.)
(09-23-2020, 03:16 PM)eminaguil Wrote:
(09-23-2020, 01:38 AM)RezBot Wrote: In grid view all of my games (both installed & uninstalled) seem to be darkened (even though I have "Darken Uninstalled Games" unchecked under Settings/Appearance/Grid View).  What ever game the cursor hovers over they show full brightness.  Is there a way to set everything to normal brightness.  Could you point me in the direction of the code to change this?  Much appreciated, by far my favorite theme.

Hi,
That's the effect of eMixedNite.

If you want to change it:

  1. Locate the theme, it's in %appdata%\Playnite\Themes\Desktop inside you found a folder named eMixedNite with a random text at the end, open that folder
  2. The darken effect it's in the file DerivedStyles\GridViewItemTemplate.xaml 
  3. In line 21 you will find 
    <Border Background="#58000000" x:Name="TextGameOpaque">Change it for <Border Background="Transparent" x:Name="TextGameOpaque">


Sorry, but is that still the same? Because I cannot find the line to change anymore. I've attached what is at line 21 for me below.


EDIT: Ok nvm, found it. Now apparently it's in the GridViewItemStyle.xaml file instead of the GridViewItemTemplate, and at line 28 instead of 21. The value was
<Border Background="{DynamicResource GameGridItemtBrush}" x:Name="TextGameOpaque" />
and I changed it to
<Border Background="Transparent" x:Name="TextGameOpaque" />


Thumbnail(s)
   
KimaRo
Offline

#214
09-11-2021, 04:21 AM
For some reason I cannot scroll when my mouse is hovering anywhere in the blue outline. https://puu.sh/IavZG/c9589cfd0a.png

aka, I cannot scroll in any of the boxes, how do I make it so I am able to do that?

Thanks.
eminaguil
Offline

#215
09-19-2021, 05:53 AM (This post was last modified: 09-19-2021, 06:07 AM by eminaguil.)
eMixedNite 2.00 FOR PLAYNITE 9 BETA ONLY download here.

Some features not working: change custom variables within ThemeModifier, features and platform banners.

[Image: L45Ehwa.png]

[Image: miAQk7y.png]
breaksoon00008
Offline

#216
09-21-2021, 04:30 PM (This post was last modified: 09-21-2021, 04:30 PM by breaksoon00008.)
Hello, I want to install a theme for the first time. But I can't find the detailed installation video. It is very difficult to set up functions and features. Help meSad

ThemeModifier, Logo support, successStory, howLongToBeat, GameActivity, DuplicateHider, Extra Metadata Tools and Extra Metadata Tools Video
KiraV
Offline

#217
09-28-2021, 03:08 PM
Hi, I have... I absolutely love the theme and have been using it for quite a long time, but I have a bunch of questions/issue.

1) SuccessStory is not working for me. Or rather, it's not displaying any achievement despite recognizing that there are achievements in the database. Custom integration is already enabled. With public profile and no api it refused to download the achievements, by adding the API key and deselecting "use public profile" the achievements got downloaded properly (as you saw in the previous hyperlink) but they're still not being displayed.


2) might be related to problem #1, but there is no achievement thumbnails etc. in the game details panel (instead this how it looks like in the screenshot that it's in the first post of page 1 of this thread, pic not mine)

3) This is more of a question, but how can I reduce the height of the title/background in the details panel?

Thanks in advance, and sorry for the bother
Lacro59
Offline

#218
09-30-2021, 01:15 PM
(09-28-2021, 03:08 PM)KiraV Wrote: 1) SuccessStory is not working for me. Or rather, it's not displaying any achievement despite recognizing that there are achievements in the database. Custom integration is already enabled. With public profile and no api it refused to download the achievements, by adding the API key and deselecting "use public profile" the achievements got downloaded properly (as you saw in the previous hyperlink) but they're still not being displayed.
Have you check the wiki?
https://github.com/Lacro59/playnite-succ...laynite-8)
KiraV
Offline

#219
10-03-2021, 02:02 PM
(09-30-2021, 01:15 PM)Lacro59 Wrote:
(09-28-2021, 03:08 PM)KiraV Wrote: 1) SuccessStory is not working for me. Or rather, it's not displaying any achievement despite recognizing that there are achievements in the database. Custom integration is already enabled. With public profile and no api it refused to download the achievements, by adding the API key and deselecting "use public profile" the achievements got downloaded properly (as you saw in the previous hyperlink) but they're still not being displayed.
Have you check the wiki?
https://github.com/Lacro59/playnite-succ...laynite-8)
Yes I already have, it didn't fix the issue.
eminaguil
Offline

#220
10-08-2021, 07:58 PM (This post was last modified: 10-08-2021, 08:45 PM by eminaguil.)
(10-03-2021, 02:02 PM)KiraV Wrote:
(09-30-2021, 01:15 PM)Lacro59 Wrote:
(09-28-2021, 03:08 PM)KiraV Wrote: 1) SuccessStory is not working for me. Or rather, it's not displaying any achievement despite recognizing that there are achievements in the database. Custom integration is already enabled. With public profile and no api it refused to download the achievements, by adding the API key and deselecting "use public profile" the achievements got downloaded properly (as you saw in the previous hyperlink) but they're still not being displayed.
Have you check the wiki?
https://github.com/Lacro59/playnite-succ...laynite-8)
Yes I already have, it didn't fix the issue.
(09-21-2021, 04:30 PM)breaksoon00008 Wrote: Hello, I want to install a theme for the first time. But I can't find the detailed installation video. It is very difficult to set up functions and features. Help meSad

ThemeModifier, Logo support, successStory, howLongToBeat, GameActivity, DuplicateHider, Extra Metadata Tools and Extra Metadata Tools Video

Look in the forums of the plugins, there you find problems and solution to different users for the correct config.
And don't forget to check in the plugins settings, the appearance for enabling the features for the integration with the themes.


eMixedNite 2.10 for Playnite 9 Only. Download Here

Changes:
    - Added support to Lacro59 LibraryManagement features.
    - Added toggle between Success compact list and (un)locked list
    - Changes to Achievements panel.
        - Changed List and timeline as tabbed items
        - Added support to user stats as tabbed item
        - New. When expanded, the achievements compact list is hidden for additional space.
    - Fixed controls to more standard coloring.
    - Fixed in details panel, some of the values not showing.
    - Fixed theme modifier, edit constants not showing.

[Image: 1itlTm5.png]
« Next Oldest | Next Newest »
Pages (16): « Previous 1 … 9 10 11 12 13 … 16 Next »
Jump to page 



  • View a Printable Version
  • Subscribe to this thread

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode