mirror of
https://github.com/house-of-vanity/mus-fuse.git
synced 2025-07-06 21:24:09 +00:00
Add readme.
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@ -0,0 +1,22 @@
|
||||
# MusFuse
|
||||
|
||||
[](https://travis-ci.org/joemccann/dillinger)
|
||||
|
||||
MusFuse is a FUSE filesystem over HTTP for music. It is using [playongo](https://github.com/nixargh/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](https://github.com/cmus/cmus))
|
||||
- Using cache.
|
||||
- Leverages Rust correctness.
|
||||
|
||||
# How to use
|
||||
|
||||
```sh
|
||||
# Compile
|
||||
$ cargo build --release
|
||||
# And run
|
||||
$ ./target/release/musfuse <mountpoint> <server>
|
||||
```
|
Reference in New Issue
Block a user