mirror of
https://github.com/house-of-vanity/mus-fuse.git
synced 2025-07-06 21:24:09 +00:00
622 B
622 B
MusFuse
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>