mirror of
https://github.com/house-of-vanity/mus-fuse.git
synced 2026-08-10 16:14:40 +00:00
14e49cc9cdd08667e811e0ef23e908d53a38252d
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>
Languages
Rust
95.9%
Shell
4.1%