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
|
<?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>zeyaclient</refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv>
<refname>zeyaclient</refname>
<refpurpose>command-line client for Zeya</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>zeyaclient</command>
<arg choice="req">server-url</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para>
<command>zeyaclient</command> is a minimal command-line client for
Zeya. The user is prompted for a query, and all songs matching it
are played. The query may be matched against the title, artist, or
album of the song.
</para>
<para>
While a song is playing, the user can
press <keycombo><keycap>Ctrl+</keycap><keycap>c</keycap></keycombo>
to skip to the next song matching the query, or
<keycombo action="simul">
<keycap function="control">Ctrl+</keycap>
<keycap>c</keycap>
</keycombo>
<keycombo action="simul">
<keycap function="control">Ctrl+</keycap>
<keycap>c</keycap>
</keycombo>
to return to the prompt.
</para>
</refsect1>
<refsect1>
<title>COPYRIGHT</title>
<para>
<command>zeyaclient</command> was written by Phil Sung 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>
|