diff --git a/assets/manpage b/assets/manpage new file mode 100644 index 0000000..35172cd --- /dev/null +++ b/assets/manpage @@ -0,0 +1,36 @@ +.\" Manpage for mus-fuse. +.\" Contact ultradesu@hexor.ru to correct errors or typos. +.TH man 8 "27 Apr 2020" "0.7.2" "mus-fuse man page" +.SH NAME +mus-fuse \- mount a FUSE filesystem with music from remote server over HTTPs. +.SH SYNOPSIS +mus-fuse [OPTIONS] +.SH DESCRIPTION +MusFuse is a FUSE filesystem over HTTP for music. It is using playongo media library. It's completely written in Rust stable. +.SH FEATURES +Using self hosted media library. +.br +Security relies on HTTPS. +.br +Any player can be used. +.br +Using cache. +.br +Leverages Rust correctness. +.SH OPTIONS + --cache-head How many KiB cache in file beginning for speeding up metadata requests. [default: 768] +.br + --cache-max How many files store in cache. [default: 10] +.br +-c, --config Config file to use [default: /etc/mus-fuse.yaml] +.br +-m, --mountpoint Mount point for library +.br +-s, --server
Sets a server hosting your library with schema. (https or http) +.br +.SH SEE ALSO +fuse(8) +.SH BUGS +No known bugs. +.SH AUTHOR +AB (ultradesu@hexor.ru)