<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Add Torrents To wTorrent (v2.5) | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/36261</link>
    <description>Recent comments on userscript: Add Torrents To wTorrent (v2.5)</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>utorrent, replied by spyvingen</title>
      <description>&lt;p&gt;would this script work on utorrent webui.&lt;/p&gt;

&lt;p&gt;And if not could anyone costumize this script to get it fork for utorrent&lt;/p&gt;</description>
      <pubDate>Thu, 02 Jul 2009 18:51:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:30034:141487</guid>
      <author>spyvingen</author>
      <link>http://userscripts.org/posts/141487</link>
    </item>
    <item>
      <title>wtorrent on https, replied by Shannon Brooks</title>
      <description>&lt;p&gt;I've made some changes to the script to use your suggestions, please give it a try and let me know. Thanks!&lt;/p&gt;</description>
      <pubDate>Fri, 26 Jun 2009 13:10:45 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:27925:138724</guid>
      <author>Shannon Brooks</author>
      <link>http://userscripts.org/posts/138724</link>
    </item>
    <item>
      <title>Porting to rtGui, replied by Shannon Brooks</title>
      <description>&lt;p&gt;I would consider supporting other interfaces if it was possible without modifying the code of the interface. In your script you modify rtGUI to respond differently and a novice user is not going to be able to make those kinds of changes on their own. If people want to provide me with a login to their vanilla rtGUI/uTorrent/whatever GUIs I will do my best to make this script work across multiple GUIs. Thanks!&lt;/p&gt;</description>
      <pubDate>Fri, 26 Jun 2009 13:08:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:26691:138723</guid>
      <author>Shannon Brooks</author>
      <link>http://userscripts.org/posts/138723</link>
    </item>
    <item>
      <title>trouble with private, replied by Keystroke</title>
      <description>&lt;p&gt;i had the same issue, see my topic at the similar script &lt;a href=&quot;http://userscripts.org/topics/26756&quot;&gt;http://userscripts.org/topics/26756&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;you have to add your cookies from your private tracker (see FF cookies values) to your wtorrent-Cookies.
&lt;br /&gt;that  worked for me on almost all private trackers.&lt;/p&gt;

&lt;p&gt;i also had to add some regex to the source to have that &quot;Add2wtorrent&quot; icon on more private tracker pages (also see topic at other script).&lt;/p&gt;</description>
      <pubDate>Sun, 31 May 2009 08:15:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:27271:127509</guid>
      <author>Keystroke</author>
      <link>http://userscripts.org/posts/127509</link>
    </item>
    <item>
      <title>wtorrent on https, replied by Keystroke</title>
      <description>&lt;p&gt;U can't use this script if u run wtorrent on https.&lt;/p&gt;

&lt;p&gt;There is this script that has the modification to work with https:
&lt;br /&gt;&quot;Add Torrents To secure wTorrent (v1.2) (partly german)&quot; &lt;a href=&quot;http://userscripts.org/scripts/show/47587&quot;&gt;http://userscripts.org/scripts/show/47587&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But why to fork the hole project just for something that should be configured with a parameter?&lt;/p&gt;

