Hello,
How do you use the tracker?
I mean, for example, how do you start it, and how do you use the tracker.xml file?
Very nice program!
Mach
I mean Crawler, *sigh*.....
since it is just a kind of xml, i usually modify it using my favorite editor, vim, and then run it via cron.
see its example at http://btqueue.sourceforge.net/
where's the example there? i really miss some documentation on how to use btqueue
I think I figured out how to do it. this is for linux so for windows it might be a little diffrent.
./btqueue.py scheduler
let that run then
./btqueue.py add /home/lart/linux.torrent
<TrackerList> <!--Tracker url="http://th-torrent.mine.nu:6969/" filter="BNBTFilter" user="sugree" password="asdfasdf"></Tracker--> <!--Tracker url="http://th-torrent.mine.nu/browse.php" filter="TorrentBitsFilter" loader="TorrentBitsLoader" user="sugree" password="asdfasdf"></Tracker--> <Tracker url="http://www.anime-source.com/banzai/modules.php?name=Releases" filter="BTAFilter"></Tracker> <Tracker url="http://bt.base0.net/tv-n/" filter="ListFilter" publisher="tv-n"></Tracker> <Tracker url="http://a.scarywater.net/aone/" filter="ListFilter" publisher="aone"></Tracker> </TrackerList>
Log in to post a comment.
Hello,
How do you use the tracker?
I mean, for example, how do you start it, and how do you use the tracker.xml file?
Very nice program!
Mach
I mean Crawler, *sigh*.....
since it is just a kind of xml, i usually modify it using my favorite editor, vim, and then run it via cron.
see its example at http://btqueue.sourceforge.net/
where's the example there? i really miss some documentation on how to use btqueue
I think I figured out how to do it. this is for linux so for windows it might be a little diffrent.
./btqueue.py scheduler
let that run then
./btqueue.py add /home/lart/linux.torrent
<TrackerList>
<!--Tracker url="http://th-torrent.mine.nu:6969/" filter="BNBTFilter" user="sugree" password="asdfasdf"></Tracker-->
<!--Tracker url="http://th-torrent.mine.nu/browse.php" filter="TorrentBitsFilter" loader="TorrentBitsLoader" user="sugree" password="asdfasdf"></Tracker-->
<Tracker url="http://www.anime-source.com/banzai/modules.php?name=Releases" filter="BTAFilter"></Tracker>
<Tracker url="http://bt.base0.net/tv-n/" filter="ListFilter" publisher="tv-n"></Tracker>
<Tracker url="http://a.scarywater.net/aone/" filter="ListFilter" publisher="aone"></Tracker>
</TrackerList>