File: control

package info (click to toggle)
mpdtoys 0.25.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104 kB
  • sloc: perl: 844; sh: 58; makefile: 19
file content (25 lines) | stat: -rw-r--r-- 1,124 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: mpdtoys
Section: sound
Priority: optional
Build-Depends: debhelper-compat (= 12)
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.4.1
Homepage: https://kitenet.net/~joey/code/mpdtoys/
Vcs-Git: https://salsa.debian.org/debian/mpdtoys.git
Vcs-Browser: https://salsa.debian.org/debian/mpdtoys

Package: mpdtoys
Architecture: all
Depends: perl, libaudio-mpd-perl (>= 1.100430-1), ${misc:Depends}
Suggests: mpd, libproc-daemon-perl, libterm-readkey-perl, libstring-approx-perl
Description: small command line tools and toys for MPD
 This is a collection of small toys and tools for doing various things
 to MPD (Music Player Daemon) from the command line. Some of them are
 very useful, while others are only amusing.
 .
 Some examples of things the mpdtoys can do include moving the playing
 song between different mpd daemons on different machines, storing
 the state of a mpd daemon and loading it back later, reversing the
 playlist, slowly fading volume up or down, stopping playback after the
 current song finishes, emulating a skipping record, and editing the
 playlist in a text editor.