beatunes 1.2.15 torrent
BTJunkie Torrent Search 1.0
BTJunkie Torrent Search will let you search BTJunkie.org for torrent files... more>>
DVD Copy for Mac enables you to copy an entire DVD movie in 1:1 ratio perfectly in the cases of copying D5 to D5, D9 to D9, D5 to D9 and compress DVD-9 (dual-layer DVD) to one DVD-5 disc easily. It also allows you to copy the main movie of the DVD only. With the powerful function, this software can not only copy DVD movie to ISO file or DVD folder and back up DVD to hard disc drive, but also burn ISO file and DVD folder to DVDs.
DVD Copy for Mac is a special version designed for Mac user and gets the following features to catch Mac fans? attention:
1.It features fast burning speed and easy-to-handle settings.
2.It can compress DVD-9 (dual-layer DVD) to one DVD-5 disc with ease.
3.It can do lossless copy of the entire DVD-9 movie to 8.5GB Dual Layer recordable media.
4.It allows you to create Customized DVD Copy at will.
5.It supports both NTSC and PAL DVD movie copying.
6.It can clone DVD software as it copies the whole DVD movie to DVD in 1:1 ratio.
Facing such excellent software, what are you waiting for? Right, download the DVD Copy for Mac at once and have a try of it. Having this powerful software, you can get much more pleasure from your favorite DVDs.
System Requirements: 64MB RAM
<<lessBluePhoneMenu 1.2.15
BluePhoneMenu is regarded as a simple and salutary application that adds Caller ID and SMS functionality to your menu bar and desktop using your Bluetooth enabled phone. more>>
BluePhoneMenu 1.2.15 is regarded as a simple and salutary application that adds Caller ID and SMS functionality to your menu bar and desktop using your Bluetooth enabled phone.
BluePhoneMenu keeps a log of who's called at your fingertips, allowing you to call back or SMS a reply directly from the menu. You can also monitor the current signal strength and battery power of your phone or phones. Advanced auto-completion lets you call or SMS anyone in your Address Book by typing the first few letters of their first or last name, nickname or email address.
MakeTorrent 1.0
MakeTorrent - A simple drag & drop tool for creating .torrent files in OS X more>>
With MakeTorrent you will able to optionally create private torrent files (see readme). Cobbled together from other peoples code (see readme again).
CreateTorrent Widget 1.0
CreateTorrent Widget - a little widget for creating .torrent files more>>
You just have to drop a directory or some files from Finder/Desktop on it and it will create a BitTorrent file on your desktop.
Bits on Wheels 1.0.6
Bits on Wheels is a BitTorrent client more>>
Dont forget to setup/check your Preferences when using version 1.0.x for the first time.
Please visit the Bits on Wheels page for all your technical questions, suggestions, bug reports...
You will also find screenshots, news, etc.
And dont forget to check the often-updated News page too !
Enhancements:
New:
- You can now click and rotate/move/zoom the 3D Swarm view ! Use the command/option/control keys while dragging to move/zoom/rotate the view.
- new 3D Swarm representation : Vertical Race ! Peers start at the bottom and raise up as they complete a torrent.
- new 3D tools palette lets you rotate and zoom the 3D view. 3D Options have been moved there.
- IP addresses can now be selected and copied to the clipboard, inside the Peers view.
Fixes :
- endgame was so-so in 105 and seems to be real nice now.
- when rechecking hash, the available pieces werent re-sorted resulting in 0 piece being downloaded.
- crash when updating the validated graph.
- removed a couple deadlocks.
- crash in race condition.
- visual artefacts while checking hash in 3D swarm view.
- tidying up multi-threading.
- Memory leak when stopping torrents. Another leak with outgoing connexions.
- Better Peer handshaking when peer has 0 piece available.
- Most Panther crashes.
- Many fixes here and there.
Mods :
- modified the pieces ring in the 3d view to be more accurate.
- changed the amount of requested pieces to avoid stalling.
Known Problems :
- Panther only : BoW seems to be incompatible with some APE modules.
libtorrent 0.14.4
Free and open source C++ library that aims to be a good alternative to all the other bittorrent implementations around more>> Free and open source C++ library that aims to be a good alternative to all the other bittorrent implementations around
libtorrent is a C++ implementation of the BitTorrent protocol with the goals of being efficient and easy to use.
libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent implementations around.
Although it comes with a working example client, libtorrent is a library and not a full featured client.
The main goals of libtorrent are:
- to be cpu efficient
- to be memory efficient
- to be very easy to use
libtorrent has been successfully compiled and tested on:
- Windows 2000 vc7.1, vc8
- Linux x86 GCC 3.3, GCC 3.4.2
- Mac OS X (darwin), (Apples) GCC 3.3, (Apples) GCC 4.0
- Sun OS 5.8 GCC 3.1
- Cygwin GCC 3.3.3
NOTE: libtorrent is licensed and released under the BSD-license.
Main features:
- trackerless torrents (using the Mainline kademlia DHT protocol) with some DHT extensions.
- support for IPv6
- NAT-PMP and UPnP support (automatic port mapping on routers that supports it)
- piece-wise, unordered, incremental file allocation
- uses separate threads for checking files and for main downloader, with a fool-proof thread-safe library interface. (i.e. Theres no way for the user to cause a deadlock). (see threads)
- adjusts the length of the request queue depending on download rate.
- multitracker extension support (as specified by John Hoffman)
- supports files > 2 gigabytes.
- serves multiple torrents on a single port and in a single thread
- fast resume support, a way to get rid of the costly piece check at the start of a resumed torrent. Saves the storage state, piece_picker state as well as all local peers in a separate fast-resume file.
- HTTP seeding, as specified by Michael Burford of GetRight.
- piece picking on block-level (as opposed to piece-level). This means it can download parts of the same piece from different peers. It will also prefer to download whole pieces from single peers if the download speed is high enough from that particular peer.
- supports the udp-tracker protocol by Olaf van der Spek.
- queues torrents for file check, instead of checking all of them in parallel.
- supports http proxies and basic proxy authentication
- gzipped tracker-responses
- can limit the upload and download bandwidth usage and the maximum number of unchoked peers
- implements fair trade. User settable trade-ratio, must at least be 1:1, but one can choose to trade 1 for 2 or any other ratio that isnt unfair to the other party.
- supports an extension protocol. See extensions.
- supports the no_peer_id=1 extension that will ease the load off trackers.
- possibility to limit the number of connections.
- delays have messages if theres no other outgoing traffic to the peer, and doesnt send have messages to peers that already has the piece. This saves bandwidth.
- does not have any requirements on the piece order in a torrent that it resumes. This means it can resume a torrent downloaded by any client.
- supports the compact=1 tracker parameter.
- selective downloading. The ability to select which parts of a torrent you want to download.
- ip filter to disallow ip addresses and ip ranges from connecting and being connected
Enhancements
- connect candidate calculation fix
- tightened up disk cache memory usage
- fixed magnet link parser to accept hex-encoded info-hashes
- fixed inverted logic when picking which peers to connect to
- (should mean a slight performance improvement)
- fixed a bug where a failed rename_file() would leave the storage
- in an error state which would pause the torrent
- fixed case when move_storage() would fail. Added a new alert
- to be posted when it does
- fixed crash bug when shutting down while checking a torrent
- fixed handling of web seed urls that didnt end with a
- slash for multi-file torrents
- lowered the default connection speed to 10 connection attempts
- per second
- optimized memory usage when checking files fails
- fixed bug when checking a torrent twice
- improved handling of out-of-memory conditions in disk I/O thread
- fixed bug when force-checking a torrent with partial pieces
- fixed memory leak in disk cache
- fixed torrent file path vulnerability
- fixed upnp
- fixed bug when dealing with clients that drop requests (i.e. BitComet)
- fixes assert as well
TorrentDam 1.3
TorrentDam offers a simple to use, yet sophisticated tool which helps you search torrent files on seven search engines: more>>
TorrentDam 1.3 offers a simple to use, yet sophisticated tool which helps you search torrent files on seven search engines:
- Bitjunkie
- IsoHunt
- Mininova
- Demonoid
- TorrentReactor
- ThePirateBay
- MyBittorrent
This software is released under GPL.

