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?
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?
10-29-2020, 03:40 AM
(11-01-2020, 02:59 AM)RabidLime Wrote: System Log is still showing up, even when unchecked in the options. any ideas? 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 -->
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!
![]()
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.
![]() (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. ![]() (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. ![]() I like how it looks. I will try to implement it.
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. ![]() (11-02-2020, 10:53 PM)eminaguil Wrote: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.
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
![]() (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 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: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.
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.
(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 ![]() 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:
![]()
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: ![]() Shortened titles: ![]() (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 textGreat, 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
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...
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. 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.
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.
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.This problem is surely the same that this: https://github.com/Lacro59/playnite-howl.../issues/53
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}}" Only binding to Library instead (or, ideally for my own selfish purposes, to Source.) ![]() If there is a way to do this, my understanding of xaml fails me on how. |
|