Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.28 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.28 KB

Monitor Handbrake process

Start Handbrake-UI with watcher

  1. Copy fr.handbrake.ghb.desktop to '/home/pi/Desktop'

  2. Edit scripts/watchHB.sh

    # Set time to refresh watcher process
    refresh=10
    # Set CPU limit (400 = 100% with 4 Cores)
    limit=400
  3. Execute Desktop shortcut and select Run with Terminal

Send Push Notification when encoding finished

  1. Select option in handbrake ``

  2. Create Webhook Applet with IFTTT

  3. Replace {event_name} and {ifttt_key} in scripts/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}

Automatic Shutdown

  1. Set shutdown timeout in scripts/shutdown.sh

    # Set timeout after which system is shutdown
    timeout=120

Sources