On Firefox I get an open lock icon and the page info shows no encryption on the RSS feed.
Posts by mglae
-
-
In addition we did forget to advice to make autoplay.sh executable:
chmod +x /storage/autoplay.sh
If it still fails please post the URL from
journalctl | pastebinit
after a failed try.
-
I actually almost have a way to do this using udev, but it doesn't work because udev won't finish until the all udev rules have run, so it's not possible (with the current tools) to do this (that I have found yet).It can be done with some modifications:
/storage/.config/udev.rules.d/99-usb-play.rules
CodeIMPORT{builtin}="blkid" ACTION=="add", SUBSYSTEM=="block", KERNEL=="sd*|mmc*", ENV{ID_FS_USAGE}=="filesystem", \ RUN+="/usr/bin/systemd-run /storage/autoplay.sh /dev/%k"
/storage/autoplay.sh
Bash#!/bin/sh sleep 5 MP=$(printf '%b' $(grep "^${1} " /proc/self/mounts | cut -d ' ' -f 2)) if [ -f "${MP}/kodi.playme" ] then /usr/bin/kodi-send --action="PlayMedia(\"${MP}\", isdir)" fi
This limits auto play to USB drives with existing /kodi.playme file.
-
-
- added latest Digitial Device drivers (much more up to date then the OE/LE included one) - they compile no idea if they workGreat!
Unfortunately the drivers do not load because of modversion 4.4.0-20 instead of needed 4.4.7.