• Why is Steven Selph's Scraper not in Configuration / Tools anymore?

    3
    0 Votes
    3 Posts
    891 Views
    theWinterDojerT

    @ChristianG Did it move?

  • Turn off retropie safely?

    15
    0 Votes
    15 Posts
    28k Views
    DD-IndeedD

    @Quatermass

    Or basically, having a small battery alongside the Raspi. Theoretically, it could be pretty simple to create:

    Battery, that gives exact 4.7V.

    Custom commands to Raspi to trigger shutdown process, once the voltage drops below 4.75V (IE, when the main power line shuts down and the voltage drops from normal 5-5.1V to the battery voltage).

    And Battery would charge up in every time you use/start Raspi for some time, or could be charged separately in short time.

  • System Carousel Logo Colouring Issue

    7
    0 Votes
    7 Posts
    2k Views
    mattrixkM

    @jdrassa Sweet. I'm in the middle of custom creating my PSP and PSX gamelists and mix images (scraping them has been unsatisfactory, so I'm getting images and data from half a dozen different sources and putting them together). It's time consuming, but once I'm done I'll be able to get back into RetroPie stuff.

  • Spectrum and Controller problems

    3
    0 Votes
    3 Posts
    2k Views
    pjftP

    You should be able to select the key with the "circle" button, if I recall correctly. There is definitely one of the main 4 buttons that selects the key.

    "Select" is the button that pops up the keyboard.

  • Atari Jaguar not showing up in ES

    4
    0 Votes
    4 Posts
    4k Views
    mediamogulM

    @Everett1954

    Did you set this image up yourself? If there's no reason you know of for that file existing, then it should be backed up to be completely safe and then removed from that location. After it's been removed and Emulation Station is restarted, the Jaguar system should show up. If there is a reason for it existing there, the Jaguar information your looking to copy can be found at /etc/emulationstation/es_systems.cfg.

  • Forum search not working

    3
    0 Votes
    3 Posts
    815 Views
    J

    I tried on my Mobile (Windows Phone with Edge, yeah I know) and search works. I tried with Firefox on a Win10 box and it works, trying with Edge on same box and it does not work. Spoofed the user agent string to Firefox, chrome, etc and it does not work.

    When I say it 'does not work' I mean it returns results but if you click on a result you get the error message. So a search result link looks like:

    https://retropie.org.uk/forum/post/16612

    If you click on it the URL in the current window will change to that link and then it gets 'redirected' to:

    https://retropie.org.uk/forum/topic/2874/converting-tronkyfran-s-theme-to-720p/1

    Something in this redirection process is throwing off Edge. Funny thing is when the error is displayed the 'redirected' URL us currently displayed so refreshing the page works.

    Why can't we just have the actual URL returned by the Search tool???

  • Attractmode with USB

    Moved
    17
    0 Votes
    17 Posts
    4k Views
    InsecureSpikeI

    not usb corruption,
    file system corruption, a minor issue could happen with an update, once i had drop in connection, and all was fucked

  • Can Someone change my name?

    1
    0 Votes
    1 Posts
    639 Views
    No one has replied
  • Psp retropie Esc non functional

    1
    0 Votes
    1 Posts
    660 Views
    No one has replied
  • Themes in Theme Gallery Not Listed

    4
    0 Votes
    4 Posts
    4k Views
    N

    That was exactly what I needed to do! Thanks, I updated it, rebooted and switched over to the NES Mini theme I had installed and there it was.

    Thanks a lot, I'm a bit new at this, but now things are humming along quite nicely.

  • ext4-fs error when scrape?

    3
    0 Votes
    3 Posts
    786 Views
    D

    If I plug the sd card in the computer. I put a file there from before and it won't even let me delete it. I also noticed that the n64 files i deleted didn't even delete. sigh.

  • DS4 in textmode menus

    12
    -3 Votes
    12 Posts
    3k Views
    S

    I confirm the same as @mosi0815 the buttons in runcommand are very slow to respond, but indeed it is much better (but not good!) when controler does not move. By very slow I mean we need several seconds to have the button acquired.

    Thus, I need to constantly press (not hold) f.e. DPad Down button for few seconds to see the action reflected in runcommand menu.

    Other menus and games work perfectly fine.

    Edit:
    The problem is due to time.sleep is always performed, even when there are events. So after each event is processed, the script waits some small amount of time, if there are many events waiting to be processed, then this is lagging menus. I fixed this problem by amending /opt/retropie/supplementary/runcommand/joy2key.py

    At end of script I added check if the script can sleep, so if event occurs no sleep is performed:

    js_fds = [] rescan_time = time.time() while True: # added this: do_sleep = True if not js_fds: js_devs, js_fds = open_devices() if js_fds: i = 0 current = time.time() js_last = [None] * len(js_fds) for js in js_fds: js_last[i] = current i += 1 else: time.sleep(1) else: i = 0 for fd in js_fds: event = read_event(fd) if event: # added this: do_sleep = False if time.time() - js_last[i] > JS_REP: if fd in js_button_codes: button_codes = js_button_codes[fd] else: button_codes = default_button_codes if process_event(event): js_last[i] = time.time() elif event == False: close_fds(js_fds) js_fds = [] break i += 1 if time.time() - rescan_time > 2: rescan_time = time.time() if cmp(js_devs, get_devices()): close_fds(js_fds) js_fds = [] # added this: if do_sleep: time.sleep(0.01)

    Created pull request with this fix: https://github.com/RetroPie/RetroPie-Setup/pull/2039

  • 0 Votes
    1 Posts
    832 Views
    No one has replied
  • 1st Bartop Arcade Cab build.

    3
  • Add CEA modes to Video Mode List

    5
    1 Votes
    5 Posts
    2k Views
    T

    Thanks! That did the trick!

  • Question about launching game via command

    1
    0 Votes
    1 Posts
    566 Views
    No one has replied
  • HDMI not working on TV when hooked to official "7 PI screen

    7
    0 Votes
    7 Posts
    4k Views
    S

    Thanks for the script. I made some tweaks, put it in /opt/initDisplay/initDisplay.sh and start it via /etc/rc.local instead. I added a check to not do endless loop if something breaks, so for the second time when PI is booted the configuration is not checked. In addition if there's a file called /opt/initDisplay/skipcheck the check is also not performed, plus I added delay of 3 seconds before reboot. So if something is wrong, user is able to quickly SSH into the PI and make it skip the script on next reboot.

    Note that now script checks if below lines exist in /boot/config.txt to distinguish which config is present:

    for HDMI: # this is config HDMI
    for LCD: # this is config LCD

    I added that lines in first line of the config. Here's tweaked script:

    #!/usr/bin/env bash ROOT_FOLDER=/opt/initDisplay if [ -f $ROOT_FOLDER/skipcheck ]; then exit 0 fi if [ -f $ROOT_FOLDER/justbooted ]; then rm $ROOT_FOLDER/justbooted exit 0 fi timeout=3 rm -f hdmi.name tvservice -n > $ROOT_FOLDER/hdmi.name 2>&1 HDMI_NAME=`cat $ROOT_FOLDER/hdmi.name` echo $HDMI_NAME if [ "$HDMI_NAME" == "[E] No device present" ]; then LCD_ON=`cat /boot/config.txt | grep "# this is config HDMI"` if [ "$LCD_ON" == "# this is config HDMI" ]; then echo "reboot to configuration LCD, press ESC to cancel" sudo rm -f /boot/config.txt sudo cp /boot/config_lcd.txt /boot/config.txt #sudo cp /usr/share/alsa/alsa.conf.lcd /usr/share/alsa/alsa.conf while [ "$timeout" -gt "0" ]; do echo -n " $timeout" if read -n1 -t1 -r -s x; then echo " ...canceled" exit 0 fi let timeout-- done echo "skip reboot" > $ROOT_FOLDER/justbooted echo " Reboot now!" sudo reboot -n else echo "LCD/HDMI configuration OK (no HDMI)" fi else HDMI_ON=`cat /boot/config.txt | grep "# this is config LCD"` echo $HDMI_ON if [ "$HDMI_ON" == "# this is config LCD" ]; then echo "reboot to configuration HDMI, press ESC to cancel" sudo rm -f /boot/config.txt sudo cp /boot/config_hdmi.txt /boot/config.txt #sudo cp /usr/share/alsa/alsa.conf.hdmi /usr/share/alsa/alsa.conf while [ "$timeout" -gt "0" ]; do echo -n " $timeout" if read -n1 -t1 -r -s x; then echo " ...canceled" exit 0 fi let timeout-- done echo "skip reboot" > $ROOT_FOLDER/justbooted echo " Reboot now!" sudo reboot -n else echo "LCD/HDMI configuration OK (HDMI $HDMI_NAME)" fi fi
  • no music in psx

    6
    0 Votes
    6 Posts
    4k Views
    M

    @Darksavior I think that must be the case then. None of the games have a cue file. I have to create them. They just have the binary file.

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Video snaps are choppy

    5
    0 Votes
    5 Posts
    2k Views
    TMNTturtlguyT

    @yfresh59 Great! Enjoy

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.