Kinescope 1.13
Kinescope is designed to be a smart tool which functions as a video aggregator. more>>
Kinescope 1.13 is designed to be a smart tool which functions as a video aggregator. Kinescope allows users to subscribe to channels and automatically receive video. Kinescope integrates with weblogs to allow any user to distribute very high quality video files through their blog entries.
- Major Rewrite: Ability to create/share channels and episodes, new UI, new torrent engine.
- Mac OS X 10.3 or later, Mac OS X 10.4 recommended.
Opera 9.23 Final
Opera introduces the looks and the performance of an exceptional Web browser more>>
Operas user interface has received a major overhaul with the new start-up dialog, and new default buttons, skin and panels in a blue and white color scheme that can be changed back to classic Opera look or another design. At start-up you can select a single or multiple document interface (SDI/MDI).
Opera is a standards-compliant Web browser for Windows, Unix, Mac, QNX, Symbian, OpenBSD and several other operating systems. Opera gives you a better Internet experience with its combination of speed, unique features, and keyboard shortcuts.
Opera for Mac is available for free in an ad-sponsored version, or without the ads through a paid registration.
It offers Mac-specific features such as keychain access in forms and a cookie manager. It is also the first Mac browser to be available as a shared library. Application developers can now include the Opera shared library inside their applications.
Main features:
- Fresh new look
- Weve cleaned up our front yard. The Opera 8 interface is designed to make the advanced functions easy and effective to use. Menus, toolbars and other elements have undergone our "slim and clean"-routine. The licensed version has the largest browsing area in the industry.
- Security
- Stay away from spy-ware, viruses, and other malicious applications that silently attack your computer while you are surfing the Web. For example, Opera displays security information inside the address bar, located next to the padlock icon that indicates the level of security present on a site. Opera 8 also provides protection against phishing attacks and automatically checks for security updates. More about security
- Speed
- Were holding on to our claim: "The Fastest Browser on Earth". In Opera 8, further improvements have been made in the way the browser reads pages to allow you to fly the Web.
- Tabbed browsing and pop-up blocking
- Opera pioneered tabs and pop-up blocking ages ago. But theyre still key features that more and more people start enjoying. With tabs you can open multiple pages within the same application window. Opera lets you control whether to block all pop-ups, or open only the ones that you have requested.
- Integrated search
- Search your favorite sites, for example Google, eBay, or Amazon without having to go to their Web pages. Use the integrated search window or search directly in the address field using shortcuts (e.g. writing "g Opera" in the address field will search for "Opera" using Google).
- Customization
- Using the appearance dialog you can make Opera look almost any way you want. Move buttons and search fields, add and remove toolbars, and so forth. Opera skins can change the look of your browser by giving it the icons and buttons of your choice.
- Password manager
- Operas password manager, the Wand, remembers your usernames and passwords so you will not have to. The password manager can store more than one username and password combination for each page, and will let you choose which one to use if multiple combinations are stored.
- Additional features
- Full support for Gmail
- Support for Atom newsfeeds
- First Web browser to natively support Scalable Vector Graphics (SVG).
This is a preview version of Opera. Use only on properly backed up computers and do not install over previous Opera versions.
Enhancements:
Speed Dial
- Now you have a new way to access your favorite Web sites. Just open a new tab to get your Speed Dial. Its easy to populate and addictive to use.
Fraud protection
- Operas advanced fraud protection protects you against web sites that try to steal your personal information. Watch the demo to learn how to enable this feature.
BitTorrent
- You dont need a separate BitTorrent application to download large files. Simply click a torrent link and start the download.
Add your favorite search engines
- Right-click on the sites search field and select "Create search" from the menu.
Content blocker
- Remove ads or images - its up to you. Right-click (CTRL-click on the Mac) on the Web page and choose Block content.
Site preferences
- Want to view a site in a different way or deny certain cookies? Want to block pop-ups on certain sites only? Right click and select "Edit site preferences".
Widgets
- Small Web applications (multimedia, newsfeeds, games and more) that make your desktop experience more fun. Use the Widgets menu to discover new widgets and access your favorites. Visit widgets.opera.com to learn more.
Improved rich text editing
- Use advanced text editing features for todays most popular Web applications.
Thumbnail preview
- It is easy to have many tabs open at once in Opera. But exactly which tab had that video you wanted? Hover your mouse on any tab to see a thumbnail preview.
aria2 1.4.1
Open source utility for downloading files from BitTorrent and Metalink more>> Open source utility for downloading files from BitTorrent and Metalink
aria2 is a utility for downloading files. The supported protocols are http(s)/ftp/BitTorrent/Metalink.
aria2 has powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols, utilizing your download bandwidth to the max.
aria2 even supports downloading a file from http/ftp and BitTorrent at the same time, while the data downloaded from http/ftp is uploaded to BitTorrent swarm.
aria2 also provides most reliable http/ftp downloading experience ever. Using Metalinks chunk checksums, aria2 automatically validates chunk of data while downloading like BitTorrent.
aria2 has segmented downloading engine in its core. It can download one file from multiple URLs or multiple connections from one URL.
This results in very high download speeds, much faster than ordinary browsers.
Main features:
- Command-line interface
- Download files through HTTP/HTTPS/FTP/BitTorrent
- HTTP Proxy support
- FTP through HTTP Proxy
- HTTP BASIC authentication support
- HTTP Proxy authentication support
- Segmented downloading
- Download speed throttling
- Upload speed throttling in BitTorrent
- Cookie support
- Load Cookies from file whose format is one used by Netscape and Mozilla.
- Run as a daemon process.
- Selective download in multi-file torrent/metalink
- BitTorrent Fast extension support
- Multi-tracker support
- Metalink version 3.0 support(HTTP/FTP/BitTorrent)
- Chunk checksum validation in Metalink
- Can disable segmented downloading in Metalink
- netrc support
- Configuration file support
- Download URIs found in a text file or stdin
- Parameterized URI support
Enhancements
- Documented missing seeder in getPeers xml-rpc method.
- Added uploadLength and numSeeders to the response of tellStatus xml-rpc method.
- Added missing #ifdef ENABLE_ASYNC_DNS guard.
- Added fork() emulation using CreateProcess() in MinGW.
License:GPL

