Skip to content

Instantly share code, notes, and snippets.

@bonny1992
bonny1992 / README.md
Created August 10, 2025 16:30
ROMM scan monitor + restart in case of failed connection to metadata providers

RomM Scan Monitor

A Python script that monitors RomM's websocket connections for metadata provider connection errors, automatically restarts scans when internet connectivity is restored, and sends notifications when too many errors occur.

Features

  • Real-time monitoring of RomM websocket connections
  • Automatic scan restart when metadata provider connection errors occur
  • Internet connectivity verification via ping to multiple hosts
  • Configurable error thresholds with Pushover notifications
@bonny1992
bonny1992 / .rtorrent.rc
Created October 6, 2020 19:27
Rtorrent + rtcontrol space management
# Start torrents when diskspace is enough
schedule = start_when_disk_enough,30,60,"execute.nothrow=/usr/bin/python,/config/scripts/space.py"