Re: MyTorrents v0.69.3
Need some help adding torrent search engine..invite to whoever can help me out
this is the response I am getting when i test it with MyTorrentsCLI
Here is what MyTorrents.XML looks like
I'm following this http://code.google.com/p/mp-mytorrents/wiki/HowToAddSearchEngine
Need some help adding torrent search engine..invite to whoever can help me out
this is the response I am getting when i test it with MyTorrentsCLI
Code:
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object.
at Sohvaperuna.TorrentSearch.TorrentSearchEngine..ctor(String configFile)
at MyTorrentsCLI.Client.ListEngines()
at MyTorrentsCLI.Client.Main(String[] args)
Here is what MyTorrents.XML looks like
Code:
<config>
<menu>
<item>
<label>Limit upload to 10Kb/s</label>
<action>WebGUIAction</action>
<param>setsetting&s=max_ul_rate&v=10&s=max_dl_rate&v=40</param>
</item>
<item>
<label>Stop all torrents</label>
<action>WebGUIAction</action>
<param>setsetting&s=max_ul_rate&v=10&s=max_dl_rate&v=40</param>
</item>
</menu>
<tracker>
<name>RevolutionTT</name>
<url>https://www.revolutiontt.net</url>
<authentication>
<method>post</method>
<loginurl>https://www.revolutiontt.net/takelogin.php</loginurl>
<post>username=XXXX&password=XXXX</post>
</authentication>
</tracker>
<iconmapping>
<map><key>divx</key><icon>Logos\divx.png</icon></map>
<map><key>xvid</key><icon>Logos\xvid.png</icon></map>
<map><key>dts</key><icon>Logos\dts.png</icon></map>
<map><key>hdtv</key><icon>Logos\hdtv.png</icon></map>
</iconmapping>
<searchengines>
<engine>
<name>RevolutionTT</name>
<tracker>RevolutionTT</tracker>
<sort>
<name>Default</name>
<url>https://www.revolutiontt.net/browse.php?titleonly=1&cat=19&search=%searchstring%&&sort=7&type=desc&page=%page%</url>
</sort>
<parse></parse>
<parsedate></parsedate>
<dateformat></dateformat>
<download></download>
<options></options>
<pages>1</pages>
</engine>
</searchengines>
</config>
I'm following this http://code.google.com/p/mp-mytorrents/wiki/HowToAddSearchEngine