torrent-mount

Mount a torrent (or magnet link) as a filesystem in real time using torrent-stream and fuse. AKA MAD SCIENCE!

  • 所有者: mafintosh/torrent-mount
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

torrent-mount

Mount a torrent (or magnet link) as a filesystem in real time using torrent-stream and fuse.

AKA MAD SCIENCE!

npm install -g torrent-mount

You also need to install fuse. See this link for more info.

Usage

Open a terminal and cd to a directory where you want to mount your torrent

torrent-mount magnet:?xt=urn:btih:ef330b39f4801d25b4245212e75a38634bfc856e
Usage: torrent-mount <source>... [options]

source     .torrent file or magnet link to open

Options:
	-m PATH, --mount PATH   Mount location path [directory]  [.]
	-l, --lazy              Download only if accessed

After doing that open the same directory using a file browser.
The files of the torrent should be mounted there now and you should be able to double-click them to start streaming as regular files!

MIND BLOWN

Troubleshoot

Download the latest osxfuse dmg using this link and install it

http://sourceforge.net/projects/osxfuse/files/latest/download?source=files

The one provided by brew doesn't always seem to work. You also need pkg-config:

brew install pkg-config

License

MIT

主要指标

概览
名称与所有者mafintosh/torrent-mount
主编程语言JavaScript
编程语言JavaScript (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2014-04-24 22:29:56
推送于2015-03-29 21:32:27
最后一次提交2015-03-29 23:32:03
发布数15
最新版本名称v1.4.2 (发布于 2015-03-29 23:32:03)
第一版名称v1.0.0 (发布于 2014-04-25 00:31:42)
用户参与
星数1.4k
关注者数33
派生数63
提交数57
已启用问题?
问题数21
打开的问题数10
拉请求数3
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?