RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. emulationstatio
    Log in to post
    • All categories
    • cyperghostC

      Restart ES via bash script!

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support restart emulationstatio
      13
      1 Votes
      13 Posts
      4k Views
      paffleyP

      @mitu said in Restart ES via bash script!:

      @paffley You should start a new topic.

      Thanks @mitu I solved my problem so no need to start a new topic. I also changed from rm/cp to the grep command to edit the existing es_settings.cfg

      I did the above so I could change themes from within the retropie system whilst in Kiosk mode, also have done the same for screen ratio's and overlays :)

      Cheers!

    • HexH

      Gauging interest : Android controllers

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development idea development android emulationstatio
      6
      0 Votes
      6 Posts
      2k Views
      BuZzB

      @Hex https://github.com/miroof/node-virtual-gamepads was updated a month ago, the other one not, but if it works? :)

    • SonPluckS

      I f4 but it restarts...

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help restart emulationstatio putty command line
      3
      0 Votes
      3 Posts
      1k Views
      SonPluckS

      just reinstalled retropie... SOLVED!

    • johne79J

      Boss Key

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstatio
      2
      0 Votes
      2 Posts
      583 Views
      chipsnblipC

      @johne79 said in Boss Key:

      EmulationStation takes over the ALT-F7 an

      not really a solution, but an idea: take a screenshot of your desktop while doing actual work, and use that as an overlay you can toggle along with mute, via hotkey combo :)

      edit: just had another thought: a script your could call with a hotkey that saves your game state and kills the emulator, starts up a work related app/project file, etc.

    • J

      Color support for Ratings

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development emulationstatio ratings
      18
      6 Votes
      18 Posts
      5k Views
      J

      @pjft Thanks for checking it out. I haven't had a chance to try out the video screensaver on Windows yet, but I will try to do it soon.

    • funkybunchF

      Emulationstation fonts on crt screen

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support fonts crt tv-screen theme emulationstatio
      9
      0 Votes
      9 Posts
      4k Views
      CodeDrawerC

      CRT... I watched a fun video on those TVs before... just incase anyone is interested, here it is.

    • meleuM

      Create a custom ES system able to launch games for many systems

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development emulationstatio customisations custom theme
      157
      12 Votes
      157 Posts
      79k Views
      meleuM

      @hubbachubba looks like you're having problems for editing scripts on windows and then trying to run them on Linux.

      Something like what this guy was having here.

      Also, keep in mind what I posted on the OP:

      UPDATE: The method described here became outdated after @pjft implemented custom collections to EmulationStation.

      I'll keep the post for historical reasons, but I recommend you to use the ES custom collection feature instead.

      @Global-Moderators could you guys please lock this thread? The trick in the OP became outdated and this topic exists only for historical reasons. Thanks in advance.

    • L

      libbtiff.so.5 shared library not found, emulationstation doesn't start

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstatio
      1
      0 Votes
      1 Posts
      354 Views
      No one has replied
    • herb_fargusH

      Take and Scrape Your Own Videos

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development videos scraper runcommand emulationstatio
      29
      7 Votes
      29 Posts
      8k Views
      C

      @herb_fargus I found that relying on sleep to properly time a 30 second video was getting mixed results so I modified your script a little to crop the video afterward for a more uniform recording length.

      It requires that you install ffmpeg beforehand though.

      #!/usr/bin/env bash system="$1" emulator="$2" rompath="$3" launch="$4" rom_file="${rompath##*/}" rom="${rom_file%.*}" mediadir="$HOME/RetroPie/roms/$system/images" tmpfile="/tmp/$rom-video.mkv" videofile="$mediadir/$rom-video.mkv" # Create videos folder in system's rom folder if [[ ! -d "$mediadir" ]]; then mkdir -p "$mediadir" dialog --msgbox "$mediadir created!" 20 60 >/dev/tty fi # Launch to record gameplay on RetroArch Systems. if [[ "$launch" =~ retroarch ]]; then eval "$launch" "--record \"$tmpfile\"" & sleep 120 killall retroarch # Crop video to 30 seconds eval "ffmpeg -y -t 30" "-i \"$tmpfile\"" "-acodec copy \"$videofile\"" & exit 1 else dialog --msgbox "Video recording is not supported for this system" 20 60 >/dev/tty fi
    • HexH

      Need Testers : USB sound card users

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development feature testing emulationstatio usb audio
      3
      1 Votes
      3 Posts
      1k Views
      HexH

      @Finndersen The feature is already implemented in latest ES. In Sound Settings change audio device to "Speaker" and omx audio device try both ALSA options to see which works. Let me know how it goes.

    • simonsterS

      Weird EmulationStation slide transition

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstatio slide transitions
      4
      0 Votes
      4 Posts
      1k Views
      simonsterS

      Many thanks @herb_fargus

      I updated es from source and this is resolved.

      Si

    • pjftP

      Help testing: Random Video Screensaver on Main Branch

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development emulationstatio video screensav screensaver video testing
      146
      3 Votes
      146 Posts
      54k Views
      pjftP

      @TMNTturtlguy Thanks - same wishes to you, especially with no power at the moment.

      Yeah, I can't wait for the first bug reports to start coming up... :P

      I should actually start a page in the documentation for Video Players and the Random Game Screensaver as well. That should save quite a bit.

      One more thing for my to do list.

    • F

      Wireless 360 Controllers and Gles2n64

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support wireless 360 gles2n64 retropie attractmode emulationstatio
      1
      0 Votes
      1 Posts
      626 Views
      No one has replied
    • cafarellidigitalC

      Request: Title Metadata in Detailed & Video View

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development emulationstatio theme making title metadata
      2
      0 Votes
      2 Posts
      1k Views
      S

      @cafarellidigital
      I'm pretty sure this is part of this discussion on overhauling how themes are handled.

      https://github.com/RetroPie/EmulationStation/issues/132

      Also sad about grid view.

    • obsidianspiderO

      When Did ES Switch To Black Loading Screen?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming retropie emulationstatio
      19
      1 Votes
      19 Posts
      3k Views
      mattrixkM

      @meleu That is a valid point.

    • R

      Project: Python background music package for EmulationStation

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming emulationstatio music
      14
      3 Votes
      14 Posts
      7k Views
      matchamanM

      I cannot get this removed. I try sudo apt remove python-es-bgm and I get

      dpkg: error processing package python-es-bgm (--remove): subprocess installed post-removal script returned error exit status 1 Errors were encountered while processing: python-es-bgm E: Sub-process /usr/bin/dpkg returned an error code (1)

      Any ideas? I actually cannot install or uninstall anything, this error from the particular package keeps appearing!

      Edit: nevermind, I removed it from /var/lib/dpkg/status and did a dpkg --configure -a. I hope it's clean now...

    • meleuM

      Is it possible to (cross) compile EmulationStation (from x86 to raspi)?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support compiling emulationstatio raspberry pi x86
      3
      0 Votes
      3 Posts
      1k Views
      BuZzB

      @meleu I use emulated arm chroot with qemu on x86_64 pc with ubuntu, but also cross compiler on the host via distcc. (I don't have time to do any write up but there are some on the net).

    • HexH

      [Solved] ES libdvdread livdvdnav problems

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development emulationstatio bug
      17
      0 Votes
      17 Posts
      5k Views
      pjftP

      @Hex Glad to hear it works as an option :)

      Thanks for putting this together, and thank you for helping with the testing!

    • ?

      Themes not loading fully?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support themes emulationstatio theming
      25
      0 Votes
      25 Posts
      12k Views
      pjftP

      @LiveFastCyYoung Glad to hear that was sorted. 160 - or 16 - would have certainly been a problem.

      I doubt that would have impacted ES from source, though, as this is just about GPU memory, but I don't know much - maybe you have other things there that are impacting the overall memory.

      Glad this is sorted now.

    • meleuM

      ES devs and testers, this tool is for you!

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development script github emulationstatio testing development
      88
      13 Votes
      88 Posts
      44k Views
      mituM

      @meleu said in ES devs and testers, this tool is for you!:

      but if EmulationStation development is still hot

      Not so much these days.

      The script could probably be simplified, since there is branch support in RetroPie-Setup scriptmodules directly and RetroPie-Setup automatically checks for new changes to the branches (letting you know if you should update from source or have the latest source version).

      P.S. Happy New Year !