Flat Theme
-
@Nismo Video is still not playing for me
-
@lilbud This is what I did to fix the theme.
- For every system, in theme.xml I replace:
<view name="basic, detailed">
with:
<view name="basic, detailed, video">
- On flat.xml replace:
<view name="basic, detailed, grid">
with:
<view name="basic, detailed, grid, video">
- and:
<view name="detailed">
with:
<view name="detailed, video">
- But video view doesn't need md_image so I deleted this from <view name="detailed, video">:
<image name="md_image"> <pos>0.254 0.202</pos> <maxSize>0.185 0.327</maxSize> <origin>0 0</origin> </image>
- And placed appart for detailed view only:
<view name="detailed"> <image name="md_image"> <pos>0.254 0.202</pos> <maxSize>0.185 0.327</maxSize> <origin>0 0</origin> </image> </view>
- And changed the values of marquees because before was the same than video and that is because displaying on top of video.
<image name="md_marquee"> <origin>0 0</origin> <pos>0.745 0.01</pos> <maxSize>0.25 0.14</maxSize> </image>
You need to edit this and place it better.
I hope this helps on github.
Regards.
-
so I can confirm it now works with motionblue v2 video plays perfectly now just the marques are little wierd in top right but otherwise no issues.
-
@Nismo I even downloaded the the Oldroom theme, but video still won't play
-
@lilbud You mean default video?
-
lilbud what image are you using or did you make your own? I am using motionblue v2 and the download Nismo just posted works fine
-
@Nismo No, and I have a video set for Tetris, no video/audio will play.
@greekmanx Retropie 4.1.14
-
@lilbud I'm sure you didn't edit your gamelist.xml to add videos and marquees tags are not??
-
I assume that this whole video and grid stuff is not inside any official release yet right?
-
lilbud I am sure you know this but 4.1.14 stock does not support video david when he did motion blue added in the code to make it work
-
Got it working, it turns out there still was a image tag in the gamelist.
-
@lilbud Strabge because it's working for me and for greekmanx, something it's wrong, check if the paths for the videos are correct in gamelist.xml.
The easy way is to edit gamelist.xml and the path for video:
./videos/my_video.mp4
then create the folder videos inside your roms folder, with yor roms files, and place the video inside.
-
lilbud you are much smarter then me you can make themes I cannot
-
@lilbud you posted before than me... XD.
I found 2 more errors.
1- There is not default.mp4 video inside assets folder.
2- You need to replace this on Flat.xml:
<default>~/assets/default.mp4</default>
with a dot:
<default>./assets/default.mp4</default>
-
@lilbud And maybe you want to change this:
<showSnapshotNoVideo>false</showSnapshotNoVideo>
with this:
<showSnapshotNoVideo>true</showSnapshotNoVideo>
This change it's optional...
-
@FlyingTomahawk Last official release was just 4.1 which was released in November. The Video theme stuff happened in December. So you would have to upgrade your official release to get the feature.
-
@HurricaneFan He fixed yet, was an error on gamelist.
@lilbud said in Flat Theme:
Got it working, it turns out there still was a image tag in the gamelist.
-
I made a quick video to show it working and there is sound I cut it out to spare you of my wife and her friend playing Cards against humanity they are loud.
-
@greekmanx don't forget to to this:
You need to replace this on Flat.xml:
<default>~/assets/default.mp4</default>
with a dot:
<default>./assets/default.mp4</default>
And place a default.mp4 video inside assets folder, it will play a default video for games without videos.
-
now just fix the marques and do the same for dark version and I am set. and if I am being a pain or sounding demanding or needy I do not mean to I appreciate you doing all you do and making this awesome theme.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.