Posts by Lisko
-
-
Hi, in topic of keyboards, after an incident some years ago I got several problems to my hands. In the current situation I am way more comfortable typing on my phone than on a keyboard. For my others Linux pcs I use unified remote android app and it works fine. I got the server running on libreelec and with it I can use the mouse fine. The keyboard is almost working but it has an issue: while all the keys seems fine (eg I can type and send alt+esc to exit emulators) but if I try special chars like "@" it completely ignores them. This is a major issue in Chrome and spotify since there isn't an OSK and I can't even login. Do you know an alternative working app for remote keyboard and mouse? Can I help providing some logs? Which one do you need? Thanks for the patience.
-
Hi, I'm on latest libreelec 9.1, I can successfully connect to my vpn provider but I'm trying to exclude VPN when using Netflix addon. I added the addon to exceptions but doesn't work maybe isn't fast enough to kill the vpn... Would be nice a mode in the addon which will let you to enable the vpn only on specified addons while keeping it disabled for every else.
-
-
Build RR-20190404-1cc7fad is online in testing
- added a build option for non-free packages e.g. fdk-aac -> due to license quirks only for personal builds
- dropped hardcoded audio delay workaround for pre-haswell systems -> projects/Generic: drop obsolete settings file · 5schatten/LibreELEC.tv@6024f02 · GitHub
- updated to latest LE 9.x
- updated Generic kernel to 5.0.6 / RPi kernel to 5.0.5
- updated Mesa to 19.0.1
- replaced unclutter by unclutter-xfixes -> improved mouse cursor hiding for Generic builds
- updated pegasus-frontend -> won't list bios files for MAME/FBA etc. anymore
- updated emulator logfile handling
- added PCSX2 refresh rate settings in rr-config -> let's you chose between 50 & 60 Hz depending on PAL or NTSC games
- build Citra with FFmpeg support -> which might enables aac support for certain games
- updated GLideN64 for mupen64plus standalone
- upstreamed Gioteck VX 2 controller -> if you use currently unsupported custom controller configs for Retroarch send me them & create a PR for GitHub - libretro/retroarch-joypad-autoconfig: RetroArch joypad autoconfig files
- updated several libretro-cores
- updated citra & dolphin
If you still have audio problems with Nvidia 418.56 drivers stick to these builds Index of /testing/nvidia-410.104/ but don't whine about non working PCSX2
AAC on Citra in HLE works fine now, happy for not needing to compile every time myself. Thank you.
-
Hi, I was experimenting with citra and I noticed that AAC audio in pokemon xy does not work. Is possible to build Citra together with installed libavtools (including the AAC codec) to enable the decoder as seen here?
-
-
I think I had a bit of success. It works if I enter systemctl start storage-roms-ps2.mount so it obviously fails to activate the mount file during the boot process. I think this line Before=kodi.service in the [Unit] part might be the issue but just removing it didnt bring the solution.
Any ideas?
Edit:
Try replacing Before=kodi.service with After=kodi.service . Since you don't mount the block device itself but an already mounted one, probably your mount service try to mount before the actual device is mounted. If even this isn't working try to add Type=bind to your [Mount] section in the systemd mount file.
-
Code
[Unit] Description= mount service Before=kodi.service [Mount] ... [Install] WantedBy=multi-user.target
Put Unit and Install sections to your .mount and enable it using systemctl...
Edit: sorry 5schatten, we have posted nearly at the same time...
-
Using a symlink doesnt work Q.Q my link must be correct because both ES and RCB show me the games in their lists. However launching them ends in the error message.
This is my original path:
/var/media/SPIELE/PlayStation 2/Roms
That was my symlink:
ln -s /var/media/SPIELE/'PlayStation 2'/Roms /storage/roms/ps2
And thats what my rom path in my config files of ES and RCB looks like:
/storage/roms/ps2/Roms
Strange that GOW2 asks you what language to use. If I launch NfS MW it only asks me if I do a "Boot ISO full". However starting it via frontend it seems to use "Boot ISO fast" where I dont get this question.
Hi I'm a new libreelec user on a macmini 2011 and installed on usb. For networking launching games I created a new nfs share on my nas named "roms" and recreated the same directory structure found in /storage/roms and then mounted the share directly over /storage/roms using systemd mount file. Pcsx2 dolphin ppsspp fba... All working. Also for san andreas on ps2 started in English but after a full iso boot the ps2 bios asked me language and date time settings and for subsequent starts it remembered the choices, I have only tested on san andreas though. I only noticed a strange behavior even with network mount disabled, every time I started pcsx2 yesterday I had to wait 20 mins for updating the docker container and I started it 4 times in the same day. It's like it doesn't remember the updates... Or is this the supposed behavior? Could be related to the fact that first of starting pcsx2 for the first time I manually pulled 5schatten pcsx2 docker container from terminal? I don't think this should be related... 5schatten thank you for this and keep up!