Hi @dookieshooter,
Apologies for late reply. I didn't have notifications on and have been busy with other things.
@dookieshooter said in Tronkyfran Dark plus:
is it possible to get videos to play in grid view?
As far as I know it is not possible to have videos in grid view, unless any dev update has been done on the RetroPie EmulationStation Repo to add this feature to EmulationStation as the original is not maintained anymore. If you've found a way I am interested as well to incorporate this in GridView
@dookieshooter said in Tronkyfran Dark plus:
is it possible to remove the detail window ( I assume that I can just remove that from the theme
The dimming of the non selected games is a little aggressive. Possible to change that behavior?
Both are Possible for 1, in the "main" Theme.xml you'll have to remove all unwanted tags/elements within the <view name="system"> </view> tags.
For the grid non selected games dimming you can adjust backgroundEdgeColor
<gridtile name="default">
<backgroundEdgeColor>000000BB</backgroundEdgeColor>
</gridtile>
The 000000 is HEX code for black the BB is code for the alpha channel. You can change this to whatever you like to get another (even colored) dimming effect. See here for some more explanation on HEX with Alpha.