Transmission 1.75b2
Transmission is such a simple and useful program that isdesigned to integrate tightly with whatever computing environment you choose to use. more>>
Transmission 1.75b2 is such a simple and useful program that is designed to integrate tightly with whatever computing environment you choose to use.
Transmission has been built from the ground up to be a lightweight, yet powerful BitTorrent client. Transmission strikes a balance between providing useful functionality without feature bloat. Furthermore, it is free for anyone to use or modify.
Transmission runs natively on over five operating systems. Seamless configuration of your network, intelligent banning of peers who send corrupted data, protocol encryption, and built in Peer Exchange are some of the features which enable Transmission to download your files as quickly as possible. All this is done in the background, without the user having to worry about complicated settings.
These days, bandwidth is a precious commodity. Transmission allows you to ration this commodity efficiently. You might want to queue your torrents for maximum performance. Or throttle their speed during peak periods. Transmission easily lets you do both, and thus only works its hardest when you want it to. Support for Growl notifications and dock badging keep you updated with what's going on so you can get back to doing more important things.
Major Features:
- Easy.
- Transmission is designed from the ground up to balance power with simplicity. We've set initial preferences so things "Just Work", while advanced features like watch directories, bad peer blocking, and the web interface can be configured with just a few clicks. When Ubuntu chose Transmission as its default BitTorrent client, one of the most-cited reasons was its easy learning curve.
- Lean.
- With few dependencies and written in C, Transmission has the lowest memory footprint of any BitTorrent client we've seen. It's also the client of choice on low-memory hardware. Imageshack chose Transmission for its BitTorrent farms because the competition "requires amounts of memory several times greater than Transmission".
- Native.
- Unlike some cross-platform programs, Transmission seamlessly integrates with your operating system. The Mac OS X interface is written in Objective-C and uses Growl notifications and dock badging to keep you informed.
- The GTK+ interface has been carefully written with the GNOME Human Interface Guidelines in mind. It uses libnotify for torrent notification, DBUS for hibernation management, and GIO for watch directories.
- Powerful.
- Transmission has the features you expect in a BitTorrent client: encryption, a web interface, peer exchange, DHT, UPnP and NAT-PMP port forwarding, web seed support, watch directories, tracker editing, global and per-torrent speed limits, and more.
- Free.
- Transmission is free software. All its code is freely available online and is licensed under either the GNU Public License v2 or the MIT License. The development team welcomes anyone who is interested in contributing code, documentation, translations, or other help.
Requirements: Requires Mac OS X 10.5 or later.
You might want to queue your torrents for maximum performance. Or throttle their speed duringLicense:Freeware
License:Freeware
is also free, making it a very attractive option for anyone who works with torrents. Major ... It uses libnotify for torrent notification, DBUS for hibernation management, and GIO forLicense:Freeware
License:Freeware
LimeWire X 5.2.2 Beta / 5.1.3
Great alternative to the Napster client which is now defunct. LimeWire is a great alternative to the Napster client which is now defunct more>> Great alternative to the Napster client which is now defunct.
LimeWire is a great alternative to the Napster client which is now defunct.
LimeWire also offers the ability to search for videos, images, and program applications.
Main features:
- Ease of use - just install, run, and search
- Ability to search by artist, title, genre, or other metainformation
- Elegant multiple search tabbed interface
- Swarm downloads from multiple hosts help you get files faster
- iTunes integration for Mac and Windows users
- Unique ultrapeer technology reduces bandwidth requirements for most users
- Integrated chat
- Directly connect to a computer
- Browse host feature--even works through firewalls
- Added Bitzi metadata lookup
- International versions: Now available in many new languages.
- Connects to the network using GWebCache, a distributed connection system
- Automatic local network searches for lightning-fast downloads. If youre on a corporate or university network, download files from other users on the same network almost instantaneously!
- Support for MAGNET links that allow you to click on web page links that access Gnutella.
System requirements:
- 256 MB RAM.
- A live connection to the Internet.
-
Enhancements
- Fix launching a video from the download tray.
- Fix a bug in which a completed torrent download vanishes.
- Show the download torrent in the Library.
- Enable Clear Finished link in the download tray when a torrent completes a download.
- Add a resume state for torrents so users see the proper status.
- Rebuild libtorrent library and update binaries.
- Fix wide character support (UTF-8) for torrents.
- Fix exceptions when using an Advanced Filter prior to any search results appearing.
- Fix column order problem when Advanced Filters were added and removed.
- Improve UI loading time.
- Detect the google:nosave feature and use it to turn off server side message logging when exchanging LimeWire custom messages.
- Properly store uptime values even upon unexpected closing of LimeWire.
- Fix Ivy settings.
BitPump 1.00
BitPump is a Bittorrent client more>>
Rather than from a single server, files are transferred in bits, originating from a server (seed) and shared via a p2p network of other .torrent clients (peers) allowing for high-speed downloads. Breaking files into pieces balances the load between the many "leeches", and greatly reduces bandwidth usage.
Several interface choices provide variable information about downloads: Minimal displays no details, simply downloads the file;
Normal displays some, such as download speeds; and Manager is an advanced mode that can display all technical details, including a list of IP connections, metafile information, and precise data on files, file pieces, and progress percentage.
Bitpump can be integrated into Finder as a .torrent file type to automatically handle .torrent download files, providing a simple and efficient process for users.
Vuze provides users with a comprehensive bit torrent software application to Find, DownloadLicense:Freeware
