Files
mus-fuse/README.md
2020-04-17 18:20:20 +03:00

622 B

MusFuse

Build Status

MusFuse is a FUSE filesystem over HTTP for music. It is using playongo media library. It's completely written in Rust stable.

Features

  • Using self hosted media library.
  • Security relies on HTTPS.
  • Any player can be used. (tested on Cmus)
  • Using cache.
  • Leverages Rust correctness.

How to use

# Compile
$ cargo build --release
# And run
$ ./target/release/musfuse <mountpoint> <server>