&lt;p&gt;Instead of hardcode the protocoll in the souce
&lt;br /&gt;&lt;code&gt;post('http://'+wtorrent_host+'/','userf='+wtorrent_username+'&amp;amp;passwdf='+wtorrent_password+'&amp;amp;user_login=Login', function(l)&lt;/code&gt;
&lt;br /&gt;Why don't use the variable &quot;wTorrent_FQDN&quot; to say there wtorrent it running:&lt;/p&gt;

&lt;p&gt;wTorrent_FQDN = &quot;&lt;a href=&quot;https://my.privateserver.org/wtorrent&quot;&gt;https://my.privateserver.org/wtorrent&lt;/a&gt;&quot;
&lt;br /&gt;and
&lt;br /&gt;&lt;code&gt;post(wtorrent_FQDN+'/','userf='+wtorrent_username+'&amp;amp;passwdf='+wtorrent_password+'&amp;amp;user_login=Login', function(l)&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;or, to keep the compatibilitly with variable with older versions, add the varialbe wTorrent_protocoll = &quot;http&quot; or &quot;https&quot;&lt;/p&gt;

&lt;p&gt;well that are just examples, maybe u find another, better way. But i think running wtorrent on https i an important feature.&lt;/p&gt;</description>
      <pubDate>Sun, 31 May 2009 08:08:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:27925:127504</guid>
      <author>Keystroke</author>
      <link>http://userscripts.org/posts/127504</link>
    </item>
    <item>
      <title>trouble with private, replied by fleebailey33</title>
      <description>&lt;p&gt;it seems to work for public sites. the torrent is auto added and seems fine.&lt;/p&gt;

&lt;p&gt;gazelle seems broken for me right now.&lt;/p&gt;

&lt;p&gt;can we have an options to only download to private? so it wont even display public?&lt;/p&gt;

&lt;p&gt;also one private tracker says it adds but it doesn't ad.&lt;/p&gt;

&lt;p&gt;maybe it has something to do with auto-login broken for me?
&lt;br /&gt;if i go to visit the site through greasemonkey it takes me there but wont log in.&lt;/p&gt;

&lt;p&gt;if you want we can talk direct 
&lt;br /&gt;xmpp and email&lt;/p&gt;

&lt;p&gt;fleebailey33 &quot;at: gmail:dot:.com&lt;/p&gt;</description>
      <pubDate>Wed, 20 May 2009 13:38:52 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:27271:123694</guid>
      <author>fleebailey33</author>
      <link>http://userscripts.org/posts/123694</link>
    </item>
    <item>
      <title>Porting to rtGui, replied by jeremy tirrell</title>
      <description>&lt;p&gt;Just wanted to let you know I am hacking your script up to use the rtGui. It is pretty beta right now. When I have it finished would you consider a merge?&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/48830&quot;&gt;http://userscripts.org/scripts/show/48830&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Have a great day!&lt;/p&gt;</description>
      <pubDate>Tue, 12 May 2009 13:18:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:26691:120517</guid>
      <author>jeremy tirrell</author>
      <link>http://userscripts.org/posts/120517</link>
    </item>
    <item>
      <title>Auto login bug fix, add options to start torrents when added and make torrents private, What.CD support, replied by devinw</title>
      <description>&lt;p&gt;Great script - I've made some changes. Here's what I've done, feel free to use any of it in a future version:
&lt;br /&gt; - Add option to start torrents when added.
&lt;br /&gt; - Add option for making torrents private when added.
&lt;br /&gt; - Add support for What.CD.
&lt;br /&gt; - Fix auto login bug for wTorrent ports other than 80.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://pastie.org/459925&quot;&gt;http://pastie.org/459925&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 27 Apr 2009 16:23:10 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:25661:115291</guid>
      <author>devinw</author>
      <link>http://userscripts.org/posts/115291</link>
    </item>
    <item>
      <title>Add download dir functionality, replied by ssmy</title>
      <description>&lt;p&gt;I modified the script a bit to add the functionality to choose the download dir (mine kept donwloading into my home, not my home dir /torrents). IT adds the about:config variable wTorrent_Download_Dir. Here are the parts that I changed:
&lt;br /&gt;...
&lt;br /&gt;	// wTorrent FQDN or IP
&lt;br /&gt;	var host = GM_getValue(&quot;wTorrent_FQDN&quot;,&quot;wtorrent&quot;) ; 
&lt;br /&gt;	// wTorrent Port (if not 80)
&lt;br /&gt;	var port = GM_getValue(&quot;wTorrent_Port&quot;,&quot;80&quot;);
&lt;br /&gt;	// wTorrent Username
&lt;br /&gt;	var username = GM_getValue(&quot;wTorrent_User&quot;,&quot;&quot;); 
&lt;br /&gt;	// wTorrent Password
&lt;br /&gt;	var password = GM_getValue(&quot;wTorrent_Pass&quot;,&quot;&quot;);
&lt;br /&gt;	// Download dir
&lt;br /&gt;	var download_dir = GM_getValue(&quot;wTorrent_Download_Dir&quot;,&quot;&quot;);
&lt;br /&gt;	
&lt;br /&gt;	// init variables in firefox about:config
&lt;br /&gt;	if (GM_getValue(&quot;wTorrent_FQDN&quot;) == undefined) {
&lt;br /&gt;		GM_setValue(&quot;wTorrent_FQDN&quot;,&quot;wtorrent&quot;);
&lt;br /&gt;		GM_setValue(&quot;wTorrent_Port&quot;,&quot;80&quot;);
&lt;br /&gt;		GM_setValue(&quot;wTorrent_User&quot;,&quot;&quot;);
&lt;br /&gt;		GM_setValue(&quot;wTorrent_Pass&quot;,&quot;&quot;);
&lt;br /&gt;		GM_setValue(&quot;wTorrent_OverRideCheck&quot;,false);
&lt;br /&gt;		GM_setValue(&quot;wTorrent_OverRideCheck&quot;,&quot;&quot;);
&lt;br /&gt;		GM_setValue(&quot;wTorrent_Download_Dir&quot;,&quot;&quot;);
&lt;br /&gt;	}
&lt;br /&gt;...
&lt;br /&gt;		// here we actually send the form data with the torrenturl
&lt;br /&gt;		post('&lt;a href=&quot;http://'+host+port+'/index.php?cls=AddT'&quot;&gt;http://'+host+port+'/index.php?cls=AddT'&lt;/a&gt;, 'torrenturl='+encodeURIComponent(wTorrentLink.href)+'&amp;amp;start_now=on&amp;amp;download_dir='+download_dir, function(s) {
&lt;br /&gt;...&lt;/p&gt;

&lt;p&gt;Hopefully you will see fit to include this in the script. I find it quite useful. My entire version of the script is here: &lt;a href=&quot;http://pastebin.com/f2920561&quot;&gt;http://pastebin.com/f2920561&lt;/a&gt; in case that would be useful.&lt;/p&gt;

&lt;p&gt;Thanks for the awesome script!&lt;/p&gt;

&lt;p&gt;ssmy&lt;/p&gt;</description>
      <pubDate>Sat, 11 Apr 2009 02:23:40 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:24645:110019</guid>
      <author>ssmy</author>
      <link>http://userscripts.org/posts/110019</link>
    </item>
    <item>
      <title>Bug report, replied by Shannon Brooks</title>
      <description>&lt;p&gt;Made those changes and updated the script, thanks!&lt;/p&gt;</description>
      <pubDate>Mon, 15 Dec 2008 05:28:00 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18094:83565</guid>
      <author>Shannon Brooks</author>
      <link>http://userscripts.org/posts/83565</link>
    </item>
    <item>
      <title>Bug report, replied by Constantine P.</title>
      <description>&lt;p&gt;First of all:&lt;/p&gt;

&lt;p&gt;- post('http://'+host+port+'/index.php?cls=AddT', 'torrenturl='+wTorrentLink.href+'&amp;amp;start_now=on', function(s) {
&lt;br /&gt;+ post('http://'+host+port+'/index.php?cls=AddT', 'torrenturl='+encodeURIComponent(wTorrentLink.href)+'&amp;amp;start_now=on', function(s) {&lt;/p&gt;

&lt;p&gt;And also: &lt;/p&gt;

&lt;p&gt;  headers:{'Content-type':'application/x-www-form-urlencoded'},
&lt;br /&gt;- data:encodeURI(data),
&lt;br /&gt;+ data: data,&lt;/p&gt;

&lt;p&gt;Otherwise links with '&amp;amp;' sign get posted as additional fields.&lt;/p&gt;</description>
      <pubDate>Fri, 21 Nov 2008 21:56:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18094:79406</guid>
      <author>Constantine P.</author>
      <link>http://userscripts.org/posts/79406</link>
    </item>
  </channel>
</rss>
