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

      Game list Only title.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie help emulationstatio romset
      6
      0 Votes
      6 Posts
      1k Views
      muldjordM

      @peppe_h

      Run this from any platform folder on the RetroPie:

      cat gamelist.xml | grep '<name>' | cut -d '>' -f2 | cut -d '<' -f1 > titles.txt

      It will export all titles to titles.txt

    • P

      Bluetooth Connected - No Sound

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support bluetooth audio issues retropie help pulseaudio
      2
      0 Votes
      2 Posts
      1k Views
      P

      Update: I tried these instructions: https://raspberrypi.stackexchange.com/questions/53408/automatically-connect-trusted-bluetooth-speaker/76288#76288

      Installed BaReinhard's repo and rebooted. I was able to connect to the AirPods when it launched back up and for a brief moment sound actually came through from youtube on the AirPods and I thought I may have fixed it, but then it cut out again after about two seconds. I'm getting the feeling that it connects and then gets disconnected almost immediately for some reason. Indeed, looking at bluetoothctl it seems to connect then disconnect to the devices immediately.

      E.g. it will say:

      sudo bluetoothctl
      Agent registered
      [CHG] Device D0:03:4B:ED:E5:20 Connected: yes
      [CHG] Device D0:03:4B:ED:E5:20 Connected: no
      [CHG] Device D0:03:4B:ED:E5:20 Connected: yes
      [CHG] Device D0:03:4B:ED:E5:20 Connected: no

      in quick succession, continuing on with this "yes/no" pattern. It does not seem able to maintain a connection.

      Don't know if that sheds any light on the problem.

    • CathynaC

      Help to hide an information dialog

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help retropie retropie rasp raspberrypi4 raspberrypi4b retropie help
      2
      0 Votes
      2 Posts
      391 Views
      BuZzB

      @cathyna https://retropie.org.uk/docs/Runcommand/

    • C

      Shortcuts from other roms folders to the normal roms folder.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support raspberry pi 4 retropie menu retropie help shortcut shortcuts
      4
      1 Votes
      4 Posts
      940 Views
      G

      @calvorejas

      You are most welcome. :)

    • C

      ROMS Crash?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie help raspain crash
      20
      0 Votes
      20 Posts
      2k Views
      C

      @mitu ok let me try

    • R

      N64 emulation problems and other problems

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support n64 help retropie help
      12
      0 Votes
      12 Posts
      2k Views
      D

      @radudek332 if the other games are loading but not Mario 64, you either have a bad rom or you should try a different core. I think Mupen64-next is the best

    • S

      Wired Xbox360 controller only working in RetroPie menu

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support controller help retropie help
      17
      0 Votes
      17 Posts
      800 Views
      mituM

      @screw One of the advantages of Etcher is that you don't need to extract the image, so you just write it as is.

    • O

      Livestreaming to twitch on retropie 4.4?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie help
      9
      0 Votes
      9 Posts
      5k Views
      Dreebus ColeD

      @HairyAdmin I followed your instructions, but with your emulator string my roms will not even play. Using the emulator string from the article [link text]http://selsine.com/2016/10/16/how-to-live-stream-to-twitch-from-a-retropie/(link url), I can get the game to play, but it will not stream to twitch, or even register anything on twitch.

      Here is what I have so far.

      I am running 4.4 on a raspberry 3 b+.

      /home/pi/RetroPie/Recording/Twitch.cfg

      vcodec = libx264 acodec = aac pix_fmt = yuv420p threads = 2 scale_factor = 1 format = flv video_preset = ultrafast video_profile = main video_tune = animation video_bufsize = 512k video_minrate = 512k video_maxrate = 512k video_r = 60 video_g = 120 video_keyint_min = 60 sample_rate = 44100 audio_preset = aac_he_v2 audio_global_quality = 1

      /opt/retropie/configs/nes/emulators.cfg

      lr-fceumm = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fceumm/fceumm_libretro.so --config /opt/retropie/configs/nes/retroarch.cfg %ROM%" default = "lr-fceumm-record-twitch" lr-nestopia = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-nestopia/nestopia_libretro.so --config /opt/retropie/configs/nes/retroarch.cfg %ROM%" lr-quicknes = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-quicknes/quicknes_libretro.so --config /opt/retropie/configs/nes/retroarch.cfg %ROM%" lr-fceumm-record-twitch = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fceumm/fceumm_libretro.so --config /opt/retropie/configs/nes/retroarch.cfg --record rtmp://live . / $$STREAMKEY$$ --recordconfig /home/pi/RetroPie/recording/twitch.cfg %ROM%"

      Any assistance would be swell, and please type slow, because I can't read fast.