Video Preview in EmulationStation
-
@screech I know, but I can't ask because I am not quite sure what the theme wants currently. :)
-
@Furluge old room theme uses 3 pieces: marquee logo (also known as wheel image), video file, boxart.
Example gamelist entry:
<game> <path>./10-Yard Fight (USA, Europe).nes</path> <name>10-Yard Fight</name> <desc>The game is viewed in a top-down perspective and is vertical scrolling. The player does not select plays for either offense or defense. On offense, the player simply receives the ball upon the snap and either attempt to run with the quarterback, toss the ball to one of two running backs, or throw the ball to the one long distance receiver - basically the option offense. On defense, the player chooses one of two players to control, and the computer manipulates the others. The ball can also be punted or a field goal can be attempted.</desc> <image>./boxart/10-Yard Fight (USA, Europe).png</image> <video>./videos/10-Yard Fight (USA, Europe).mp4</video> <marquee>./marquees/10-Yard Fight (USA, Europe).png</marquee> <releasedate>19851018T000000</releasedate> <developer>Nintendo</developer> <publisher>Nintendo</publisher> <genre>Sports</genre> <players>2</players> </game>
-
I'm noticing my NES videos are having issues with sound, it starts the videos fine but then has a small noticeable amount of time where no sound plays. Happens over and over no matter which game I'm on. When I exit emulation station I see the following error repeatedly:
ALSA lib pcm.c:7843:(snd_pcm_recover) underpin occurred
Has anyone else seen this behavior?
-
@HurricaneFan said in Video Preview in EmulationStation:
I'm noticing my NES videos are having issues with sound, it starts the videos fine but then has a small noticeable amount of time where no sound plays. Happens over and over no matter which game I'm on. When I exit emulation station I see the following error repeatedly:
ALSA lib pcm.c:7843:(snd_pcm_recover) underpin occurred
Has anyone else seen this behavior?
Not sure if it'll help in your case, but I did a quick Google on that
red quote
and I found this. Might be helpful:
https://bbs.archlinux.org/viewtopic.php?id=185736 -
@HurricaneFan Thank you. For the arcade sections is it the wheel logo under marquee and the the actual arcade machine marquee as the image?
-
@Furluge For arcade (mame and fba at the moment) use marquee images instead of wheel art, then that image will be displayed in the marquee of arcade machine of the theme.
-
hello all i'v followed all message here but i didn't find an steep by steep instruction to install and made working OdRoom, someone can give me a link or a copy - past in answer about full instruction?
Thanks in advance to all
and kiss from france -
@fieldofcows Great project, I have 2 ideas/requests:
- Add an option for the default media shown on detail grid - image or video - then it would be very easy to swap the media without modifying the metadata gamelist each time
- is there a way to add a functionallity that shows the video only on request? I am thinking on something like press X or Y to toggle video/picture instead of the other media. Advantage would be to quickly scroll through the gamelist and only watch the video if the game is more interesting
-
@daeks There is an option in the theme to introduce a delay before the video starts. You can also configure it to display the static image during the delay period using another theme flag. Maybe this goes some way to meeting your requirements.
Have a look at the 'showSnapshotDelay' and 'delay' options in the first post here: https://retropie.org.uk/forum/topic/5823/looking-for-testers-for-es-video-preview-on-raspberry-pi
-
@Nismo Any chance you can add a theme for Atari Lynx, Neo Geo Pocket and Neo Geo Pocket Color? Also, random question: How would I build a retropie menu theme. I know you said you use EmulationStation on windows. On the Pi we have a retropie section that has 13 pi options that is unthemed with old room theme.
Thanks again for all the work you've put into this. I love the look.
-
@HurricaneFan Yes i'll add that systems, last system added was sega game gear but i didn't upload that build yet.
I really don't understand very well what you mean 13 options not themed, maybe for my poor english, can you upload some screenshots?
For retropie menu... ???? retropie uses ES (Emulationstation) as gui for emulators, for making a theme for ES there is a good very nice guide on the wiki, and for adding video support you need to read the latest commits, or this thread.
I don't know what you mean with retropie menu.. maybe retroarch menu?, because retropie uses ES(emulationstation) for emulator gui and retroarch for emulators...
-
@Nismo This is a screenshot of what the menu looks like in another theme:
https://delightlylinux.files.wordpress.com/2016/02/retropie-setup.png -
@HurricaneFan That's the detailed view, it's working since version 1.6 if I remember well... Can you upload a screenshot what's the problem with my theme? and... please... what version of oldroom theme do you have?? it's 1.8?
Thanks for the tips.
Edit: Wait a bit, seems you have a retropie menu that it's like another system... I didn't know that.
Can you tell me if in a theme, where that menu is working themed, do you have a retropie folder inside that theme folder?
Thanks.
@administrators I love this forum and the people sharing all their skills to make it going better, but... we need a way to send private messages... please, make it possible. Regards.
-
@Nismo The retropie menu section does look like another system as in its in it's own folder and when Emulationstation is loaded you browse and select from it just like your selecting a game.
Example of what is in the Emulationstation Simple Retropie folder:
https://github.com/RetroPie/es-theme-simple/tree/master/retropie -
@naxxi This thread is getting long but I'll try to help explain how this theme works.
-
Make sure your roms are all scraped as in you have a gamelist.xml file populated with all of your rom names and paths.
-
Download the Old Room theme: http://www.mediafire.com/file/vs3tr3sstrxud42/oldroom_1.8_720p.zip
-
Place the OldRoom theme in /home/pi/.emulationstation/themes folder
(not sure where you would place this if it was not on a raspberry pi) -
Update your gamelist.xml file with references to your additional media (marquee, boxart, video) files. You can download these files on sites like emumovies.com or hyperspin-fe.com .
Example:
<game> <path>./10-Yard Fight (USA, Europe).nes</path> <name>10-Yard Fight</name> <desc>The game is viewed in a top-down perspective and is vertical scrolling. The player does not select plays for either offense or defense. On offense, the player simply receives the ball upon the snap and either attempt to run with the quarterback, toss the ball to one of two running backs, or throw the ball to the one long distance receiver - basically the option offense. On defense, the player chooses one of two players to control, and the computer manipulates the others. The ball can also be punted or a field goal can be attempted.</desc> <image>./boxart/10-Yard Fight (USA, Europe).png</image> <video>./videos/10-Yard Fight (USA, Europe).mp4</video> <marquee>./marquees/10-Yard Fight (USA, Europe).png</marquee> <releasedate>19851018T000000</releasedate> <developer>Nintendo</developer> <publisher>Nintendo</publisher> <genre>Sports</genre> <players>2</players> </game>
-
Copy over all of your files (updated gamelist.xml, media files, etc) to the Raspberry Pi.
-
Use the SELECT menu on the raspberry pi to select your Old Room theme you copied to it.
-
-
@Nismo we will not provide a platform for sharing ROMs. If you want more real time development there is always IRC.
-
@herb_fargus Mate, i'm not sharing roms and i didn't say to anybody to share roms...
I'm only sharing art, not roms.... so can you tell me what i'm doing wrong please?
I never share one rom in this forum or another one...
Anyway I respect all admins but I don't understand what happened here, I didn't upload no one rom for any system, and i'll never do.
Regards.
Edit: I'm very confused about this, because the only thing I was sharing in this forum are my themes and art to everyone... and no hidding roms inside the theme... maybe you talking to another user?? and it's an error? i'm very confused...
Please if someone saw to me sharing roms in this forum tell to admins... I need some help here...
@fieldofcows @Zigurana @Rion @HurricaneFan @mattrixk @Rookervik @pjft @robertybob @MWGemini @amadeus @Furluge @alphatoanant @administrators
-
@Nismo I can't speak for @herb_fargus, but I think that what he meant is that private messages are disabled because users can send ROMs or links to ROM sites in private messages. I don't think he was saying that you had personally shared ROMs. That's how I read it, at least.
@herb_fargus it might be worth adding a link to the IRC channel on the navigation bar, since many users probably aren't aware that it exists.
-
@MWGemini Omg, all of this because private messages? I don't think he's speaking about sharing roms because private messages, It has nothing to do, and it doesn't even go through my head, so if I request private messages you automatically thinking i'll share roms?
And of course a private message it's far away to real time platform... for real time messages there are thousands of platforms instead a private message so i don't think he is speaking about that.
Yes what you said could be a good reason for the forum, but I really was not thinking about roms.
I needed to send private messages a lot of times in this forum and no one for sharing roms.
It was just only a basic request... nothing to do with roms.
But if you read carefully, he's almost saying I was sharing roms here... or maybe it's my poor english... or maybe it's just me that I can't understand things.
Anyway sorry I only don't understand, don't try to offense anybody.
-
@Nismo it has nothing to do with you or your art, on the contrary I think your themes are great.
As @MWGemini said, others will use it for sharing ROMs. That and on the old forum I was constantly bombarded with personal help requests- which do nobody any good.
I don't personally care to advertise IRC, it's another one of those niche things, either you know about it you don't... Just my personal opinion
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.