Search found 2 matches

by saadbruno
Tue Feb 28, 2017 5:43 am
Forum: Off-topic Discussion
Topic: iPad / iOS client
Replies: 11
Views: 134922

Re: iPad / iOS client

I`m leaving this here for anyone who finds this page via Google:

You can sideload BarMagnet. It works pretty well with Deluge (and some other torrent apps).
https://github.com/Qata/BarMagnet

(Sideloading requires a Mac and XCode)
by saadbruno
Thu Feb 09, 2017 11:06 pm
Forum: Plugins
Topic: Post your execute plugin scripts!
Replies: 47
Views: 339635

Re: Post your execute plugin scripts!

I have a few scrips now. The first one is to download subtitles for completed torrents using Subliminal . #!/bin/bash #Script to run subliminal on newly downloaded torrents and generate a log file. torrentid="$1" torrentname="$2" torrentpath="$3" subliminal --opensubtit...