This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$domain = "p.domain.com" | |
$token = "AAAAAAAA" | |
$useHeaders = $false |