[go: up one dir, main page]

File: coverview.xml

package info (click to toggle)
audiotools 3.1.1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 18,200 kB
  • sloc: ansic: 417,746; python: 59,089; xml: 1,639; makefile: 303; sh: 99
file content (43 lines) | stat: -rw-r--r-- 1,488 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
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2007-2015  Brian Langenberger
This work is licensed under the
Creative Commons Attribution-Share Alike 3.0 United States License.
To view a copy of this license, visit
http://creativecommons.org/licenses/by-sa/3.0/us/ or send a letter to
Creative Commons,
171 Second Street, Suite 300,
San Francisco, California, 94105, USA.
-->
<manpage>
  <utility>coverview</utility>
  <author>Brian Langenberger</author>
  <section>1</section>
  <name>display cover images</name>
  <title>Cover Image Viewer</title>
  <synopsis>[OPTIONS] &lt;track 1&gt; [track 2] ...</synopsis>
  <description>
    coverview displays cover images which are embedded in audio tracks.
  </description>
  <options>
    <option short="h" long="help">show a list of options and exit</option>
    <option long="no-gtk">
      disable PyGTK-based GUI, if available
    </option>
    <option long="no-tkinter">
      disable Tkinter-based GUI, if available
    </option>
  </options>
  <element name="requirements">
    <p>
      coverview requires either PyGTK or Tkinter to display a GUI for
      cover art.
      If PyGTK is installed, no other requirements are necessary beyond
      the Python Audio Tools themselves.
      If Tkinter is installed, the Python Imaging Library is also
      required since Tkinter has only rudimentary graphics decoding support.

      If both are installed, coverview will use PyGTK by default.
    </p>
  </element>
</manpage>