There is some rpi addon hardware for that. Google will help.
EDIT: found the one I was thinking of Switches – Mausberry Circuits
There is some rpi addon hardware for that. Google will help.
EDIT: found the one I was thinking of Switches – Mausberry Circuits
So it is. Thought you might have been in the wrong forum.
Nor would the username be kodi-keller
Put the whole tar file in ~/.update
reboot
Done.
Probably need to get a [[debug log]]
I can't see any mention of an external drive in dmesg or mount. Can you please.
1. Start up with the external unplugged
2. Plug the drive in.
3. Wait a couple of minutes
4. Unlug it.
5. Post the url resulting from dmesg|paste . Don't put it in code tags, we'd prefer just to be able to click on it.
If you have a 5.1 system and 5.1 sound, it is a simple matter of turning up the centre channel on your amplifier.
However if you don't then a DSP addon may indeed do the trick. So how about a debug log of your problem.
Because for a TV you want CEA modes (hdmi_group=1). If you are connected to a monitor, DMA modes might be better (=2)
debug log please, howto our wiki.
You'll have to rename the one in .kodi/addons otherwise they will clash. You will have to rename the directory the addon is in, and change addon.xml within that directory to the same name.
Please put your log on a paste site, not google drive.
Thanks, downloading now. Will test and advise...
[hr]
OK installed that, have "run xdotool" switched on (.kodi/userdata/browser.chromium/settings.xml confirms).
However when chromium starts via netflix, xdotool doesn't seem to start.
unclutter does start. but ps ax|grep xdotool reveals nothing.
xdotool will run from the command line, and xdotool key alt+F4 closes chromium. However the lines in the startup script
if [ "$RUN_XDOTOOL" == "true" ]
then
xdotool &
XDOTOOL_PID=$!
fi
don't seem to be doing anything.
[hr]
Ahhh enlightenment
xdotool will not background like xdotool &.
In fact it needs to be run per keypress. So having it there and runnable should be enough and those lines won't be needed in the chromium startup script.
flix2kodi has a script:
/storage/.kodi/addons/plugin.video.flix2kodi/resources/scripts/keysender/linux/chromium.sh
It is effectivley a big if, then else case statement with stanzas like:
if [ "$1" = "close" ];
then
CMD="alt+F4"
I am trying to work out what feeds into this script.
No problem, I do have a 7.90.003 test machine so will give that a go.
OK chromium fails to build, finishing with
BUILD chromium (target)
Updating projects from gyp files...
ninja: Entering directory `out/Release'
[10/16930] ACTION v8_external_snapshot: run_mksnapshot (external)_d7a316e05e7b0a438c42a81cdde1cb2e
FAILED: cd ../../v8/tools/gyp; ../../../out/Release/mksnapshot --log-snapshot-positions --logfile ../../../out/Release/obj/v8/tools/gyp/v8_external_snapshot.gen/snapshot.log --random-seed 314159265 --startup_blob ../../../out/Release/snapshot_blob.bin ""
../../../out/Release/mksnapshot: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ../../../out/Release/mksnapshot)
[10/16930] CC obj/third_party/ffmpeg/libavcodec/ffmpeg.h264qpel.o
ninja: build stopped: subcommand failed.
No idea....
I will, I just got up and am off to work soon, so it'll be 8 hours or so before I get back home.
Yeah I don't know of another use except to drive a browser. If you want to include it in chromium, thats great. I will learn from what you do!