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

eMixedNite
sofmarch
Offline

#81
10-29-2020, 03:14 AM
Would it be possible to add an icon for other stores like Itch.io, Humble, Amazon, and the Xbox importer?
eminaguil
Offline

#82
10-29-2020, 03:40 AM
(10-29-2020, 03:14 AM)sofmarch Wrote: Would it be possible to add an icon for other stores like Itch.io, Humble, Amazon, and the Xbox importer?

Next update, maybe at weekend
RabidLime
Offline

#83
11-01-2020, 02:59 AM (This post was last modified: 11-01-2020, 03:02 AM by RabidLime.)
System Log is still showing up, even when unchecked in the options. any ideas?

edit: just the title banner, not the whole section.
eminaguil
Offline

#84
11-01-2020, 03:25 AM (This post was last modified: 11-01-2020, 03:27 AM by eminaguil.)
(11-01-2020, 02:59 AM)RabidLime Wrote: System Log is still showing up, even when unchecked in the options. any ideas?

edit: just the title banner, not the whole section.

Hi, waiting for Lacro59 to update the pluging with the variables needed for this working right.
For the moment go to the eMixedNite theme folder and edit Constants.xaml in line 29/30 and change from true to false any of this variables 

<sys:Boolean x:Key="Ga_IntegrationShowGraphic">True</sys:Boolean> <!-- Values: True False  -->
<sys:Boolean x:Key="Ga_IntegrationShowGraphicLog">True</sys:Boolean> <!-- Values: True False  -->
grizzlymv
Offline

#85
11-02-2020, 02:34 AM
not sure if you ever considered it, but would be great to have a FullScreen version of this incredible theme! Smile In any case, keep up the great work. I like it very much so far.
sofmarch
Offline

#86
11-02-2020, 01:51 PM
Is there any way to alter the color of the grid area, preferably to make it transparent and show the image background? The big black square area sticks out like a sore thumb when the Zoom bar below it also changes color.
[Image: Xo4uie3.png]
eminaguil
Offline

#87
11-02-2020, 10:53 PM (This post was last modified: 11-02-2020, 10:58 PM by eminaguil.)
(10-29-2020, 03:14 AM)sofmarch Wrote: Would it be possible to add an icon for other stores like Itch.io, Humble, Amazon, and the Xbox importer?
 
Updated, can you test it.  Cool

(11-02-2020, 01:51 PM)sofmarch Wrote: Is there any way to alter the color of the grid area, preferably to make it transparent and show the image background? The big black square area sticks out like a sore thumb when the Zoom bar below it also changes color.
[Image: Xo4uie3.png]

Undecided  Something like Harmony theme https://playnite.link/forum/thread-457.html??
     I like how it looks. I will try to implement it.
sofmarch
Offline

#88
11-02-2020, 11:44 PM (This post was last modified: 11-02-2020, 11:44 PM by sofmarch.)
Good news: The new store banners work and load up fine.
Bad News:
For some reason this update causes several horizontal banners to load in off center like this for some reason. Doesn't seem to be any reason for it happening on a game but whatever it is it keeps happening with these games only.
[Image: I99QHyJ.png]
sofmarch
Offline

#89
11-03-2020, 03:18 AM (This post was last modified: 11-03-2020, 03:20 AM by sofmarch.)
(11-02-2020, 10:53 PM)eminaguil Wrote:
(11-02-2020, 01:51 PM)sofmarch Wrote: Is there any way to alter the color of the grid area, preferably to make it transparent and show the image background? The big black square area sticks out like a sore thumb when the Zoom bar below it also changes color.
[Image: Xo4uie3.png]

Undecided  Something like Harmony theme https://playnite.link/forum/thread-457.html??
     I like how it looks. I will try to implement it.
I was actually thinking more like how the default theme does the grid view background, transparent and looking at the blurred items background art instead of a black square like it is in this theme.
Takomancer
Offline

#90
11-04-2020, 09:43 PM (This post was last modified: 11-04-2020, 09:43 PM by Takomancer.)
How can I change so that the game cover is more towards the middle of game detail box in respect to the vertical placement. Same with the 'URL link' buttons on the right side of this image
[Image: Qekff1F.png]
eminaguil
Offline

