File: zeya.xml

package info (click to toggle)
zeya 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 368 kB
  • sloc: python: 1,144; xml: 239; makefile: 4
file content (167 lines) | stat: -rw-r--r-- 4,429 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"
 "file:///usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd"
[]>

<refentry>
  <refentryinfo>
    <author>
      <firstname>Romain</firstname>
      <surname>Francoise</surname>
    </author>
    <address>
      <email>rfrancoise@debian.org</email>
    </address>
    <date>2009-10-19</date>
  </refentryinfo>

  <refmeta>
    <refentrytitle>zeya</refentrytitle>
    <manvolnum>1</manvolnum>
  </refmeta>

  <refnamediv>
    <refname>zeya</refname>
    <refpurpose>a web music server</refpurpose>
  </refnamediv>

  <refsynopsisdiv>
    <cmdsynopsis>
      <command>zeya</command>
      <group>
	<arg>-h</arg>
	<arg>--help</arg>
      </group>
      <arg>--backend=<replaceable>backend</replaceable></arg>
      <arg>--path=<replaceable>path</replaceable></arg>
      <group>
	<arg>-b</arg>
	<arg>--bitrate=<replaceable>bitrate</replaceable></arg>
      </group>
      <group>
	<arg>-p</arg>
	<arg>--port=<replaceable>port</replaceable></arg>
      </group>
      <arg>--basic_auth_file=<replaceable>file</replaceable></arg>
    </cmdsynopsis>
  </refsynopsisdiv>

  <refsect1>
    <title>DESCRIPTION</title>
    <para>
      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.
    </para>
    <para>
      The client runs entirely in the browser using the HTML5 draft standard
      technologies (no plugins or external players are needed).
    </para>
  </refsect1>

  <refsect1>
    <title>OPTIONS</title>
    <variablelist>
      <varlistentry>
        <term><option>-h</option></term>
        <term><option>--help</option></term>
        <listitem>
          <para>
	    Display help.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>--backend</option></term>
        <listitem>
          <para>
	    Specify the backend to use.
	    <variablelist>
	      <varlistentry>
		<term>dir</term>
		<listitem>
		  <para>
		    Read a directory's contents recursively (default). See
		    <option>--path</option>.
		  </para>
		</listitem>
	      </varlistentry>
	      <varlistentry>
		<term>rhythmbox</term>
		<listitem>
		  <para>
		    Read from current user's Rhythmbox library.
		  </para>
		</listitem>
	      </varlistentry>
	      <varlistentry>
		<term>playlist</term>
		<listitem>
		  <para>
		    Read from the playlist (.m3u or .pls file) specified by
		    <option>--path</option>.
		  </para>
		</listitem>
	      </varlistentry>
	    </variablelist>
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>--path</option></term>
        <listitem>
          <para>
	    When used with <option>--backend</option>=dir, the directory in
	    which to look for music (default: ./). When used
	    with <option>--backend</option>=playlist, the absolute path of the
	    playlist file to be read.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>-b</option></term>
        <term><option>--bitrate</option></term>
        <listitem>
          <para>
	    Specify the bitrate for output streams, in kbps. (default:
	    64)
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>-p</option></term>
        <term><option>--port</option></term>
        <listitem>
          <para>
	    Listen for requests on the specified port. (default: 8080)
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>--basic_auth_file</option></term>
        <listitem>
          <para>
	    Require basic HTTP authentication and only allow users named in the
	    specified file. The file should be in <command>htpasswd</command>
	    format.
          </para>
        </listitem>
      </varlistentry>
    </variablelist>
  </refsect1>

  <refsect1>
    <title>COPYRIGHT</title>
    <para>
      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.
    </para>
  </refsect1>

  <refsect1>
    <title>SEE ALSO</title>
    <para><filename>/usr/share/doc/zeya/README</filename></para>
    <para><filename>/usr/share/doc/zeya/TODO</filename></para>
  </refsect1>
</refentry>