haugene / docker-transmission-openvpn

Docker container running Transmission torrent client with WebUI over an OpenVPN tunnel
GNU General Public License v3.0
4.14k stars 1.21k forks source link

Add RSS feed with regex? #1167

Closed ViggoGaming closed 4 years ago

ViggoGaming commented 4 years ago

Hey All.

I am using the docker image in this repo :+1:

I want to add an RSS feed with regex included to this docker setup, but I can't figure out how to set it up correctly 😕

I looked at the documentation here for the RSS plugin. https://haugene.github.io/docker-transmission-openvpn/rss-plugin

I can see there is the "-e" flag to add an URL, but I can't figure out how to do regex on this URL. I think this is possible because of the original repo for transmission-rss supports this with the "regexp: foo" tag.

Thanks in advance for the help

Host system: Ubuntu 19.04 Server version, Docker version 18.09.7

pkishino commented 4 years ago

looking at the code it currently doesnt support it.. but you could create a PR to add the needed support, shouldnt be too hard, just add the missing setting: https://github.com/haugene/docker-transmission-openvpn/tree/master/plugins/rss

pkishino commented 4 years ago

feel free to try the PR linked

ksurl commented 4 years ago

have you thought about using an external client to send magnet/torrent links to the container? flexget is very powerful. if you need something simpler, then sonarr