Video Preview in EmulationStation
-
@fieldofcows Very nice commit. I was thinking about the easiest way to implement favourites, and could be something like this:
-
Press select on a game and in "options" menu, you can insert another option "add to favourites" or "remove from favourites if already added (for no confusion).
-
For adding a game to favourites, emulationstation add the tag <favourite>1</favourite> in gamelist for that game, and <favourite>0</favourite> if you remove from favourites.
-
In the same "options" menu for a game (pressing select) , you can see "sort games by", that's the place where you can implement favourites, sort games by favourites, that way it's super easy and don't need a theme for favourites, it can work inside the system itself so no headaches for multiple systems in a game list.
What do you think?
-
-
@fieldofcows Here you have a new update so you can test if description autoscroll it's working on video view in beta 5:
New update oldroom theme v 1.3:
-
Added description for games.
-
Added rating and last time played.
-
Added N64 system.
-
Some fixes on Sega 32x theme.
-
Fixed Atari 2600 logo on in video view.
-
Fixed Neo Geo logo in video view.
Download: http://www.mediafire.com/file/uzj8rrhmkz85zbz/oldroom+1.3.zip
Video preview: when next release.
-
-
@Nismo Update looks fantastic as usual. I've tested it with my latest local build. Key auto repeat and text autoscroll work as expected.
Here is the new build:
https://github.com/fieldofcows/EmulationStation/releases/tag/v0.1-beta.5
-
Child-Friendly Emulationstation has Favourites already, couldn't it just be ported over to this build?
-
@fieldofcows Thank you very much! Great update.
-
@robertybob I had a feeling that I read about favourites somewhere before hence I held off commenting on @Nismo 's suggestion until I had investigated. I'll take a look and see how easy it will be to port.
-
@fieldofcows There's something wrong in the last build, when I start emulationstation, I can hear the video from the first game of each system simultaneously.
If I enter a game, and then exit, I can hear both the video of my game and the first video on the right side system.
Very, very strange..XD anyway thanks for the update, scroll is working now.
-
@Nismo If it's not one thing then it's another! ES seems to keep every view for every system active at the same time so managing which one should be playing video is a bit of a challenge. I'm not sure what happened there but I'll take a look.
It didn't seem to be doing that on my machine but I only have a single system configured.
-
@fieldofcows Of course if you only have one system you can't check that.
It was working very good on beta 3 and beta 4 no sounds problem and video working good. Wait a minute i'll upload a video for you.
-
@fieldofcows Ok here is the video:
-
@Nismo I've actually managed to find a spare hour today so rather than just throwing the code together and leaving you to test it (sorry!) I've given this one a reasonable amount of testing before publishing it:
https://github.com/fieldofcows/EmulationStation/releases/tag/v0.1-beta.6
- Rework logic behind starting and stopping videos to address strange behaviour with multiple videos playing, videos starting at the wrong time, etc.
- Issue #5: Add option to select random game videos as screensaver
- Fix relative paths in video and marquee metadata (yay!)
Fingers crossed!
-
@fieldofcows omg!!! don't tell me you finally fixed relative paths!!! really? Nice! now finally i can scrape games and emulationstation can save my times playes and last played day, etc.
Thank you very much!!! I'm sick on bed today, but i'll test and tell you how it goes.
Thanks again.
-
@fieldofcows I have tested a bit, and seems all it's working very well.
-
The sound problem with videos it's gone.
-
About relative paths, my path are something like this:
<video>~/.emulationstation/roms/megadrive/Videos/3 Ninjas Kick Back.mp4</video>
<marquee>~/.emulationstation/roms/megadrive/Marquees/3 Ninjas Kick Back.png</marquee>After playing, when saving the paths changes like this:
<video>./Videos/3 Ninjas Kick Back.mp4</video>
<marquee>./Marquees/3 Ninjas Kick Back.png</marquee>But no problem, videos and marquees still working, maybe because they are inside rom folder, so still working in portable mode.
- Only thing I notice is that when exit emulationstation the video sounds for a few seconds ( 3 or 4), but I know that isn't an issue, it's because emulationstation is saving now, not like before that saving was disabled.
Very, very nice commit, this is absolutely stable version, no bugs, congratulations.
Edit: I don't know how to put the code inside the black box...
-
-
@fieldofcows I have a little request for you, I think this one is very easy for you.
Can you decrease time for autoscroll on description and gamelist? It takes tooo long...
Thanks again.
-
@Nismo I found where relative paths were handled for images and just made it work the same for marquees and videos. It doesn't store the original relative path but instead calculates it again from the system directory so it can and up different but should work. If it becomes a problem then I know how to fix it properly.
Yes, I know the sound plays while the metadata is saved. I did notice that but didn't think it was worthwhile fixing it. Maybe I will if it annoys people too much.
You get the black box by using three backquotes round your code like this:
'''
Code
'''(except use backquotes, not forward quotes like I did there)
-
@Nismo said in Video Preview in EmulationStation:
@fieldofcows I have a little request for you, I think this one is very easy for you.
Can you decrease time for autoscroll on description and gamelist? It takes tooo long...
Thanks again.
Ha ha! I've done exactly that on my local build!
-
@fieldofcows Nice! I want one build with that commit!! XD.
Relative path change it's not an issue, it's working very good now. And about the sound on exit, it's only 3 or 4 seconds, I think everybody can handle that, it's saving.
No bugs, very stable release, i'm so happy!!
Edit: if the sound on exit is an issue for the people (not for me), maybe an easy way to avoid the issue it's to mute video (or emulationstation sound) when press exit .
-
Here's a quick and nasty video of this version of ES in action with @Nismo 's theme:
This video is taken from a Raspbery Pi 3 running on a small 800x600 monitor running a custom version of EmulationStation that provides video preview of games as well as a video screensaver.
The video shows the boot process followed by system selection then the Mame gamelist. The gamelist shows video preview of each game or a 'static' screen for games without videos. After the banner the system fades to the screensaver which swaps to a random video every 30s.
Sorry for the poor quality and stock music - I don't have speakers hooked up to my RPi.
-
@fieldofcows Very nice, but I think is better without the emulationstation splash... more cool.
Also I see scanlines transparency it's working.
Last played and rating it's not good there, but it's ok on mine... why???
-
@Nismo Scanline transparency is working but there is aliasing due to the low resolution screen so it looks a bit uneven.
I'm not sure where the rating has gone - maybe it is because of the low resolution again.
I haven't really started configuring my pi yet. I just wanted to demonstrate that the theme and videos work without problems.
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.