File: control

package info (click to toggle)
pyxmms-remote 1.12-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 568 kB
  • ctags: 21
  • sloc: sh: 600; python: 280; makefile: 63
file content (25 lines) | stat: -rw-r--r-- 1,063 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
Source: pyxmms-remote
Section: sound
Priority: optional
Maintainer: Florent Rougon <frn@debian.org>
Build-Depends-Indep: texinfo, texi2html, docbook-to-man
Build-Depends: debhelper (>= 4)
Standards-Version: 3.6.1

Package: pyxmms-remote
Architecture: all
Depends: python, python-xmms (>= 2.04)
Description: command-line interface to XMMS
 PyXMMS-remote allows you to control (or start, or terminate) an XMMS
 session from your shell's command-line (or a program, or a MIME-aware
 application, or whatever you want).
 .
 There are a lot of queries and actions you can perform with PyXMMS-remote.
 Here are some examples: play or pause the current playlist entry, stop
 playing, jump to a playlist entry, add files or URLs to the playlist, get
 or set the volume, balance or the equalizer settings, toggle the main or
 playlist window, end the XMMS session...
 .
 PyXMMS-remote is written in the Python programming language and uses
 (through PyXMMS, packaged as python-xmms in Debian), the xmms_remote_*
 functions provided by the libxmms library, hence its name.