A web music server
zeya \kx [-h | --help] [--backend=backend] [--path=path] [-b | --bitrate=bitrate] [-p | --port=port] [--basic_auth_file=file]
Zeya is a streaming music server that brings your music to any computer with a web browser. It reads your music library, lets you browse your files, and streams them on demand.
The client runs entirely in the browser using the HTML5 draft standard technologies (no plugins or external players are needed).
\*(T<-h\*(T>, \*(T<--help\*(T>
Display help.
\*(T<--backend\*(T>
Specify the backend to use.
dir
Read a directory's contents recursively (default). See \*(T<--path\*(T>.
rhythmbox
Read from current user's Rhythmbox library.
playlist
Read from the playlist (.m3u or .pls file) specified by \*(T<--path\*(T>.
\*(T<--path\*(T>
When used with \*(T<--backend\*(T>=dir, the directory in which to look for music (default: ./). When used with \*(T<--backend\*(T>=playlist, the absolute path of the playlist file to be read.
\*(T<-b\*(T>, \*(T<--bitrate\*(T>
Specify the bitrate for output streams, in kbps. (default: 64)
\*(T<-p\*(T>, \*(T<--port\*(T>
Listen for requests on the specified port. (default: 8080)
\*(T<--basic_auth_file\*(T>
Require basic HTTP authentication and only allow users named in the specified file. The file should be in htpasswd format.
Zeya was written by Phil Sung and Samson Yeung and is licensed under the terms of the GNU Affero GPL license, version 3 or later.
\*(T</usr/share/doc/zeya/README\*(T>
\*(T</usr/share/doc/zeya/TODO\*(T>