Skip to content

Instantly share code, notes, and snippets.

View scooterpsu's full-sized avatar

scooterpsu scooterpsu

View GitHub Profile
@scooterpsu
scooterpsu / _intro_
Last active September 27, 2023 13:16
Komga to Chunky Interface
This is a thing I made to get (originally) Komga reading lists into Chunky on my iPad.
This can now send single issues, whole series, reading lists, or selected loose files.
Requirements:
Jailbroken iPad
Tweaks from Cydia (or other tweak source) - Open, cURL, Activator
Chunky Reader
Linux binaries/support - bc, ssh, jq, websocketd (https://github.com/joewalnes/websocketd)
@scooterpsu
scooterpsu / _instructions_
Last active June 1, 2022 00:52
VictorVonVolume
This assumes your distro already has inotifywait.
Download jq from here (https://stedolan.github.io/jq/), put the binary in the same folder as vvv.sh.
Update paths in autorun to point to your comics folder, and location of vvv.sh
Be sure to chmod +x both files
Use method of choice to run autorun on startup
Since this only catches volume "1", Mylar needs to be set to never set volume to null.
In Settings > Quality & Post Processing, choose Show Advanced. Check Always set a Volume label.
If this setting isn't visible to you, uncheck Use Start Year as Volume and it should become visible. Change it and then re-check Use Start Year.
@scooterpsu
scooterpsu / config.ps1
Last active December 30, 2022 04:36
Gotify client for Windows Notifications
$domain = "p.domain.com"
$token = "AAAAAAAA"
$useHeaders = $false