Skip to content

ceritium/fuse-torrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuse-torrent

npm version

It is a working progress project, use it with precaution.

fuse-torrent is based on torrent-mount but it allows mounting several torrents at the same time.

To mount several torrents at the same time without hit the performance of the network it only connects to the torrent swarm when the filesystem tries to read a file. After some time of inactivity torrent-playing disconnect of the swarm.

Install

$ npm install -g fuse-torrent

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

Usage

$ fuse-torrent mount $HOME/torrentfs
$ fuse-torrent add "magneturl"

Check help for more info:

$ fuse-torrent --help

Watch the demo.

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

BTW: It works pretty well with Plex.

MIND BLOWN

TODO

  • Better documentation.
  • Pool for connected torrents.
  • Clean cached data for torrent-stream.
  • Avoid duplicates by infohash.
  • Allow more parameters on cli.
  • Configuration by file.

About

Allow mount several torrents in the filesystem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published