#91
11-05-2020, 04:26 AM (This post was last modified: 11-05-2020, 05:10 AM by eminaguil.)
(11-04-2020, 09:43 PM)Takomancer Wrote: How can I change so that the game cover is more towards the middle of game detail box in respect to the vertical placement. Same with the 'URL link' buttons on the right side of this image
[Image: Qekff1F.png]

Hi, if you want to change the code search within the eMixedNite Theme in \Views the file DetailsViewGameOverview.xaml
The lines may vary, I got some pending changes for upload, so look for the code 

For the cover, around line 61 is the following code, check the margins are like these:

<StackPanel Grid.Column="0" VerticalAlignment="Center" Margin="15,0,0,0">
<Image x:Name="PART_ImageCover" Margin="0,10,0,10"
Height="{Settings GameDetailsCoverHeight}"
DockPanel.Dock="Left"
VerticalAlignment="Center"
StretchDirection="Both" Stretch="Uniform"
RenderOptions.BitmapScalingMode="Fant" HorizontalAlignment="Center" />
</StackPanel>

For the links, around line 156, this margin is weird, 12 is up, an the last 0 is down, but this kind of works:
<ItemsControl Name="PART_ItemsLinks"  Margin="2,12,0,0" VerticalAlignment="Center" Height="35" Grid.Row="0">

In the next update, I will include these fixes.


(11-03-2020, 03:18 AM)sofmarch Wrote:
(11-02-2020, 10:53 PM)eminaguil Wrote:
(11-02-2020, 01:51 PM)sofmarch Wrote: Is there any way to alter the color of the grid area, preferably to make it transparent and show the image background? The big black square area sticks out like a sore thumb when the Zoom bar below it also changes color.

Undecided  Something like Harmony theme https://playnite.link/forum/thread-457.html??
     I like how it looks. I will try to implement it.
I was actually thinking more like how the default theme does the grid view background, transparent and looking at the blurred items background art instead of a black square like it is in this theme.

Got it. In the next update it will be ready, it's almost done.
I particularly like how it looks in the Details View, in the list or the filters.
sofmarch
Offline

#92
11-07-2020, 01:58 AM
Lacro's updated plugins seem to have broken a lot of this theme's integration. I have unlocked and locked achievements swapped in the game title bar, how long to beat's bar bottom cut off, and that's just the stuff I've noted for sure.
eminaguil
Offline

#93
11-07-2020, 03:43 AM (This post was last modified: 11-07-2020, 03:48 AM by eminaguil.)
(11-07-2020, 01:58 AM)sofmarch Wrote: Lacro's updated plugins seem to have broken a lot of this theme's integration. I have unlocked and locked achievements swapped in the game title bar, how long to beat's bar bottom cut off, and that's just the stuff I've noted for sure.

Yes the HLTB bar doesn't look well Huh  , for now the solution its increase the height of the bar, but I don't like how it looks with the theme.
Success Story works for me, I will try to change some configs for looking what it's causing the problem.

Try updating eMixedNite, your change it's ready now. It looks great.


A new update: eMixedNite_1_20_pthm
Note: Before update Lacro59 plugins, I recommend uninstall all plugins previos versions.

Chnages:
  • Customization of various options with ThemeModifier 1.1  Wink
  • Changed background in grid view items, detail list items, filters and explorer. Now it's transparent and looking at the blurred selected item background art. If you want the older style change the ControlBrush with ThemeModifier.
  • Rounded corners for panels in grid view an detail view game overview.
  • Added full scrolls in games overview. This are disabled by default, it can be enabled with ThemeModifier using DetailOverviewFullScroll and GridOverviewFullScroll
  • Various small fixes.
[Image: qPs0d9E.png]
sofmarch
Offline

#94
11-07-2020, 04:33 AM
I think I've figured out the root of the problem at least with the offcenter horizontal banners, the problem is any game that has a title over a certain length stretches out the grid item instead of either shortening the name or creating a second line of text
Long titles:
[Image: NvYwFqm.png]
Shortened titles:
[Image: W1oTYBE.png]
eminaguil
Offline

