Feed Transmission via RSS

Feature requests not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
Giuly
Posts: 2
Joined: Mon Oct 25, 2010 11:27 pm

Feed Transmission via RSS

Post by Giuly »

Hi,
I'm tired of doing the same thing every week at about the same time over and over again. If you could feed Transmission with an RSS-Feed, you would have the files finished when you come home instead. Vuze kind of does, but Vuze it too heavyweighted and this is just a simple feature.
lazybones
Posts: 220
Joined: Sun Jan 24, 2010 12:41 am

Re: Feed Transmission via RSS

Post by lazybones »

FlexGet
http://flexget.com/

Automatic
http://codingcurious.com/automatic/index.html

The developers have repeatedly stated they have no interest in a built in RSS feature.
rb07
Posts: 1400
Joined: Sun Aug 24, 2008 3:14 am

Re: Feed Transmission via RSS

Post by rb07 »

And there are others:

http://sourceforge.net/projects/tvtorrentrss/files/

another one also called "Automatic" but it runs on Linux (not a GUI application):

http://kylek.is-a-geek.org:31337/Automatic/

I use this last one (actually an old version, this post reminded me to upgrade), on a NAS.
zosky
Posts: 9
Joined: Thu Apr 08, 2010 9:15 pm

Re: Feed Transmission via RSS

Post by zosky »

i use a personalized derivative of mytv
it too as a headless linux (perl) script, that interfaces with the daemon's rpc

its designed to run from cron,
using a config file you provide all the RSS feed URLs & regEx rules for matching/sorting

it checks for new shows
then it checks for completed stuff & moves it acordinglly

i moded the perl so -r checks RSS and -m moves stuff around
... cron does -r every 10/min
... daemon-on-complete does -m when the time is right

i added a bash script to email [my.cell.#]@[my.provider]
now i get a txt when it starts/finishes something

it notifies xbmc to scan for a new file
( i dont bother unrar'ing stuff anymore, xbmc is king )
pitovsky
Posts: 2
Joined: Sat Nov 27, 2010 5:01 pm

Re: Feed Transmission via RSS

Post by pitovsky »

It would be nice to have a graphical interface for flexget along with the transmission ...
blacke4dawn
Posts: 552
Joined: Sun Dec 13, 2009 10:44 pm

Re: Feed Transmission via RSS

Post by blacke4dawn »

pitovsky wrote:It would be nice to have a graphical interface for flexget along with the transmission ...
GUI for FlexGet is planned for a later release, but that is not a topic for this forum.
sperruolo
Posts: 1
Joined: Sun Apr 07, 2013 12:18 am

Re: Feed Transmission via RSS

Post by sperruolo »

Hi, I had a github project to perform this job: https://github.com/sebastianperruolo/torrent-rss-client

Hope it helps.
lupus78
Posts: 1
Joined: Sat Nov 21, 2015 11:33 am

Re: Feed Transmission via RSS

Post by lupus78 »

I have a python script to do this at: https://github.com/lupus78/feedtransmission
You will need cron to monitor a feed.
Post Reply