Re: [btqueue-users] Some newbie questions
Status: Beta
Brought to you by:
xgie
From: Sugree P. <su...@hp...> - 2005-06-01 17:26:03
|
Vladimir Dzhivsanoff wrote: > I have used btqueue 0.0.18 on Freebsd 5.4. > It`s very well BT client software. > I lerning basic commands, but I have some questions: > > 1. How I can do ".torrent" file with btqueue ? > - by btmakemetafile.py ? > - by btqueue.py add_metadata ? > - by other BT client ? btmakemetafile.py or by other BT client. > > 2. What is "btqueue.py crawler" and how to use it ? I used it alot to find newly update torrents in specified web and download them automatically. Please read more information and example at http://btqueue.sourceforge.net/. > > 3. What is tracker.xml and interest.xml and how tu use it ? These files specify tracker information for crawler module as well as filter. > > 4. What is "btqueue.py query" and how to use it ? Actually, it is very similar to "btqueue.py list". > > 5. In global policy of my btqueue I found this: > >>>>gget > > ... bla bla bla ... > webservice_add: True > webservice_close: False > webservice_delete: True > webservice_gset: False > webservice_id: wsbt > webservice_ip: 127.0.0.1 > webservice_pause: True > webservice_port: 19412 > webservice_query: True > webservice_queue: True > webservice_resume: True > webservice_version: True > write_buffer_size: 40 > xmlrpc_id: xmlrpcbt > xmlrpc_ip: 127.0.0.1 > xmlrpc_port: 19413 > > - How to use webservice ? You can use webservice via php4abc http://php4abc.winkonz.com/ > - What is the xmlrpc_port ? It mainly uses for internal communication when you invoke "btqueue.py daemon" and "btqueue.py remote". Sugree Phatanapherom su...@hp... |