Posts by Mario77

    Thanks. Just to eliminate any weirdness, I made a fresh install of Libreelec 8.0.2, then installed your repo, and installed just RetroArch. When I launch it, it recognizes is as a Sony Computer Entertainment Wireless Controller. However, the controller just doesn't do anything. If I kill Kodi and launch it manually, I can see that it is loading Sony-Playstation4-DualShock4-Controller.cfg, which seems right.

    I would just remap, but I don't have any way to actually DO anything in RetroArch. It's just so strange, yesterday was the same, but I did something with that cfg file and it started working. Just wish I could remember what I did

    Is your controller working in kodi?Did you try to map it with Emulation Station first run?

    I'm uninstalling ES now that I have AEL playing nice. I'll have to grab a keyboard to deal with RetroArch directly. I'm having no luck figuring out what file to edit or create in terminal. The default configuration is perfect almost across the board, except on NES. Instead of Triangle and "O" I prefer to use Square and "X". It's much more comfortable.

    Can't you do it from RA gui directly with controller?

    I saw all that other stuff. I was just suffering a bit of info overload. Literally 5 minutes after I made that post I figured it out and got it fixed. All working perfectly now.

    One more question, although this may be more RetroArch specific... Is there a way to do core specific controller remapping? Note that I don't have a keyboard for retroarch. I'm working strictly from terminal.

    Yes you can...all settings you need are in retroarch...general remapping,core remapping or rom specific remapping..To be honest I m using a snes controller and never had the need to change anything yet...can play most games besides a couple psx...I just done few hot keys that I use frequently like quit RA and reset game..

    If you r using both ES and AEL and want to save space you can use same artwork for both..just edit games.xml

    For Pi Libreelec use `/storage/.kodi/addons/game.retroarch/addon.sh`

    Arguments for Nes roms "fceumm "%rom%" $categoryID$ $launcherID$ $romID$"

    You should download this file AEL Assets and use as a template or go to AEL settings → I/O → Import category/launcher configuration... and select the systems you want to import one by one

    If I was you I ll have a good look here before setting up AEL...scroll down to AdditionalInfo-Advanced Emulator Launcher...All the info you need is there...


    For I set this up yesterday and after some hiccups getting controllers and sound working, it's working great. EmulationStation works great, but I can't get AEL set up. All the examples of launchers I can find are wildly different from the structure on Pi Libreelec. I thought I had it figured out, but when I try to launch it, the screen just goes black and stays that way.

    I'm obviously doing something wrong with the command or arguments lines. This is the only thing actually useful in the very tiny log

    Code
    Launching using AEL (-f -v /storage/emulators/roms/nes/Mario Bros.nes)

    I have "Application" set to `/storage/.kodi/addons/game.retroarch/addon.start`, and "Modify Arguments" set to `fceumm "$rom$"`

    Installed Emulationstation to get a nicer looking frontend and everything seems to be working, except even though I start a game from emulation station, when I press the hotkeys to exit, it dumps me back in Retroarch and I have to exit the ROM from there and then exit Retroarch to get back to emulation station. Is this how it's supposed to work?

    In Retropie the hotkeys take you straight back to emulation station and Retroarch is hidden away in the config pages.

    Thanks.

    That,s how it works for me too...launch game from ES..to stop game start+select+quit retroarch from retroarch menu

    ES uses retroarch to launch games..

    ok, so if I unzip the rom and run it from the load-content menu it works.

    Retroarch on OSX runs from .zip files and the logs above indicate it can see the .md file inside the zipped rom file when I try to start it, so what's stopping it from running? Is it anything to do with paths and the location the rom is extracted to not being writable? Is there a config setting for .zip files that I need to enable in the RPi version of Retroarch?

    Is anyone else able to use .zip files?

    Thanks.

    Not sure why...I only use zip files for arcade games (neogeo,mame,capcom etc)and they work...other roms (nes.snes,megadrive,psx) don't work from zip on my rpi2

    What roms are you trying?I only started few weeks ago but might help you...I just installed retroarch then from addon settings downloaded the core package.I run my roms from Kodi with AEL from gamestarter repo....I tryed Emulation Station too which is nice but I prefer AEL...It needs bit of setup to customise roms with artwork but once you get the hold of it it't not that hard..You can set what core to use with every emulator ...

    They both use retroarch to launch the games..

    Now if you r trying to launch roms directly with Retroarch you might get a choice of cores to use with that rom..the first time you launch that rom...then it should save that selection.......it's just a guess and not all cores shown will work with your rom..so if you chose the wrong core you ll have to change it....so you need to know what cores work with your roms and choose the proper one...If you r sure you are choosing the right core and game is not playing it might be that the rom version is not compatible with the core which happens mostly with Mame..

    You can do it the other way round...first choose core then launch rom..

    Anyways what roms are you trying to run?

    This addon works for both generic and pi, so pausing kodi instead of killing it will affect to Pis performance, that's the reason why this addon kills it. Some processes, like hyperion or vnc, are still running in background but maybe, as you say, other don't.

    Processes started trough system.d are still running for me while on retroarch...actually it's one of the advantages of using Gamestarter to other dual boot options for retrogaming..did you try to edit openvpn.service?

    Can you access the network share if you add as source trough Kodi?

    You might need to change the settings in Libreelec addon-services-minimum/maximum supported protocol

    This is an example of a mount I m using which mounts 2 libreelec machines

    [Unit]

    Description=cifs mount script

    Requires=network-online.service

    After=network-online.service

    Before=kodi.service

    [Mount]

    What=//192.168.0.4/usb_64

    Where=/storage/64gbmount

    Options=username=libreelec,password=libreelec,vers=2.1

    Type=cifs

    [Install]

    WantedBy=multi-user.target