[go: up one dir, main page]

File: zomg.xml

package info (click to toggle)
zomg 0.3.10-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 384 kB
  • ctags: 44
  • sloc: sh: 1,195; ansic: 192; xml: 100; makefile: 89
file content (78 lines) | stat: -rw-r--r-- 2,351 bytes parent folder | download
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE article PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
                         'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd'>
<article>
<title>ZOMG</title>

<refentry id="zomg">

<refmeta>
<refentrytitle>zomg</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class='date'>November 18, 2007</refmiscinfo>
<refmiscinfo class='manual'>User commands</refmiscinfo>
</refmeta>

<refnamediv>
<refname>zomg</refname>
<refpurpose>last.fm submission and radio client</refpurpose>
</refnamediv>

<refsynopsisdiv>
<cmdsynopsis>
<command>zomg</command>
<arg choice="opt">
  <option>-n</option>
</arg>
<arg choice="opt">
  <option>-t</option>
</arg>
<arg choice="opt">
  <option>-z</option>
</arg>
<arg choice="opt" rep="repeat">musicfile</arg>
</cmdsynopsis>
<cmdsynopsis>
<command>zomg</command>
<arg choice="plain">
  <option>-r</option>
</arg>
<arg choice="opt">lastm url</arg>
</cmdsynopsis>
</refsynopsisdiv>

<refsect1><title>Description</title>
<para>For each file given on the command line, <command>zomg</command>
	will attempt to play the track then submit the requisite metadata to
	your last.fm profile.
</para>
<para>If it fails to get a success response or if <option>-n</option> is
	used, <command>zomg</command> will stop attempting to make outbound
	TCP connections, and will cache played tracks until <command>zomg</command>
	is next invoked, at which point it will attempt to flush the cache
	(thereby submitting all tracks to last.fm).
</para>

<para>
	To pass directories instead of files, use the <option>-t</option> option.
	<command>zomg</command> will recurse through each directory given on the
	command line and add playables file within to its internal playlist.
</para>
<para>
	If <option>-z</option> is used, <command>zomg</command> will
	shuffle the order that the tracks in the internal playlist
	(either passed on the command line without <option>-t</option>
	or within directories passed on the command line with
	<option>-t</option>) are played.
</para>
<para>
	Finally, if <option>-r</option> is used, <command>zomg</command>
	will enter interactive radio mode.  If a last.fm URL is passed
	to <command>zomg</command> <option>-r</option>, it will tune
	to that station before presenting the user with its initial
	prompt.
</para>
</refsect1>
</refentry>

</article>