All Projects → nicoSWD → Put.io Adder

nicoSWD / Put.io Adder

Licence: mit
OS X put.io client that acts as handler for magnet: links and .torrent files, and adds them to your put.io download queue

Projects that are alternatives of or similar to Put.io Adder

Bt
BitTorrent library and client with DHT, magnet links, encryption and more
Stars: ✭ 2,011 (+1069.19%)
Mutual labels:  streaming, torrent, bittorrent, magnet
Snail
基于Java、JavaFX开发的下载工具,支持下载协议:BT(BitTorrent、磁力链接、种子文件)、HLS(M3U8)、FTP、HTTP。人家才不要你的⭐⭐呢,哼
Stars: ✭ 102 (-40.7%)
Mutual labels:  torrent, bittorrent, magnet
Vlc Bittorrent
A bittorrent plugin for VLC.
Stars: ✭ 198 (+15.12%)
Mutual labels:  streaming, torrent, bittorrent
Confluence
Torrent client as a HTTP service
Stars: ✭ 126 (-26.74%)
Mutual labels:  streaming, torrent, bittorrent
Webtorrent
⚡️ Streaming torrent client for the web
Stars: ✭ 25,554 (+14756.98%)
Mutual labels:  streaming, torrent, bittorrent
bthello
Python3 DHT 磁力种子爬虫 种子解析 种子搜索 演示地址
Stars: ✭ 43 (-75%)
Mutual labels:  torrent, bittorrent, magnet
Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (-78.49%)
Mutual labels:  torrent, streaming, bittorrent
torrent-spider
基于DHT的p2p网络资源爬虫
Stars: ✭ 65 (-62.21%)
Mutual labels:  torrent, bittorrent, magnet
Torrent
Full-featured BitTorrent client package and utilities
Stars: ✭ 4,138 (+2305.81%)
Mutual labels:  streaming, torrent, bittorrent
Aria2.sh
Aria2 一键安装管理脚本 增强版
Stars: ✭ 1,276 (+641.86%)
Mutual labels:  torrent, bittorrent, magnet
Bit Torrent
📁 🌎 BitTorrent client built with Python + asyncio
Stars: ✭ 111 (-35.47%)
Mutual labels:  torrent, bittorrent
Enime
Desktop application for anime fans :D
Stars: ✭ 104 (-39.53%)
Mutual labels:  streaming, torrent
Dfi
Peer-to-peer torrent indexing
Stars: ✭ 118 (-31.4%)
Mutual labels:  torrent, bittorrent
Torrentpier
Main project repository
Stars: ✭ 166 (-3.49%)
Mutual labels:  torrent, bittorrent
Ssbc
手撕包菜网站
Stars: ✭ 1,382 (+703.49%)
Mutual labels:  torrent, magnet
Autodl Trackers
Tracker files for autodl-community fork of autodl-irssi
Stars: ✭ 133 (-22.67%)
Mutual labels:  torrent, bittorrent
Ut metadata
BitTorrent Extension for Peers to Send Metadata Files (BEP 9)
Stars: ✭ 98 (-43.02%)
Mutual labels:  bittorrent, magnet
Torrentinim
A very low memory-footprint, self hosted API-only torrent search engine. Sonarr + Radarr Compatible, native support for Linux, Mac and Windows.
Stars: ✭ 123 (-28.49%)
Mutual labels:  torrent, bittorrent
Pytorrent
Simple and functional BitTorrent client made in Python - Use for learning
Stars: ✭ 135 (-21.51%)
Mutual labels:  torrent, bittorrent
Wt Tracker
High-performance WebTorrent tracker
Stars: ✭ 144 (-16.28%)
Mutual labels:  torrent, bittorrent

Put.io magnet: and .torrent Handler for OS X

screenshot

Put.IO Adder is a small open source app for OS X, that registers as new handler for magnet: URI schemes, so that every time you click on a magnet link, it will automatically add it to your put.io download queue.

Follow me on Twitter: @nicoSWD!

FEATURES

  • Automatically add magnet: links and .torrent files to your download queue by clicking on them
  • Stream finished movies directly from the app (requires VLC to be installed in /Applications)
  • View current transfers and their download status
  • Double click transfers to open them on put.io
  • Notification Center notifications on finished downloads
  • etc...

DOWNLOADS

Version Downloads
put.io adder v3.0.4 total

(Older releases can be found here)

NOTES

  • The app requires you to have a put.io account. They're probably not free anymore.
  • The app requires Keychain Access to store put.io's OAuth Token. Denying access will prevent the app from working.
  • To disable Notification Center, go to System Preferences -> Notifications -> Scroll to Put.IO Adder, and make your changes.
  • There are three ways to upload .torrent files to your account:
    • Drag the .torrent file onto the app icon
    • Make put.io adder your default handler for .torrent files
    • Or right click the torrent and pick "Open with" > put.io adder

Please report issues you may encounter. Pull requests are also very welcome!

CONTRIBUTE

AFNetworking, PutioKit, and SSKeyChain have been added as submodules. To clone the repo in its entirety, use:

$ git clone --recursive [email protected]:nicoSWD/put.io-adder.git

All contributions are greatly appreciated. If you want to help, send a pull request, or open a new issue with a feature request.

Some ideas for improvement are:

  • Check if put.io adder is the default handler for magnet links and torrent files on startup. ~/Library/Preferences/com.apple.LaunchServices.plist needs to be parsed and/or modified for that. If it's not, an alert asking to change that should be fired.
  • A "Default folder preference" option could be added.
  • An option to download finished transfers to the computer through the app would be nice.
  • A way to browse through existing files and folders on put.io.
  • More languages.
  • Settings could be moved to a new preference pane in System Preferences.
  • Design improvements.
  • A way to stream finished files through the app.
  • Authentication could be improved by adding a new custom URI scheme. When authenticating, the browser should open and go to put.io's authentication page, and a callback to something like putio://callback would open the app and pass over the OAuth token. Just like mikker's Putter app does. (Added in v2.7)
  • Besides Notification Center, a badge could be added to the app icon, indicating the number of finished downloads. Or the download progress could be shown there.
  • etc...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].