-
Copy
fr.handbrake.ghb.desktop
to '/home/pi/Desktop' -
Edit
scripts/watchHB.sh
# Set time to refresh watcher process refresh=10 # Set CPU limit (400 = 100% with 4 Cores) limit=400
-
Execute Desktop shortcut and select
Run with Terminal
-
Select option in handbrake ``
-
Create Webhook Applet with IFTTT
-
Replace
{event_name}
and{ifttt_key}
inscripts/notify.sh
# Set timeout after which notification is sent timeout=10 # Set ifttt applet event name event={event_name} # Set ifttt key key={ifttt_key}
-
Set shutdown timeout in
scripts/shutdown.sh
# Set timeout after which system is shutdown timeout=120