<?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>TorrentFreak &#187; osx</title>
	<atom:link href="https://torrentfreak.com/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>https://torrentfreak.com</link>
	<description>Breaking File-sharing, Copyright and Privacy News</description>
	<lastBuildDate>Wed, 29 Oct 2014 09:27:11 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.2</generator>
	<item>
		<title>Subscribe to TV Shows Using BitTorrent on OSX</title>
		<link>https://torrentfreak.com/subscribe-to-tv-shows-using-bittorrent-on-osx-080423/</link>
		<comments>https://torrentfreak.com/subscribe-to-tv-shows-using-bittorrent-on-osx-080423/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 08:05:02 +0000</pubDate>
		<dc:creator><![CDATA[enigmax]]></dc:creator>
				<category><![CDATA[Tutorial & How To]]></category>
		<category><![CDATA[Tv-Torrents]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[tvshows]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/?p=2741</guid>
		<description><![CDATA[Last year TorrentFreak covered the TV-Shows application which allowed the user to subscribe to TV shows using BitTorrent. Some people are reporting that the app isn't working for them so for those that don't mind working at a solution, here is a tutorial to achieve the same, using freely available tools.<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Last year when we wrote about the great TVShows application, it was well received by the TorrentFreak readers. The software did some really good things and the developer is promising a major update soon and we&#8217;ll bring that news when we have it. For those who missed it first time round, take a look at the original <a href="http://torrentfreak.com/automate-your-bittorrent-tv-downloads-on-osx/">article</a> for a full explanation. In the meantime, some people are reporting that the application has recently stopped working for them, leaving some OSX users with fewer options for subscribing to tv-shows using BitTorrent. </p>
<p>Some people are using <a href="http://www.ted.nu/">TED</a>, which is a Java app running continuously which may cause resource issues for the under-powered computer. Others might choose to use directly the RSS support built into torrent clients, explained in this previous <a href="http://torrentfreak.com/how-to-use-rss-bittorrent-to-download-tv-shows/">article</a>, or go for software such as <a href="http://www.getmiro.com/download/">Miro</a>.</p>
<p>But for those of you out there who like to get a little more hands-on and aren&#8217;t afraid of a basic command line, read on.</p>
<p>TorrentFreak reader Lipflip has come up with an alternative method for OSX and probably Linux users too. He told us that everything TVShows did can be achieved by using some freely available tools like <code>cron</code> and a script <code>pyTVShows</code> that is based on the original TVShows application.</p>
<p><code>pyTVShows</code> does the actual work by checking tvrss.net for torrents and downloading them if new ones are available. Lipflip has published a simple tutorial on how to setup the different components so that everything is working as expected. Although you don&#8217;t have to be an uber-geek to follow the tutorial, Lipflip notes that some basic command line skills are required which should help users to get their shows until the new TVShows is released.</p>
<p>The original TVShows application consists of two parts:</p>
<p><strong>1.</strong> A front-end for fetching a list of shows and for subscribing/unsubscribing.<br>
<strong>2.</strong> A python script in the back-end, that regularly asks tvrss.net if new episodes for the subscribed shows are available.</p>
<p>Luckily TVShows is an open source application, so after the development of TVShows stood still for several months, the back-end forked away as the separate <a href="http://sourceforge.net/projects/pytvshows/">pyTVShows</a> project. We&#8217;ll use this to build a system that fetches your favorite television shows automatically.</p>
<p>The installation consists of a few easy steps. Python already ships with Leopard, so you don&#8217;t have to hassle around with <a href="http://www.finkproject.org/">fink</a> or other ways to bring Python onto your computer.</p>
<p><strong>1. Preparation</strong></p>
<p>Open <code>Terminal.App</code> and create a <code>bin/ </code>directory under your home. You can use this directory to store small scripts or little unix-like applications.</p>
<blockquote><p>$ mkdir /Users/YOU/bin</p></blockquote>
<p>Download  <a href="http://sourceforge.net/projects/pytvshows/">pyTVShows</a>, unzip it, and put it as pytvshows-0.2 in your bin/ directory.</p>
<p>Download <a href="http://feedparser.org/">feedparser</a>, unzip it, and install it.</p>
<blockquote><p>$ cd /Users/YOU/Downloads/feedparser-4/<br>
$ python setup.py install</p></blockquote>
<p><strong>2. Create a preliminary configuration file</strong></p>
<p><code>pytvshows</code> settings are stored in <code>/.pytvshows.cfg</code>. Create it and add one or two shows for testing.</p>
<blockquote><p>$ nano ~/.pytvshows.cfg</p></blockquote>
<p>The format of the configuration file is pretty simple. The name of the show is enclosed by squared brackets, followed by the last season/episode you have seen.<br>
So the next episode downloaded for <em>Favorite Show</em> from the example below will be Season 1, Episode 2. Try <code>episode = 0</code> for catching the first episode of a new season.</p>
<blockquote><p>[Favorite Show]<br>
episode = 1<br>
season = 1</p>
<p>[Another Show]<br>
episode =1<br>
season = 4</p></blockquote>
<p>See pytvshows&#8217; documentation for further details.</p>
<p><strong>3. Create a little wrapper script</strong></p>
<p>Create a little wrapper script that calls the actual <code>pytvshows</code>, but hides any command line arguments you might want to use. Don&#8217;t forget to make it executable.</p>
<blockquote><p>$ nano ~/bin/tvshows.sh<br>
$ chmod a+x ~/bin/tvshows.sh</p></blockquote>
<p>A typical <code>tvshows.sh</code> might look like this:</p>
<blockquote><p>#!/bin/bash<br>
echo -n &#8220;tvshows.sh &#8211; &#8220;; date  # log current date &#038; time (cron.log)<br>
/Users/YOU/bin/pytvshows-0.2/pytvshows &#8211;output_dir=/Users/YOU/Downloads/</p></blockquote>
<p>This will call <code>pytvshows</code> and tell it to download new <code>.torrents</code> into Leopard&#8217;s Downloads folder. This folder is usually represented as a stack in your dock. You might consider configuring your favorite BitTorrent client to watch this folder for new .torrent files.</p>
<p>Check it for typos by executing the script:</p>
<blockquote><p>$ ./bin/tvshows.sh</p></blockquote>
<p>It should download unseen episodes of the shows configured in <code>./pytvshows.cfg</code>.<br>
If it doesn&#8217;t try running pytvshows with the parameter <code>--verbose</code>. The configuration file will be rewritten each time a <code>.torrent</code> was downloaded. So maybe it doesn&#8217;t download new episodes because it thinks it already did.</p>
<p><strong>4. Run tvshows.sh periodically</strong></p>
<p>Unix-like systems usually come with a time-based scheduling service called <code>cron</code>. It is driven by rather cryptic looking configuration files called <code>crontabs</code>. In this case we&#8217;ll tell <code>cron</code> to run our newly created <code>tvshows.sh</code> twice an hour.</p>
<p>Edit your crontab:</p>
<blockquote><p>$ crontab -e</p></blockquote>
<p>If you&#8217;re thrown into <code>vi </code> you may try <code>export EDITOR=nano</code> beforehand.</p>
<p>Your crontab should look like this:</p>
<blockquote><p># run twice an hour<br>
12,42 * * * *  /Users/YOU/bin/tvshows.sh >> $HOME/bin/cron.log 2>&#038;1</p></blockquote>
<p>This tells cron to call <em>tvshows.sh</em> on 12 resp. 42 minutes past the hour. All output (<code>STDERR and STDOUT</code>) should be send to <em>/Users/YOU/bin/cron.log</em>.<br>
Take a look at <code>man crontab</code> for further information.</p>
<p>It&#8217;s strongly suggested to randomize the numbers above. Otherwise too many <code>pytvshows</code> might be querying tvrss.net simultaneously.</p>
<p><strong>5. You&#8217;re probably done</strong></p>
<p>Check your configuration by looking at <code>~/bin/cron.log</code>.</p>
<p>Have fun!</p>
<p>Lipflip&#8217;s blog can be found <a href="http://lipflip.org/blog/lipflip/2008/04/subscribe-to-tv-shows .">here</a></p>
<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://torrentfreak.com/subscribe-to-tv-shows-using-bittorrent-on-osx-080423/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Multi BitTorrent Site Search Widget for OSX</title>
		<link>https://torrentfreak.com/multi-bittorrent-site-search-widget-for-osx/</link>
		<comments>https://torrentfreak.com/multi-bittorrent-site-search-widget-for-osx/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 17:10:43 +0000</pubDate>
		<dc:creator><![CDATA[Ernesto]]></dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Torrent Sites]]></category>
		<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/multi-bittorrent-site-search-widget-for-osx/</guid>
		<description><![CDATA[Widgets are hot. Yesterday we posted the Fenopy BitTorrent search widget, and today a &#8220;Multi BitTorrent Site Search Widget. The widget allows you to search for torrents on 17 BitTorrent search engines, directly from Dashboard. The widget is created by TyrantBuilt, he also included quick links to TorrentFreak&#8217;s latest articles, and the TorrentFreak homepage. The [&#8230;]<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Widgets are hot. Yesterday we posted the <a href="http://TorrentFreak.com/BitTorrent-search-spy-widget-for-mac-osx/">Fenopy BitTorrent search widget</a>, and today a &#8220;Multi BitTorrent Site Search Widget. The widget allows you to search for torrents on 17 BitTorrent search engines, directly from Dashboard.</p>
<p><img src="http://TorrentFreak.com//images/ishare.png" align="right" alt="mac osx BitTorrent search widget">The widget is created by TyrantBuilt, he also included quick links to TorrentFreak&#8217;s latest articles, and the TorrentFreak homepage. </p>
<p>The widget currently <strong>supports the following sites</strong>:</p>
<p>    * bitoogle.com<br>
    * BitTorrent.com<br>
    * fenopy.com<br>
    * btjunkie.org<br>
    * demonoid.com<br>
    * hypertorrent.com<br>
    * btmon.com<br>
    * mininova.org<br>
    * myBitTorrent.com<br>
    * newtorrents.info<br>
    * thepiratebay.org<br>
    * torrentportal.com<br>
    * torrentreactor.net<br>
    * torrentspy.com<br>
    * torrentz.com<br>
    * yotoshi.com</p>
<p>This is the first release of the widget, TyrantBuilt is planning to add more BitTorrent search engines in the near future. If you&#8217;re missing your favorite site, or if you want to suggest an option, please drop a comment and we will pass it through to him.</p>
<p>For now, enjoy.</p>
<div class="alert"><a href="http://TorrentFreak.com/files/allBitTorrent.search.wdgt.zip">Download</a> the Multi BitTorrent Site Search Widget *v1.0*</div>
<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://torrentfreak.com/multi-bittorrent-site-search-widget-for-osx/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>BitTorrent Search / Spy Widget for Mac OSX</title>
		<link>https://torrentfreak.com/bittorrent-search-spy-widget-for-mac-osx/</link>
		<comments>https://torrentfreak.com/bittorrent-search-spy-widget-for-mac-osx/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 14:54:49 +0000</pubDate>
		<dc:creator><![CDATA[Ernesto]]></dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Torrent Sites]]></category>
		<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[fenopy]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/bittorrent-searchspy-widget-for-mac-osx/</guid>
		<description><![CDATA[The Web 2.0 inspired BitTorrent search engine "Fenopy" just released a widget that allows you to search for torrents, or spy on the latest torrent submissions. The widget requires Mac OS X 10.4 or later. <p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://macupdate.com/info.php/id/22956"><img src="http://TorrentFreak.com//images/fenopywidget.png" align="right" alt="fenopy"></a><a href="http://fenopy.com">Fenopy</a> is a relatively new torrent search engine. It was launched this June, but it is already attracting <a href="http://TorrentFreak.com/BitTorrent-sites-are-slowly-taking-over-the-internet/">quite a lot of traffic</a>. </p>
<p><a href="http://fenopy.com">Fenopy</a> is constantly looking for features that may enhance the &#8220;user experience&#8221;, and usability of the site. Last month they implemented their &#8220;<a href="http://TorrentFreak.com/share-torrents-on-a-blog-or-forum/">share on your blog</a>&#8221; feature, a visually attractive way for bloggers to share torrents, without running a tracker.</p>
<p>TyrantBuilt, the developer of the widget told TorrentFreak that he will release updated versions on a weekly basis. He even offered to make a TorrentFreak widget for the latest articles, pretty cool. </p>
<p><a href="http://macupdate.com/info.php/id/22956">Fenopy Widget</a> (Macupdate)</p>
<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://torrentfreak.com/bittorrent-search-spy-widget-for-mac-osx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Interview With the Developer of BitRocket</title>
		<link>https://torrentfreak.com/interview-with-the-developer-of-bitrocket/</link>
		<comments>https://torrentfreak.com/interview-with-the-developer-of-bitrocket/#comments</comments>
		<pubDate>Thu, 07 Sep 2006 13:59:46 +0000</pubDate>
		<dc:creator><![CDATA[Smaran]]></dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[Pirate Talk]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[torrent-client]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/interview-with-the-developer-of-bitrocket/</guid>
		<description><![CDATA[We e-mailed Julian Cain, the developer of BitRocket and he was gracious enough to set aside some time to talk to TorrentFreak about his Mac BitTorrent client that&#8217;s been making headlines over the last few days. The interview: TorrentFreak: What made you decide to develop BitRocket? Julian: I wanted to develop a BitTorrent client for [&#8230;]<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>We e-mailed Julian Cain, the developer of <a href="http://www.bitrocket.org/">BitRocket</a> and he was gracious enough to set aside some time to talk to TorrentFreak about his Mac BitTorrent client that&#8217;s been making headlines over the last few days.</p>
<p><a href="http://www.bitrocket.org/"><img src="http://TorrentFreak.com//images/bitrocket.PNG" align="right" alt="bitrocket"></a><strong>The interview:</strong></p>
<p><strong>TorrentFreak</strong>: What made you decide to develop BitRocket?</p>
<p><strong>Julian</strong>: I wanted to develop a BitTorrent client for Mac OS for a while now. Just before I went to WWDC I had some spare time and started researching my options. Initially I thought using the libTransmission core would be a good base. I worked with that for a week or 2 and realized that it just wasn&#8217;t powerful enough for my needs. I have since scrapped all of that and rebuilt the client from scratch based around Rasterbar&#8217;s libtorrent core. That is what we see today as BitRocket.</p>
<p><strong>TorrentFreak</strong>: Many people criticise libTransmission for being not up to the mark. What didn&#8217;t you find good/powerful enough about it?</p>
<p><strong>Julian</strong>: It&#8217;s a very unfinished and unpolished library. There are some major tracker announce issues which are frowned upon by quite a few tracker site administrators. There is no UDP tracker support, no .torrent creation support, no multi-tracker support, no Kademlia DHT, no Selective Downloading, the list goes on.</p>
<p><strong>TorrentFreak</strong>: Even as a beta release BitRocket is being praised for its intuitive user-interface and its many features. What do you think makes BitRocket different and better than any of other clients out there?</p>
<p><strong>Julian</strong>: I don&#8217;t like to use the term &#8220;better&#8221;, it&#8217;s different that is for sure. BitRocket is not being built to be a slim client such as Mainline or Transmission. It&#8217;s out to be an alternative to advanced clients such as Azureus, that is the route I am headed.</p>
<p><strong>TorrentFreak</strong>: A few bloggers have written about BitRocket and suggested features like searching without leaving the application. What new features do you plan to implement in upcoming releases?</p>
<p><strong>Julian</strong>: I like the idea of searching within-side the application, however the thing that worries me is that it would rely on basically screen-scrapping torrent sites. This is bad because the BitRocket developers would always have to make sure that was working and if it failed because of a simple change to a torrent site then that would require an immediate &#8220;patch and release&#8221;. Personally I would like to see a DHT layer that allows for distributed horizonless torrent searching, however we have seen this fail with applications such as eXeem, but I believe it can be done effectively. Beyond this at some point most of the Azureus features should be implemented, it&#8217;s my role model.</p>
<p><strong>TorrentFreak</strong>: Where are you from? Is BitRocket a side-project or are you working full-time on it?</p>
<p><strong>Julian</strong>: I currently reside in the suburbs of Atlanta, Georgia. BitRocket is a side project, I work full time on the Mac OS version of <a href="http://www.gizmoproject.com/">Gizmo Project</a>.</p>
<p><strong>TorrentFreak</strong>: What&#8217;s your standpoint on file-sharing and the BitTorrent protocol?</p>
<p><strong>Julian</strong>: Heh, it&#8217;s funny especially with Open Source software. Developers are all concerned about their licensing schemes and enforcing them, and on the flip side your building an application that in retrospect goes against licensing all together, for the most part. I fully support file-sharing and the BitTorrent protocol whether it is downloading the latest Ubuntu iso or the hot movie of the summer. Don&#8217;t get me wrong I have purchased and and currently own over 200 DVD&#8217;s, most of which were bought because I first downloaded the torrent. I think the mpaa needs to rethink their tactics, they still &#8220;do not get it&#8221;.</p>
<p></p>
<p>Stay tuned for our upcoming review of BitRocket.</p>
<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://torrentfreak.com/interview-with-the-developer-of-bitrocket/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Bitrocket: New OSX BitTorrent Client</title>
		<link>https://torrentfreak.com/bitrocket-new-osx-bittorrent-client/</link>
		<comments>https://torrentfreak.com/bitrocket-new-osx-bittorrent-client/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 12:29:09 +0000</pubDate>
		<dc:creator><![CDATA[Ernesto]]></dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/bitrocket-new-osx-bittorrent-client/</guid>
		<description><![CDATA[Earlier this week we reviewed BitTorrent clients for Mac OSX. This probably inspired the developer af Bitrocket, to launch this new BitTorrent client&#8217; Based on the feature list it looks like Bitrocket could give the existing BitTorrent clients some tough competition. Bitrocket supports essential features like: DHT: Support for &#8220;trackerless&#8221; torrents. DHT keeps the torrent [&#8230;]<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Earlier this week we reviewed <a href="http://TorrentFreak.com/mac-bt-clients/">BitTorrent clients for Mac OSX</a>. This probably inspired the developer af Bitrocket, to launch this new BitTorrent client&#8217;</p>
<p><img src="http://TorrentFreak.com//images/bitrocket.png" align="right" alt="bitrocket">Based on the feature list it looks like Bitrocket could give the existing BitTorrent clients some tough competition. </p>
<p>Bitrocket supports essential features like:</p>
<p><strong>DHT:</strong> Support for &#8220;trackerless&#8221; torrents. DHT keeps the torrent alive if the tracker goes offline.<br>
<strong>Torrent Creator:</strong> Create and share torrents.<br>
<strong>RSS:</strong> Bitrocket has RSS support. With RSS you can automatically download your favorite torrents.<br>
<strong>UPnP Port Mapping:</strong> If your router supports UPnP, you don&#8217;t need to forward any ports.</p>
<p>Other features like <em>selective downloading</em>, <em>http-seeding</em>, and <em>multi tracker support</em> are supported by the library Bitrocket uses might be implemented in the near future.</p>
<p>Stay tuned for a Bitrocket review.</p>
<p><a href="http://www.bitrocket.org/">Bitrocket Homepage</a></p>
<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://torrentfreak.com/bitrocket-new-osx-bittorrent-client/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Mac BitTorrent Clients Reviewed</title>
		<link>https://torrentfreak.com/mac-bt-clients/</link>
		<comments>https://torrentfreak.com/mac-bt-clients/#comments</comments>
		<pubDate>Sun, 03 Sep 2006 12:09:18 +0000</pubDate>
		<dc:creator><![CDATA[Smaran]]></dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/mac-bt-clients/</guid>
		<description><![CDATA[The number of user-friendly, appealing BitTorrent clients available for the platform are very few in comparison to the number of those available for Windows.

In this article we will highlight the most popular Mac BitTorrent applications and compare their features.<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Mac OS X is heralded as the most appealing operating system on the market and one of the most capable as well thanks to its BSD (Unix) core.<br>
Sadly, the number of user-friendly, appealing BitTorrent clients available for the platform are very few in comparison to the number of those available for Windows.</p>
<p>In this article we will highlight the most popular Mac BitTorrent applications and compare their features.</p>
<div class="alert">Tip: Want to download <strong>Torrents anonymously</strong>? Try <a href="http://btguard.com/">BTguard</a>, a great way to download torrents securely.</div>
<p><a href="http://www.BitTorrent.com/" title="BitTorrent OSX"><img src="http://TorrentFreak.com/images/BTOSXicon.png" alt="BitTorrent OSX" align="right"></a>Let&#8217;s start with the granddaddy of them all, Bram Cohen&#8217;s self-titled BitTorrent application. It&#8217;s gotten kind of confusing since he named the protocol, his company and his application all BitTorrent. <a href="http://www.BitTorrent.com/" title="BitTorrent OSX"><b>BitTorrent OSX</b></a> is a very (and I mean <em>very</em>) basic application. It&#8217;s as feature-full as Safari&#8217;s download box and that&#8217;s not saying much. Now some people wouldn&#8217;t mind something like that, but if you&#8217;re looking for simplicity Transmission is a much better choice. BitTorrent OSX also takes an age to start up on my MacBook Pro.</p>
<p><a href="http://transmission.m0k.org/" title="Transmission"><b>Transmission</b></a> is my current Mac B.T. client of choice. <a href="http://transmission.m0k.org/" title="Transmission"><img src="http://TorrentFreak.com/images/TRANSMISSIONicon.png" alt="Transmission" align="right"></a>It&#8217;s an Open Source project, maintained by the developer of the popular Mac DVD ripping application, HandBrake. Transmission does its job well. A neat feature it offers is the ability to view download and upload rates in the dock, so I don&#8217;t even have to open up the program to check how my downloads are going. Another great thing Transmission does is copy the .torrent file to its support folder, then trash the original file from my desktop thereby leaving no mess of files behind for me to clean up. Now just like everything Transmission has its flaws, the biggest of which is that Demonoid, a leading BitTorrent directory has banned it on ocassion! They say it doesn&#8217;t adhere to set standards.</p>
<p><a href="http://www.getazureus.com/" title="Azureus"><img src="http://TorrentFreak.com/images/AZUicon.png" alt="Azureus" align="right"></a><a href="http://www.getazureus.com/" title="Azureus"><b>Azureus</b></a> is a cross-platfrom BitTorrent client written in Java. It&#8217;s slightly slower than all the other native Mac B.T. applications, but has features none of the others can boast of. Therefore it remains one of the most popular clients, even on the Mac. The one reason I have both Azureus and Transmission installed at any given time is because Transmission doesn&#8217;t allow me to select which files I want from a particular torrent. We call the feature &#8216;Selective Downloading&#8217; and Azureus is sadly the only popular Mac B.T. client that lets me do that! There are also a number of great plug-ins for Azureus that let you do all sorts of things like subscribe to RSS feeds with .torrent enclosures.</p>
<p><a href="http://sarwat.net/BitTorrent/" title="Tomato Torrent"><img src="http://TorrentFreak.com/images/TOMATOicon.png" alt="Tomato Torrent" align="right"></a><a href="http://sarwat.net/BitTorrent/" title="Tomato Torrent"><b>Tomato Torrent</b></a> is a very plain alternative, seriously lacking in eye-candy and begging for a new icon (and maybe a new name too). It&#8217;s based on the official BitTorrent client. I think it desrves a mention because I know a few people who swear by it. It comes with an AppleScript file that you can place in folders you want to download to. When you want to download a torrent to a specific folder, you just drag the .torrent file onto the piece of AppleScript to initiate the transfer. One pro is that it&#8217;s an extremely light client that hogs very little RAM. It&#8217;s the closet thing to uTorrent on the Mac.</p>
<p><a href="http://www.bitsonwheels.com/" title="Bits on Wheels"><img src="http://TorrentFreak.com/images/BoWicon.png" alt="Bits on Wheels" align="right"></a><a href="http://www.bitsonwheels.com/" title="Bits on Wheels"><b>Bits on Wheels</b></a> is a slightly out-dated (last updated Sep. &#8217;05), yet popular Mac BitTorrent client. It claims to be &#8220;the first 100% native BitTorrent client for the Macintosh&#8221; as it is written in Objective-C and Cocoa. </p>
<p>Bits on Wheels is freeware but not Open Source. One of its main features is a visual 3D Swarm with which you can observe what&#8217;s actually going on under the hood, how many seeders and leechers you&#8217;re connected to and the bits transferring between everyone. Bits on Wheels is very OSeXy (heh!), it&#8217;s how I&#8217;d imagine the default OS X BitTorrent downloader to look if there was one. <a href="http://TorrentFreak.com/images/BoW3D.png"><img src="http://TorrentFreak.com/images/BoW3Dt.png" align="right" alt="bits on wheels sawrm"></a>If not to use the first native OS X B.T. client, I&#8217;d download it just to fly around in 3D chasing bits.</p>
<p><b>Conclusion</b><br>
Clearly, feature-wise Azureus is the winner. Bits on Wheels and Transmission are both great alternatives to BitTorrent OSX. If only Bits on Wheels would be updated more often and Transmission become standards-compliant and both of them allow Selective Downloading, they might start taking back some market share. And lets not forget the light weighted tomato. Tomato Torrent could use a few more features and better interface, but it too is a great BitTorrent client.</p>
<p><b>Worthy Mentions</b><br>
<a href="http://www.acquisitionx.com/" title="Acquisition"><img src="http://TorrentFreak.com/images/ACQXicon.png" alt="Acquisition" align="right"></a><a href="http://www.acquisitionx.com/" title="Acquisition"><b>Acquisition</b></a> is a Mac p2p program like Limewire that accesses popular file-sharing networks like Gnutella to search for files. It also doubles as a BitTorrent client. Although I have never been able to achieve superior download speeds that I do with Transmission or Azureus, it&#8217;s iTunes-integration is sweet.</p>
<p>From version 9 <a href="http://www.opera.com/" title="Opera Browser"><b>Opera</b></a> the popular cross-platform browser has implemented a simple, built-in BitTorrent client. It&#8217;s supposedly &#8220;targeted at novice users.&#8221;</p>
<p><a href="http://TorrentFreak.com/BitTorrent-client-comparison/">Windows Clients Comparison</a><br>
<a href="http://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software">BitTorrent Client Features</a> (wiki)</p>
<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://torrentfreak.com/mac-bt-clients/feed/</wfw:commentRss>
		<slash:comments>103</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s Movie Download Store</title>
		<link>https://torrentfreak.com/apples-movie-download-store/</link>
		<comments>https://torrentfreak.com/apples-movie-download-store/#comments</comments>
		<pubDate>Tue, 20 Jun 2006 10:13:00 +0000</pubDate>
		<dc:creator><![CDATA[Ernesto]]></dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[DRM and Other Evil]]></category>
		<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[DRM]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[p2p]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/apples-movie-download-store/</guid>
		<description><![CDATA[The rumor goes that Apple is currently working out a deal with some major players in the movie bussiness to start a movie download store. According to an article in Variety Apple CEO Steve Jobs wants the movies to be $9.99, but the Studio&#8217;s are giving him a hard time: Studios have resisted Jobs&#8217; initial [&#8230;]<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>The rumor goes that Apple is currently working out a deal with some major players in the movie bussiness to start a movie <em>download</em> store. </p>
<p>According to an <a href="http://www.variety.com/VR1117945470.html">article in Variety</a> Apple CEO Steve Jobs wants the movies to be $9.99, but the Studio&#8217;s are giving him a hard time:</p>
<blockquote><p>Studios have resisted Jobs&#8217; initial insistence that feature films be priced at the easy-to-remember $9.99. After all, library titles are typically sold to Wal-Mart and Best Buy significantly cheaper than new releases. Studios now are trying to convince Apple to sell similar content at multiple price points, something the company has never done.</p></blockquote>
<p>the article continues:</p>
<blockquote><p>Also complicating the deals: The studios are working out terms with a host of other distributors, including Amazon, Movielink and BitTorrent, in part to make sure that one company does not dominate. It seems that none of the studios wants to be first in making a deal with Apple. Disney would be the logical leader, but even they are cautious, fearing it will look like in-house synergy rather than a business decision.</p></blockquote>
<p>And the rumors <a href="http://www.bit-tech.net/news/2006/06/20/apple_999_movie_download_store/">go on</a>, there are &#8220;insiders&#8221; suggesting that the movie store wil be &#8220;BitTorrent powered, and that people can earn credits if they share bandwidth. This could go through the torrent client that will be included in OS X 10.5 &#8220;Leopard&#8221;. </p>
<p>Last month it <a href="http://TorrentFreak.com/free-itunes-content-for-BitTorrent-users-on-mac-os-x/">was announced</a> that BitTorrent users could save for free goodies from the Itunes store, if they help to distribute software updates.</p>
<p>Source: <a href="https://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://torrentfreak.com/apples-movie-download-store/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