#95
11-07-2020, 04:49 AM (This post was last modified: 11-07-2020, 05:05 AM by eminaguil.)
(11-07-2020, 04:33 AM)sofmarch Wrote: I think I've figured out the root of the problem at least with the offcenter horizontal banners, the problem is any game that has a title over a certain length stretches out the grid item instead of either shortening the name or creating a second line of text
Great, the fix for it, it's easy
In DerivedStyles\GridViewItemTemplate.xaml at line 358 replace with this 
<TextBlock Text="{Binding DisplayName}" Width="{Settings GridItemWidth}"

Change it or wait for 1.21 update.

Edited: Change it or update to eMixedNite_1_21_pthm with the fix
Mellified
Offline

#96
11-07-2020, 02:47 PM
The theme is really tying my Playnite room together at this point! Thanks for all the hard work.

I'd love to get the rest of the PC store banners displaying. With 1.21 the following are missing...
  • Bethesda
  • Indiegala (plugin)
  • Oculus (plugin)
  • Rockstar Games (plugin)
  • Ubisoft Connect
  • Xbox (Microsoft Store games)
eminaguil
Offline

#97
11-07-2020, 11:54 PM
(11-07-2020, 02:47 PM)Mellified Wrote: The theme is really tying my Playnite room together at this point! Thanks for all the hard work.

I'd love to get the rest of the PC store banners displaying. With 1.21 the following are missing...
  • Bethesda
  • Indiegala (plugin)
  • Oculus (plugin)
  • Rockstar Games (plugin)
  • Ubisoft Connect
  • Xbox (Microsoft Store games)

Ubisoft, I left outdated,  I'm fixing it.  Xbox, suposed it was fine, I will look what it's bad. For the others I try to update.
hunt363
Offline

#98
11-09-2020, 07:40 AM
Since update 1.21, the HLTB custom integration has stopped working properly. It looks like this now:
     

Here are my settings:
     

I've tried changing around the settings, reinstalled the eMixedNite theme, reinstalled Lacro59's HLTB extension but nothing works. I'm also using the latest version of the theme and the extension. I suppose it could be an issue because of my display resolution (1366x768) but the custom HLTB integration worked perfectly before.
Lacro59
Offline

#99
11-09-2020, 07:59 AM
(11-09-2020, 07:40 AM)hunt363 Wrote: Since update 1.21, the HLTB custom integration has stopped working properly.
 
I've tried changing around the settings, reinstalled the eMixedNite theme, reinstalled Lacro59's HLTB extension but nothing works. I'm also using the latest version of the theme and the extension. I suppose it could be an issue because of my display resolution (1366x768) but the custom HLTB integration worked perfectly before.
This problem is surely the same that this: https://github.com/Lacro59/playnite-howl.../issues/53
steve-o
Offline

#100
11-09-2020, 02:07 PM
Hey eminaguil!  Thanks for all your hard work on this theme, it's my absolute favourite among those available!
I have to say, though, I'm noticing some significant lag on loading the grid mode (and in particular, while scrolling through it) and I suspect the issue has to do with all the library-specific banner images that seem to get loaded for every single grid item (and then all but one are hidden.)

If I pull out all that code from GridViewItemTemplate and just use the Platform fallback banners, the UI loads and scrolls much faster.
I'm wondering if there's a more programmatic way to load the Library images?  Something like what you've done for Platforms:
<Image Source="{Binding Path=Platform.Icon, Converter={StaticResource ImageStringToImageConverter}}"
    RenderOptions.BitmapScalingMode="Fant" Stretch="Fill" StretchDirection="Both"
    Visibility="{DynamicResource IconBannerVisibility}" >
    <Image.LayoutTransform>
        <RotateTransform Angle="-90" />
    </Image.LayoutTransform>
</Image>

Only binding to Library instead (or, ideally for my own selfish purposes, to Source.) Wink
If there is a way to do this, my understanding of xaml fails me on how.
« Next Oldest | Next Newest »
Pages (16): « Previous 1 … 3 4 5 6 7 … 16 Next »
Jump to page 



  • View a Printable Version
  • Subscribe to this thread

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode