Enhancement: Adding RSS support to Transmission
SNAKE OS firmware for wlxkj652, ns-k330 and NAS based on str8132 SoC
Brought to you by:
dgazineu
Originally created by: jphphoto... (code.google.com)@gmail.com
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
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: jphphoto... (code.google.com)@gmail.com
Sorry I couldn't find a way to mark this as an Enhancement rather than a Defect,
could someone change this?
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: dgazi... (code.google.com)@gmail.com
(No comment was entered for this change.)
Labels: -Type-Defect Type-Enhancement
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: dgazi... (code.google.com)@gmail.com
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.
Labels: -Priority-Medium Priority-Low
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: nuff... (code.google.com)@gmail.com
Isn't bash scripting available?
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: juarezpe... (code.google.com)@gmail.com
You can try this too: https://code.google.com/p/transmission-remote-dotnet/
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: gip... (code.google.com)@gmail.com
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
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: stefansc...@googlemail.com
We have the busybox version of wget. Dunno if that will do.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: gip... (code.google.com)@gmail.com
as soon as i get my ns-k330 i'll try this and report if it works.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: bb.bobb... (code.google.com)@gmail.com
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.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: blacksa... (code.google.com)@gmail.com
I have rss support by rssdler - https://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.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: gip... (code.google.com)@gmail.com
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.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: evertonl... (code.google.com)@gmail.com
How can I install it on SNAKEOS ?