nikwrt / snake-os

Automatically exported from code.google.com/p/snake-os
0 stars 0 forks source link

Enhancement: Adding RSS support to Transmission #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This would be an amazing feature if it could be implemented, how handy
would it be if your NAS just automatically downloaded your favourite
shows when they become available.

I found that there is work being done on this over on this forum
http://sourceforge.net/apps/phpbb/freenas/viewtopic.php?f=13&t=1186
for the FreeNAS.

Would this be compatible when finished or easily ported?

I know this stuff takes a lot of work and I appreciate everything that
Douglas and everyone has done already, I just thought it was a
worthwhile feature to bring up.

Thanks
JPH 

Original issue reported on code.google.com by jphphoto...@gmail.com on 5 Apr 2010 at 10:12

GoogleCodeExporter commented 8 years ago
Sorry I couldn't find a way to mark this as an Enhancement rather than a Defect,
could someone change this?

Original comment by jphphoto...@gmail.com on 5 Apr 2010 at 10:13

GoogleCodeExporter commented 8 years ago

Original comment by dgazi...@gmail.com on 14 Apr 2010 at 5:40

GoogleCodeExporter commented 8 years ago
There are a few good options to make this possible, but none so far where 
available
without external script processors, like python and/or perl, which are 
difficult to
fit inside the flash.

Base on some research, the application below can do the job (but will need 
python to
do so):
http://flexget.com

You can run it on an external machine, and set to write the .torrent files to a 
file
share of the "Torrent drop folder" on the NAS.

Will keep your request open, to get it to work on later milestone.

Original comment by dgazi...@gmail.com on 17 Apr 2010 at 8:39

GoogleCodeExporter commented 8 years ago
Isn't bash scripting available?

Original comment by nuff...@gmail.com on 29 Apr 2010 at 11:55

GoogleCodeExporter commented 8 years ago
You can try this too: http://code.google.com/p/transmission-remote-dotnet/

Original comment by juarezpe...@gmail.com on 23 Aug 2010 at 4:05

GoogleCodeExporter commented 8 years ago
I did this on my appletv using wget and a shell script.
Is wget supported in snakeos?? if not i think i could be easily compiled.

Look: http://blog.dyve.net/automatically-download-tv-shows-to-your-apple-0

Original comment by gip...@gmail.com on 16 Nov 2011 at 6:26

GoogleCodeExporter commented 8 years ago
We have the busybox version of wget. Dunno if that will do.

Original comment by stefansc...@googlemail.com on 17 Nov 2011 at 3:50

GoogleCodeExporter commented 8 years ago
as soon as i get my ns-k330 i'll try this and report if it works.

Original comment by gip...@gmail.com on 17 Nov 2011 at 4:40

GoogleCodeExporter commented 8 years ago
Flexget will indeed get the job done, I had this running for a while. Since it 
uses python you will have to install it through the debian chroot though.

Original comment by bb.bobb...@gmail.com on 6 Dec 2011 at 11:05

GoogleCodeExporter commented 8 years ago
I have rss support by rssdler - http://code.google.com/p/rssdler/, in debian 
chroot, because it uses python. It works great w showrss.karmorra.info. rssdler 
is much lighter than flexget.

Original comment by blacksa...@gmail.com on 12 Mar 2012 at 12:31

GoogleCodeExporter commented 8 years ago
ok. i ended using a modified version of rssdler wich also supports magnets:
https://code.google.com/p/rssdler4transmission/

For generating the feed im using http://tvrss.com.ar

Transmission runs fine but sometimes its dies and i have to restart it.

Original comment by gip...@gmail.com on 27 Apr 2012 at 9:23

GoogleCodeExporter commented 8 years ago
How can I install it on SNAKEOS ?

Original comment by evertonl...@gmail.com on 29 Jul 2012 at 12:00