<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Windows Linux Mac Tips &#187; torrent</title>
	<atom:link href="http://wlmtips.com/tag/torrent/feed/" rel="self" type="application/rss+xml" />
	<link>http://wlmtips.com</link>
	<description>A tip a day...</description>
	<lastBuildDate>Thu, 04 Feb 2010 06:23:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Install Ted: Torrent Episode Downloader in Linux</title>
		<link>http://wlmtips.com/2010/02/04/how-to-install-ted-torrent-episode-downloader-in-linux/</link>
		<comments>http://wlmtips.com/2010/02/04/how-to-install-ted-torrent-episode-downloader-in-linux/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 06:23:43 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Linux How To's]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ted]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://wlmtips.com/?p=679</guid>
		<description><![CDATA[By now you are probably familiar with Ted: Torrent Episode Downloader.  In fact, Michael recently covered, how to Turn Your Computer into a DVR with Ted.  However, I have yet to see a guide on how to install/run Ted in Linux.  Since it is written in Java, it is fairly straightforward to get running, but [...]]]></description>
			<content:encoded><![CDATA[<p>By now you are probably familiar with <a title="Ted: Torrent Episode Downloader" href="http://www.ted.nu/" target="_blank">Ted: Torrent Episode Downloader</a>.  In fact, Michael recently covered, how to <a title="Turn Your Computer into a DVR with Ted" href="http://wlmtips.com/2009/12/02/turn-your-computer-into-a-dvr-with-tedtorrent-episode-downloader/" target="_blank">Turn Your Computer into a DVR with Ted</a>.  However, I have yet to see a guide on how to install/run Ted in Linux.  Since it is written in Java, it is fairly straightforward to get running, but there are probably some new guys to Linux that could use some help.  I will also show you how to create a menu icon to launch Ted.</p>
<h3><span style="color: #0000ff;">Requirements</span></h3>
<p>Java is the only software requirement to actually open Ted.  According to <a title="Ted wiki" href="http://www.ted.nu/wiki/index.php/Running_ted" target="_blank">Ted&#8217;s website</a>, you need at least Java 5.  If you don&#8217;t already have Java installed, you can install it from the Ubuntu Software Center, by searching for java6.  You need the &#8216;Sun Java 6 Runtime&#8217;, not just the plugin.</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-install-java.png"><img class="size-medium wp-image-693  aligncenter" title="ted-linux-install-java" src="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-install-java-400x235.png" alt="Ted Install Java 6 Runtime" width="366" height="214" /></a></p>
<p>You can also run the following command:</p>
<p><code>sudo aptitude install sun-java6-bin</code></p>
<h3><span style="color: #0000ff;">Getting Started</span></h3>
<p>It just so happens Ted released a new version yesterday, so make sure you <a title="Download Ted" href="http://www.ted.nu/download.php" target="_self">download</a> the most recent release.  You will notice there is a a different download depending on which operating system you want to run Ted in.  Obviously, you are going to want to choose the Linux download, which is in the form of a .zip archive.</p>
<p>Once the download is finished, we need to extract the contents of the zip archive.  You can do this several ways, depending on if you are a click and point kind of person, of if you prefer the command line.</p>
<p>For those of you who like the mouse, right click on the downloaded zip archive and choose &#8216;Extract Here&#8217;.  Be sure to rename the extracted folder to &#8216;ted&#8217; (without the quotes).  The name of the folder will matter later on.</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-extract.jpg"><img class="size-medium wp-image-680  aligncenter" title="ted-linux-extract" src="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-extract-331x400.jpg" alt="Ted Linux Extract Archive" width="184" height="223" /></a></p>
<p>You can also use the command line by navigating to the directory where the zip archive is located and running the following commands:</p>
<p><code>mkdir ted<br />
unzip tedv09715.zip -d ted</code></p>
<p><strong>*Note: the second command will change slightly with each version of Ted.</strong></p>
<p>If you want to move the ted folder to another location, now would be the time to do it.  The location does not matter, but changing it after this point will cause problems.</p>
<h3><span style="color: #0000ff;">Creating an Application Launcher</span></h3>
<p>Right click on the Applications menu, and choose &#8216;Edit Menus&#8217;</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-editmenu.jpg"><img class="size-full wp-image-688  aligncenter" title="ted-linux-editmenu" src="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-editmenu.jpg" alt="Ted Edit Application Menu" width="179" height="169" /></a></p>
<p>Choose the Internet menu from the list on the left.  Then click the &#8216;New Item&#8217; button on the right.</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-application-menu.png"><img class="size-medium wp-image-685  aligncenter" title="ted-linux-application-menu" src="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-application-menu-400x314.png" alt="Ted Application Menu" width="400" height="314" /></a></p>
<p>Now, add the Ted entry. Be sure to change the location of the ted.jar file to where you put it earlier.</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-launcher.png"><img class="size-medium wp-image-684  aligncenter" title="ted-linux-launcher" src="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-launcher-400x183.png" alt="Ted Application Launcher" width="400" height="183" /></a></p>
<p style="text-align: left;">Finally, we will add the Ted icon to the launcher.  Click the spring looking icon button in the upper left corner.  This should open a window allowing you to browse for icons.  Click the Browse button and then navigate to the &#8216;ted&#8217; folder. You will only be able to see the folders within the ted folder; however, this is okay. Simply click the Open button and you should see a file named &#8216;winicon.ico&#8217;.</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-browse-icons.png"><img class="size-medium wp-image-691  aligncenter" title="ted-linux-browse-icons" src="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-browse-icons-367x400.png" alt="Ted Browse for icons" width="367" height="400" /></a></p>
<p style="text-align: left;">Select the icon and then click &#8216;OK&#8217;.</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-launcher-with-icon.png"><img class="size-medium wp-image-692  aligncenter" title="ted-linux-launcher-with-icon" src="http://wlmtips.com/wp-content/uploads/2010/02/ted-linux-launcher-with-icon-400x170.png" alt="Ted Application Launcher with icon" width="400" height="170" /></a></p>
<h3 style="text-align: left;">(Optional)</h3>
<p style="text-align: left;">Now for those of you who like doing everything on the command line, don&#8217;t fret, I haven&#8217;t forgotten about you.  Start by creating a text file named &#8216;ted&#8217; that contains the following:</p>
<p style="text-align: left;"><code>#!/bin/bash<br />
java -jar /home/eric/ted/ted.jar</code></p>
<p style="text-align: left;">Obviously, change the location of the ted.jar file to match your system.  Next, we need to make this file executable.  To do so, run <code>chmod +x ted</code> from the command line.  Last, we need to move it to a folder included in your search path.  For example:<br />
<code>sudo mv ted /usr/bin/</code></p>
<p style="text-align: left;">Notice root privileges are needed here since you are copying the file to a system folder.  Enter your password when prompted.  You should now be able to run &#8216;ted&#8217; from the command line to launch the application.</p>
<h3 style="text-align: left;"><span style="color: #0000ff;">Upgrading safely</span></h3>
<p><span style="color: #0000ff;"><span style="color: #000000;">Since Ted includes the version number in its folder names, you have to be careful to not break the application launcher.  Either follow the Getting Started section above, or simply copy and paste the contents of the new release of Ted into your current &#8216;ted&#8217; folder.</span><br />
</span></p>
<h3 style="text-align: left;"><span style="color: #0000ff;">Troubleshooting</span></h3>
<p>If your application launcher quits working, it is probably because the path to the ted.jar file has changed.  Just double check that it is still in the same location, and update either the launcher or the location if it is different.</p>
<p>In some of the older versions, Ted was set to use a tray icon by default; however, this would cause problems with Java.  This problems seems to have been fixed in newer versions of Ted, but I thought it was still worth mentioning.  If you get an error similar to the following:<br />
<code>Exception in thread "main" java.lang.UnsatisfiedLinkError: no tray in java.library.path<br />
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)<br />
at java.lang.Runtime.loadLibrary0(Runtime.java:823)<br />
at java.lang.System.loadLibrary(System.java:1028)<br />
at org.jdesktop.jdic.tray.internal.impl.GnomeSystemTrayService.(Unknown Source)<br />
at org.jdesktop.jdic.tray.internal.impl.ServiceManagerStub.getService(Unknown Source)<br />
at org.jdesktop.jdic.tray.internal.ServiceManager.getService(Unknown Source)<br />
at org.jdesktop.jdic.tray.SystemTray.(Unknown Source)<br />
at ted.TedTrayIcon.(TedTrayIcon.java:28)<br />
at ted.TedMainDialog.initGUI(TedMainDialog.java:312)<br />
at ted.TedMainDialog.(TedMainDialog.java:121)<br />
at ted.TedMain.main(TedMain.java:37)</code></p>
<p>try changing the command to run Ted from <code>java -jar /home/eric/ted/ted.jar</code> to <code>java -jar /home/eric/ted/ted.jar noTray</code> This can be substituted for the normal command in any of the examples given above.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://wlmtips.com/2009/12/02/turn-your-computer-into-a-dvr-with-tedtorrent-episode-downloader/" title="Turn Your Computer into a DVR with Ted:Torrent Episode Downloader">Turn Your Computer into a DVR with Ted:Torrent Episode Downloader</a></li><li><a href="http://wlmtips.com/2008/03/18/deluge-bittorrent-client/" title="Light Weight BitTorrent Client For Windows, Linux, And Mac">Light Weight BitTorrent Client For Windows, Linux, And Mac</a></li><li><a href="http://wlmtips.com/2009/11/08/4-great-sites-to-visit-as-a-new-linux-user/" title="4 Great Sites to Visit as a New Linux User">4 Great Sites to Visit as a New Linux User</a></li><li><a href="http://wlmtips.com/2008/08/01/power-poll-1-linux-friday/" title="Power Poll #1 (Linux Friday)">Power Poll #1 (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/07/25/force-quit-unresponsive-applictions-linux-friday/" title="Force Quit Unresponsive Applictions (Linux Friday)">Force Quit Unresponsive Applictions (Linux Friday)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wlmtips.com/2010/02/04/how-to-install-ted-torrent-episode-downloader-in-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Turn Your Computer into a DVR with Ted:Torrent Episode Downloader</title>
		<link>http://wlmtips.com/2009/12/02/turn-your-computer-into-a-dvr-with-tedtorrent-episode-downloader/</link>
		<comments>http://wlmtips.com/2009/12/02/turn-your-computer-into-a-dvr-with-tedtorrent-episode-downloader/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 04:48:31 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Linux How To's]]></category>
		<category><![CDATA[Mac OS X How To's]]></category>
		<category><![CDATA[Windows How To's]]></category>
		<category><![CDATA[automatically download tv show]]></category>
		<category><![CDATA[automatically torrent tv show]]></category>
		<category><![CDATA[downloader]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[ted]]></category>
		<category><![CDATA[ted downloader]]></category>
		<category><![CDATA[ted episode]]></category>
		<category><![CDATA[ted torrent]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[tv show]]></category>
		<category><![CDATA[tv torrent]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[WLMTips]]></category>

		<guid isPermaLink="false">http://wlmtips.com/?p=538</guid>
		<description><![CDATA[
I can&#8217;t afford the DVR my cable company offers. Plain and simple. Even if I could afford it, I wouldn&#8217;t be willing to pay for it. It just costs too much money.  As a busy student and TV addict, I would often have to choose between watching that new episode of my favorite TV show [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-542 alignright" style="float: right;" title="ted_logo" src="http://wlmtips.com/wp-content/uploads/2009/12/ted_logo.png" alt="" width="98" height="84" /></p>
<p>I can&#8217;t afford the DVR my cable company offers. Plain and simple. Even if I could afford it, I wouldn&#8217;t be willing to pay for it. It just costs too much money.  As a busy student and TV addict, I would often have to choose between watching that new episode of my favorite TV show or studying and doing homework. Of course you can always watch the rerun, which usually shows during that next weekend, but I want to watch my shows when I want to watch them. Ted solves this problem for me. Ted is an automatic TV show downloader. Enter in your favorite TV shows and when that new episode airs, Ted starts searching the internet for a torrent of it. Ted will automatically download the torrent file and even pass it on to your bittorrent client. Here&#8217;s a quick overview of some of the features of Ted.</p>
<p>To use Ted, you need will to:</p>
<p>1.) Download Ted <a title="ted" href="http://sourceforge.net/projects/ted/files/ted/0.971/tedv0971.zip/download">here for Windows, Linux, and Mac versions.</a> (This link downloads version 0.971, go to <a title="http://www.ted.nu/" href="http://www.ted.nu/">http://www.ted.nu/</a> to see if there are newer versions)</p>
<p>2.) Have a bittorent client installed. If you don&#8217;t already have one, here are a few options:</p>
<p><a title="transmission" href="http://www.transmissionbt.com/">Transmission</a></p>
<p><a title="deluge" href="http://deluge-torrent.org/">Deluge</a></p>
<p><a title="Azureus/Vuze" href="http://azureus.sourceforge.net/">Azureus/Vuze</a></p>
<p><a title="uTorrent" href="http://www.utorrent.com/">uTorrent</a></p>
<p>I use both Transmission and Deluge. They are both great programs. I have never used Azureus or uTorrent, but I have heard good things about them. This is by no means a complete list of bittorent clients. You can use whatever client you prefer.</p>
<p>**If you want to automatically download TV shows, follow this guide to Ted and set your bittorrent client to always download to a specific directory.</p>
<p>Now, once you&#8217;ve downloaded and installed Ted, open up Ted and you should see:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/ted.png"><img class="size-medium wp-image-553    aligncenter" title="ted" src="http://wlmtips.com/wp-content/uploads/2009/12/ted-260x400.png" alt="ted" width="260" height="400" /></a></p>
<p style="text-align: left;">The first thing to do is to edit the preferences. In Teds main window go to Extra (top left) then &#8216;Preferences&#8217;. Here you will see:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/Preferences-general.png"><img class="aligncenter" title="Preferences-general" src="http://wlmtips.com/wp-content/uploads/2009/12/Preferences-general-380x400.png" alt="Preferences-general" width="380" height="400" /></a></p>
<p style="text-align: left;">Here you can specify how often you search for episodes. I keep it at 60 minutes myself. Keep a note of the download directory, this is where Ted saves the .torrent files that will be loaded into your bittorrent client. If you have the &#8216;Open in default bittorrent client checked&#8217; it should load the torrents automatically, but if it doesn&#8217;t, you can set most bittorrent clients to automatically import files in a specific directory. Just find that setting in your bittorrent client and set it for the same directory Ted downloads to.</p>
<p style="text-align: left;">The &#8216;Look and Feel&#8217; tab at the top will show:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/Preferences-LookandFeel.png"><img class="size-medium wp-image-569  aligncenter" title="Preferences-LookandFeel" src="http://wlmtips.com/wp-content/uploads/2009/12/Preferences-LookandFeel-383x400.png" alt="Preferences-LookandFeel" width="383" height="400" /></a></p>
<p style="text-align: left;">Here you can set whether Ted runs on startup or not, shows alerts, and allows logging. I definitely recommend you keep logging turned on because the logs may come in handy some time.</p>
<p style="text-align: left;">The &#8216;Advanced&#8217; tab shows:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/Preferences-advanced.png"><img class="size-medium wp-image-567  aligncenter" title="Preferences-advanced" src="http://wlmtips.com/wp-content/uploads/2009/12/Preferences-advanced-387x400.png" alt="Preferences-advanced" width="387" height="400" /></a></p>
<p style="text-align: left;">You can stop Ted from downloading certain file types; this is where you would want to put that information. Of course you can remove these standard &#8216;do not download&#8217; file types, but I don&#8217;t like dealing with .zip or .rar so I keep them in there.</p>
<p style="text-align: left;">Click Save and return to Teds main window.</p>
<p style="text-align: left;">Now you need to add a show. Click &#8216;Add a show&#8217;.</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/add-show-to-ted.png"><img class="size-medium wp-image-547    aligncenter" title="add-show-to-ted" src="http://wlmtips.com/wp-content/uploads/2009/12/add-show-to-ted-400x300.png" alt="add-show-to-ted" width="400" height="300" /></a></p>
<p style="text-align: left;">The Add a show screen lists quite a few shows. Click one and on the right a tv.com summary will show up. Here you can choose to download starting with the next newest episode, the last episode that aired, or a custom episode. Once you&#8217;ve selected a show, click &#8216;Add&#8217; in the bottom right. Don&#8217;t worry if your show isn&#8217;t on the list, just click &#8216;Add a custom show&#8217; at the bottom and enter your show&#8217;s info.</p>
<p style="text-align: left;">Your show should now be in Teds main window (as you can see I&#8217;ve added the show Top Gear):</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/ted-with-top-gear-added.png"><img class="size-medium wp-image-554    aligncenter" title="ted-with-top-gear-added" src="http://wlmtips.com/wp-content/uploads/2009/12/ted-with-top-gear-added-257x400.png" alt="ted-with-top-gear-added" width="257" height="400" /></a></p>
<p style="text-align: left;">Now you will want to edit some of the preferences. Just select your show in the above window, right click and then click edit.</p>
<p style="text-align: left;">The General edit window will appear:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/edit-top-gear-general.png"><img class="size-medium wp-image-551  aligncenter" title="edit-top-gear-general" src="http://wlmtips.com/wp-content/uploads/2009/12/edit-top-gear-general-385x400.png" alt="edit-top-gear-general" width="385" height="400" /></a></p>
<p style="text-align: left;">This is where you can edit the title of the show and which season and episode to look for next. If you were to select Season 1 episode 1 in the case of Top Gear, ted will try and find Season 1 episode 1, then try and find Season 1 episode 2 and so on. If an episode is not found by Ted, however, it will not move to the next episode until that episode is found. So if it can&#8217;t find episode 2, it will not continue to episode 3 until it has found episode 2 (unless you go to this screen and manually tell it to search for episode 3).</p>
<p style="text-align: left;">To add feeds, click the &#8216;Feeds&#8217; at the top. You will see a window like this:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/edit-top-gear-feeds.png"><img class="size-medium wp-image-549  aligncenter" title="edit-top-gear-feeds" src="http://wlmtips.com/wp-content/uploads/2009/12/edit-top-gear-feeds-383x400.png" alt="edit-top-gear-feeds" width="383" height="400" /></a></p>
<p style="text-align: left;">As you can see Ted has already populated 2 feeds for Top Gear. Unfortunately, mininova no longer offers TV shows, so you can remove that feed. Just click it and then click the minus sign at the bottom.</p>
<p style="text-align: left;">To add a feed, click the plus sign at the bottom:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/add-feed.png"><img class="size-medium wp-image-546  aligncenter" title="add-feed" src="http://wlmtips.com/wp-content/uploads/2009/12/add-feed-274x400.png" alt="add-feed" width="274" height="400" /></a></p>
<p style="text-align: left;">You can choose from any of these and have it automatically add the feed for your particular show. I recommend putting in as many feeds as you can. There is no limit, and Ted will just download from the first one it can. Click &#8216;user defined&#8217; to add a feed from a torrent site not shown in this list.</p>
<p style="text-align: left;">Now click Filters:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/edit-top-gear-filters.png"><img class="size-medium wp-image-550  aligncenter" title="edit-top-gear-filters" src="http://wlmtips.com/wp-content/uploads/2009/12/edit-top-gear-filters-384x400.png" alt="edit-top-gear-filters" width="384" height="400" /></a></p>
<p style="text-align: left;">Here you can edit the minimum  and maximum size of the video file. Any show that&#8217;s runs for 30 mins will usually be around the 300mb size, so choose a minimum of 150mb and a maximum of 500mb. Any show that runs for an hour, could be around 300-800 mb, so choose the minimum to be around 250mb and the maximum to be around 1000mb. If you specifically want HD content, click &#8216;Download in HD quality&#8217; at the bottom and significantly increase my recommended minimum and maximum sizes.</p>
<p style="text-align: left;">I would recommend you use the following snippet of code in the Keywords block to stop Ted from downloading unrelated or private torrents:</p>
<p style="text-align: center;">(!(www | lol | com | net | org | cx | cc | leech | torrent | nova | bay | bit))</p>
<p style="text-align: left;">If you click Schedule at the top, you will see:</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/edit-top-gear-schedule.png"><img class="size-medium wp-image-552  aligncenter" title="edit-top-gear-schedule" src="http://wlmtips.com/wp-content/uploads/2009/12/edit-top-gear-schedule-383x400.png" alt="edit-top-gear-schedule" width="383" height="400" /></a></p>
<p style="text-align: left;">Don&#8217;t forget to click &#8216;Save&#8217;.</p>
<p style="text-align: left;">Once you have a few shows listed in Ted, on  Teds main window, click edit and then click &#8216;Edit all shows&#8230;&#8217;</p>
<p style="text-align: center;"><a href="http://wlmtips.com/wp-content/uploads/2009/12/edit-all.png"><img class="size-medium wp-image-548  aligncenter" title="edit-all" src="http://wlmtips.com/wp-content/uploads/2009/12/edit-all-386x400.png" alt="edit-all" width="386" height="400" /></a></p>
<p style="text-align: left;">Here you can edit values for all of your shows at once.</p>
<p style="text-align: left;">You should now be setup to automatically download your favorite TV shows.</p>
<p style="text-align: center;">Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://wlmtips.com/2008/03/18/deluge-bittorrent-client/" title="Light Weight BitTorrent Client For Windows, Linux, And Mac">Light Weight BitTorrent Client For Windows, Linux, And Mac</a></li><li><a href="http://wlmtips.com/2010/02/04/how-to-install-ted-torrent-episode-downloader-in-linux/" title="How to Install Ted: Torrent Episode Downloader in Linux">How to Install Ted: Torrent Episode Downloader in Linux</a></li><li><a href="http://wlmtips.com/2008/03/25/nomachine-nx-control-a-computer-remotely-from-any-os/" title="NoMachine NX: Control A Computer Remotely From Any OS">NoMachine NX: Control A Computer Remotely From Any OS</a></li><li><a href="http://wlmtips.com/2008/03/08/flightgear-flight-simulator/" title="FlightGear Flight Simulator">FlightGear Flight Simulator</a></li><li><a href="http://wlmtips.com/2008/03/06/which-operating-system-is-right-for-you/" title="Which Operating System Is Right For You?">Which Operating System Is Right For You?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wlmtips.com/2009/12/02/turn-your-computer-into-a-dvr-with-tedtorrent-episode-downloader/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Light Weight BitTorrent Client For Windows, Linux, And Mac</title>
		<link>http://wlmtips.com/2008/03/18/deluge-bittorrent-client/</link>
		<comments>http://wlmtips.com/2008/03/18/deluge-bittorrent-client/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 04:01:44 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[News/Reviews]]></category>
		<category><![CDATA[bittorrent client]]></category>
		<category><![CDATA[deluge]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[peer-to-peer]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://wlmtips.com/2008/03/18/deluge-bittorrent-client/</guid>
		<description><![CDATA[ 
Deluge is light weight BitTorrent client for Windows, Linux, and Mac.  The makers of Deluge realize that you use your computer for much more than just downloading. Therefore, why should you use a BitTorrent client that is so system intensive you can&#8217;t use your computer for anything else?  The answer is you [...]]]></description>
			<content:encoded><![CDATA[<p> <img src="/wp-content/uploads/deluge.png" alt="deluge" align="right" hspace="10" vspace="10" /></p>
<p><a href="http://deluge-torrent.org/" title="Deluge Torrent">Deluge</a> is light weight BitTorrent client for Windows, Linux, and Mac.  The makers of Deluge realize that you use your computer for much more than just downloading. Therefore, why should you use a BitTorrent client that is so system intensive you can&#8217;t use your computer for anything else?  The answer is you shouldn&#8217;t.  To fix this they created Deluge.</p>
<p>What I love the most about Deluge is that it is simple and easy to use.  The first time you run the program it will guide you through a short configuration of the preferences.  If you aren&#8217;t sure what one of the preferences means, simply hover your mouse over that setting and a dialog box will appear giving more information.  There aren&#8217;t that many settings compared to similar programs.  This is one of the reasons Deluge is so light weight.  However, to me it seems Deluge included the settings we use the most, like download/upload limits.  For those of you who are worried about security, encryption is built into Deluge.</p>
<p>Just because Deluge is small, light weight, and unobtrusive doesn&#8217;t mean that it can&#8217;t do everything those other BitTorrent clients can.  In fact, the great thing about Deluge is that all those extra features are available through plugins.  Now I know you may be thinking, but I don&#8217;t want to download a plugin every time I need to add functionality to Deluge.  Well guess what, you don&#8217;t; all the plugins for Deluge are available in the preferences menu. To enable a new plugin, you simply place a check mark next to the plugin you wish to activate.</p>
<p style="text-align: center"><img src="/wp-content/uploads/deluge-plugin.png" height="446" width="400" /></p>
<p>For Linux, Deluge was designed to work with any distribution as well just about any desktop environment including GNOME, KDE, and XFCE.  As stated above, Deluge is also available for Windows and Mac OS X as well.  To get your copy of Deluge, please visit their <a href="http://deluge-torrent.org/downloads.php" title="Download Deluge">download page</a>.  There you will find Deluge available in packages for your favorite distribution, as well as the source code.</p>
<p>If you would like to learn a little more about Deluge, be sure to check out their <a href="http://deluge-torrent.org/about.php" title="About Deluge">about page</a>, as well as <a href="http://en.wikipedia.org/wiki/Deluge_%28software%29" title="Wikipedia-">Wikipedia&#8217;s page</a> on Deluge.</p>
<p><u>Images were taken from the following places respectively:</u></p>
<p><em>http://cia.vc/images/db/56/e.png</em></p>
<p><em>http://deluge-torrent.org/images/plugin.png </em></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://wlmtips.com/2009/12/02/turn-your-computer-into-a-dvr-with-tedtorrent-episode-downloader/" title="Turn Your Computer into a DVR with Ted:Torrent Episode Downloader">Turn Your Computer into a DVR with Ted:Torrent Episode Downloader</a></li><li><a href="http://wlmtips.com/2008/03/25/nomachine-nx-control-a-computer-remotely-from-any-os/" title="NoMachine NX: Control A Computer Remotely From Any OS">NoMachine NX: Control A Computer Remotely From Any OS</a></li><li><a href="http://wlmtips.com/2008/03/08/flightgear-flight-simulator/" title="FlightGear Flight Simulator">FlightGear Flight Simulator</a></li><li><a href="http://wlmtips.com/2008/03/06/which-operating-system-is-right-for-you/" title="Which Operating System Is Right For You?">Which Operating System Is Right For You?</a></li><li><a href="http://wlmtips.com/2008/03/04/looking-for-a-great-media-player/" title="Looking for a Great Media Player?">Looking for a Great Media Player?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wlmtips.com/2008/03/18/deluge-bittorrent-client/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.410 seconds -->
