![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Just Give Me the Beans!
![]() |
HOWTO: Torrent Broadcatching
Background
Broadcatching is the downloading of content that has been made available over the Internet using RSS syndication for listening on mobile devices and personal computers. The general idea is to use an automated mechanism to aggregate various web feeds and download content for viewing or presentation purposes. (quote from Wikipedia) Introduction This script works with particular torrent clients like azureus and mldonkey. These clients must be able to periodically fetch torrents from a directory and put them in the queue. If you need it and you can't do it yourself I can fix the script for torrentflux . As for feeds not every feed works,you can use direct torrent link feeds (the feed has a link in it,you click on it and you get the torrent,not the web page about torrent details) or feeds from mininova. Requirements
Set It Up make a directoy and cd into it Code:
mkdir scripts cd scripts Code:
wget http://www.lucagasperini.com/files/torbcatch.tar.gz tar -zxvf torbcatch.tar.gz cd torbcatch gedit tvrss.sh enable cron Code:
gedit /etc/crontab Code:
02 * * * * %USER /home/%USER/scripts/torbcatch/tvrss.sh How it works The file bp.conf is a simple configuration file that contains the urls of the feeds you want to broacatch in this form Code:
caseinsensitiveRegExp@http://urltofeed.com/feed.rss Code:
NonRegExp Example Another example For obvious reasons I didn't post this part on ubuntuforums, have a look here.It's a small tip for having lots of torrents on a single feed from a releaser.... I'm kinda paranoid. Conclusions The first time you run the script all the torrents it finds will be downloaded , after that it remembers the one you already downloaded.Be aware that the first time all the torrents will be added to you client's queue,maybe it could be a good idea to change the directory where the script will move the torrent and change it back again after the first run. ******* has tons of trackers but files shows up later than mininova. Best way is to use an official feed from the releaser. Credits Me (gas) Linc Mldonkey Community Happy Broadcatching
__________________
Don't click here |
|
|
|
|
|
#2 |
|
Fresh Brewed Ubuntu
![]() Join Date: Apr 2006
Location: Coventry
Beans: 1,362
Ubuntu 9.10 Karmic Koala
|
Re: HOWTO: Torrent Broadcatching
Hi,
I am interested in this program, but it appears that your site is no longer running. Could you send me the script please! Thanks
__________________
Laptop: HP dv5242ea | Core Duo 1.60GHz | 2GB RAM | 320GB SATA | DVD-RAM Matshita UJ 840S | nVidia GeForce Go 7400 256mb | Intel PRO 3945ABG Tech Blog: TechComet Get Dropbox |
|
|
|
|
|
#3 |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2005
Beans: 20
|
Re: HOWTO: Torrent Broadcatching
The original script is here:
http://mldonkey.sourceforge.net/Broadcatch It downloads torrents from rss feeds and automatically submits them to mldonkey... but could also be customised to download the torrents to a folder (ready to be picked up by a torrent client) Last edited by h0me5k1n; October 1st, 2009 at 08:11 PM.. |
|
|
|
|
|
#4 |
|
Fresh Brewed Ubuntu
![]() Join Date: Apr 2006
Location: Coventry
Beans: 1,362
Ubuntu 9.10 Karmic Koala
|
Re: HOWTO: Torrent Broadcatching
Hi,
Thanks for responding. Actually I posted on another thread and this kind soul wrote a very simple python script that downloads torrents to a folder and transmission watches this folder. http://www.uluga.ubuntuforums.org/sh...5&postcount=19
__________________
Laptop: HP dv5242ea | Core Duo 1.60GHz | 2GB RAM | 320GB SATA | DVD-RAM Matshita UJ 840S | nVidia GeForce Go 7400 256mb | Intel PRO 3945ABG Tech Blog: TechComet Get Dropbox |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|