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

      Can't map LT or RT properly on Nvidia gamepad

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support bug remote
      3
      0 Votes
      3 Posts
      519 Views
      PiBoyyyP

      @mitu They are registered as axis movements. The gamepad is compatible with Linux and works well for me.

    • D

      Boomer friendly way to exit games using a n64 controller?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support controller remote retropie pi 4b hdmi cec
      4
      0 Votes
      4 Posts
      868 Views
      mituM

      @draksus said in Boomer friendly way to exit games using a n64 controller?:

      Is there a way to have the pause button function in game AND be the hotkey?

      Probably yes.

      Its ok if a shortpress brings up ES menu, a medium press brings up RA menu.

      That's not how it works. Once a game is started, ES is no longer active and you can't open its menu(s) anymore, you'll have to exit the emulator before ES becomes active again.

      If you're only interested in N64 (or maybe just in a couple of systems), you can run RetroArch directly - without EmulationStation acting as a front-end. See Lakka for a similar gaming distro that has just RetroArch running.

    • R

      Wan Management for remote cabinet

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support wan technical remote remote access
      7
      0 Votes
      7 Posts
      437 Views
      mituM

      @retrobop your response is not re-assuring and the questions raised by @sirhenrythe5th and me are relevant, since they're related to the legality of your RetroPie usage.
      I guess the legality of distributing open source software is no concern to you though. Good bye.

      EDIT: I restored the original topic starter, without it the topic replies don't make any sense.

    • M

      CEC / remote control support in emulationstation

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstatio cec controls remote
      3
      0 Votes
      3 Posts
      542 Views
      M

      @mitu FYI for the time being, I have a partial workaround to execute commands to stop and start emulationstation via a remote.

    • T

      Moonlight remote streaming

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support moonlight remote
      2
      0 Votes
      2 Posts
      845 Views
      P

      @tygron

      I can't help you with th ip issue but I can help you with the audio. I took me hours to figure it out. Add this to the moonlight config file:

      audio = local

      Then the audio will come out of the raspberry pis audio jack.

    • W

      Launching games from web over Nginx

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support bash remote
      3
      0 Votes
      3 Posts
      430 Views
      W

      Solved it

      In case anyone else ever tries to do something like this and finds this post, the problem was this:
      Somewhere along the line, something required to start up the ROM expected an interactive terminal, which is why it worked over SSH and locally, and even worked with running the PHP script from the terminal, but Nginx/Apache/another web server won't provide any interactive terminal.

      It doesn't actually need any interactive terminal, so you can wrap the startup command inside a "script" command like this, to lie to it and trick it into believing it has an interactive terminal

      <?php $command = '/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ snes "/home/pi/RetroPie/roms/snes/an-example-rom-obviously-not-the-real-one-but-lets-say-mario-or-something.sfc"'; $result = shell_exec("sudo -u pi script --return --quiet -c '".$command."' /dev/null"); ?>

      And that does the trick and starts the game up from a PHP web panel

    • R

      CEC power button kills Kodi instead shutting down

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support cec kodi remote shutdown
      2
      0 Votes
      2 Posts
      561 Views
      RascasR

      @ramco That's weird, I never saw a TV/Remote who shuts down Kodi or the Raspberry, the power button is never assigned to o CEC button, it should only turn off the TV.
      Probably it is your TV brand, never heard about that one. Each TV brand as it's own CEC implementation and name, yours might be one of the weakest.
      You said you are running Kodi 18.2, Kodi is currently in version 18.8, update it and check, although I doubt it will fix your problem.

    • saccublendaS

      Kodi and tv remote

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming kodi remote
      10
      0 Votes
      10 Posts
      709 Views
      shavecatS

      @saccublenda
      unplug your tv from the power for ten min' then plug it back in.
      U need to have your Anynet +hdmi on your tv on ofcurse :)

    • TangoT

      Running EmulationStation through SSH

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstaion ssh remote
      3
      0 Votes
      3 Posts
      528 Views
      TangoT

      @mitu said in Running EmulationStation through SSH:

      It's not possible, since EmulationStation (on a Pi) doesn't use the X.org libraries and it's not an X11 application.

      Well, I guess that's one thing I can mark off my "To do" list!

      Thanks.

    • denisuuD

      Use Yatse remote in emulationstation?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support yatse remote emulationstatio kodi osmc
      1
      1 Votes
      1 Posts
      531 Views
      No one has replied
    • H

      Remote for issuing hotkey/metakey commands

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support remote controls keyboard hotkey exit hotkey
      2
      0 Votes
      2 Posts
      465 Views
      mituM

      You can customize your key/button bindings as you like - globally, per-system or per-game. Look into the RetroArch controller configuration docs.

    • S

      Retroarch input settings are ignored, keys are always mapped to keyboard on the back of the remote

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch input controller keyboard remote
      1
      0 Votes
      1 Posts
      591 Views
      No one has replied
    • P

      Looking to use simulate keypress/keyrelease from remote machine (Raspian Jessie)

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support command line remote keyboard
      4
      0 Votes
      4 Posts
      892 Views
      P

      Thanks for the resource, this will definitely be something I'm looking into for another possible project. You are absolutely right about the syncing of two being a problem. As weird as my use case is, I only need one Raspberry (from a kooky angle, the video is being distributed to one/both players). After looking into wedges I think that's the route I'm going to go as I easily have access to USB HID injectors at work/off ebay I can utilize that I didn't realize I could use. Thanks for the link though, I'll definitely be using it.

    • V

      Controller works in main menu, but not in emulators.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support controller rom support remote player 1
      7
      0 Votes
      7 Posts
      9k Views
      V

      @mitu thank you sir

    • R

      Getting Amazon Fire Stick Remote to work with Kodi

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support kodi amazon remote
      5
      0 Votes
      5 Posts
      4k Views
      N

      @rascas
      Yaa even i have got some other also https://www.fixguruji.com/amazon-fire-stick-remote-not-working/ you can check it i solve my firestick not working issue.

    • retroprogrammerR

      Can you use the Wiimote properly?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support wii remote retropie help wiimote
      19
      0 Votes
      19 Posts
      8k Views
      markwkiddM

      Wiimote + Dolphinbar should work with RetroArch emulator cores as of the latest releases of RetroPie and RetroArch.

    • C

      Add an VNC client like Vinagre

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support vnc remote
      2
      0 Votes
      2 Posts
      714 Views
      herb_fargusH

      @cpcbegin no x server, no vnc.

    • J

      Local streaming of retropie?

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development remote streaming
      2
      0 Votes
      2 Posts
      907 Views
      herb_fargusH

      @jell rarely if ever will this improve performance or latency. Provided you can even get it to work in the first place as retropie doesn't use x so vnc servers won't work anyways.

    • Y

      Connecting to the ES GUI Remotely

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support remote connection
      4
      0 Votes
      4 Posts
      1k Views
      herb_fargusH

      @yardley there is a theme gallery here:

      https://retropie.org.uk/docs/Themes/

      And you can install emulationstation on a PC too but at that point I'd just use the pi for