File: control

package info (click to toggle)
randomplay 0.60%2Bpristine-1.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 152 kB
  • sloc: perl: 922; makefile: 26
file content (32 lines) | stat: -rw-r--r-- 1,365 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
Source: randomplay
Section: sound
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8

Package: randomplay
Architecture: all
Depends: libdate-calc-perl,
         libdate-manip-perl,
         libmp3-info-perl,
         libogg-vorbis-header-pureperl-perl,
         libterm-readkey-perl,
         ${misc:Depends},
         ${perl:Depends}
Recommends: mpg321,
            vorbis-tools
Suggests: xosd-bin
Description: command-line based shuffle music player that remembers songs between sessions
 Randomplay plays your music collection (or execute any arbitrary commands on
 any arbitrary filetypes) in random order, remembering songs played across
 sessions. It also has many features to make command-line music playing more
 convenient, including recursive regexp searching for tracks and the ability to
 specify a certain number of tracks, bytes, or minutes to play.  Randomplay
 will also generate a list of music files to be loaded onto a portable music
 player device.  It includes a 'random weighting' feature, so your favorite
 songs are more likely to come up in the random shuffle.
 .
 Randomplay is a convenient tool for the user who does everything in an xterm
 window or console and is constantly devising complex find/grep/sed command
 lines to play just the right set of songs.