I have been without a television for several months now, so I have resorted to downloading episodes of shows I want to see. In the past I used
Azureus and its RSS handling abilities. As the program has grown into the Vuze monstrosity, I have been moving over to other things if possible
(
Read more... )
Comments 9
Reply
I might give it another try, but since I want to load the BT client and then forget it, a CLI client might work better for me.
Reply
Reply
I've never run it on a Mac, but I really recommend trying to get it working, because it's a very good client.
And with a bit of Googling, here's some code that would make it watch a directory and automatically start/stop torrents that appear in the directory. (Put in your .rtorrent.rc.):# Watch a directory for new torrents, and stop those that have been
# deleted.
#schedule = watch_directory,5,5,load_start=./watch/*.torrent
#schedule = untied_directory,5,5,stop_untied=
schedule = watch_directory,5,5,load_start=/home/[user]/watch/*.torrent
schedule = untied_directory,5,5,stop_untied=
schedule = tied_directory,5,5,start_tied=
Reply
I will give it another try after I move.
Reply
Reply
So.. I'm totally stuck trying to setup my rssdler. What kind of rss feeds have you gotten to work with it? I've tried ones with the .torrent attached, linked.. everything and I can't get it to work. An example of one of yours would be awesome if you still use the program.
Reply
Below is my config.txt. It shows two example feeds, one from a fansite and one from TVrss.net.
Note that I just have a RSSdler folder in my home directory (as you can see from the first two variables set). As a result RSSdler gets called from launchd Launch Agent (you can just use a crontab entry) using this command:
/usr/local/bin/rssdler -r -c /Users/NAME/Library/Scripts/rssdler/config.txt
And now on to the config.txt file referenced above.
# lines (like this one) starting with # are comments and ( ... )
Reply
If you set maxSize too small (thinking "I just want to download the .torrent file"), RSSdler will never download anything.
Reply
Leave a comment