- Unified remote on phone (make sure WoL and sleep already work through the app)
1) Setup your watch gyroscope sensitivity in the AutoWear settings
2) Set these up in Tasker
Sending both the sleep + wake command will either wake or sleep the computer... that way you won't need to track if your computer is awake or asleep if you just send both commands.
Essentially once the phone connects to your car's BT, it will create a floating Icon on the watch, wait 2 seconds, and then turn off your watche's BT. Tapping the icon will send an action to turn the BT back on. This is necessary since if BT is turned off on the watch, there's no more communication with the phone.
Once you set this up in AutoWear you can use BTON in tasker.
Bottom profile:
EXIT TASK: This hides the icon when disconnecting from the car BT.
Stripping Windows ACL's from folders (recursively) This is necessary if plugins like Medusa/Sonarr/Radarr, etc can't see your /media/tv or /media/downloads folders.)
find /mnt/path/to/dataset -type d -exec setfacl -m everyone@:rxaRc:fd:allow {} \;
find . -type d -exec setfacl -b {} \;
To change permissions of a folder/file
chmod -R 777 */file or folder/
Plugin Permissions (do this for each plugin that needs access):