File: control

package info (click to toggle)
minirok 0.9.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 372 kB
  • ctags: 378
  • sloc: python: 2,427; xml: 152; cpp: 118; sh: 70; makefile: 45
file content (50 lines) | stat: -rw-r--r-- 2,012 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
Source: minirok
Section: kde
Priority: optional
Maintainer: Adeodato Simó <dato@net.com.org.es>
Build-Depends: debhelper, python, kdelibs4c2a
Standards-Version: 3.7.3
Homepage: http://chistera.yi.org/~adeodato/code/minirok

Package: minirok
Architecture: all
Depends: python (>= 2.4),
 python-qt3, python-kde3,
 python-mutagen,
 python-gst0.10, gstreamer0.10-alsa | gstreamer0.10-audiosink,
 gstreamer0.10-plugins-base, gstreamer0.10-plugins-good, gstreamer0.10-plugins-ugly,
 ${misc:Depends}, ${python:Depends}
Suggests: lastfmsubmitd, gstreamer0.10-plugins-bad
Description: a small music player written in Python and inspired by Amarok
 Minirok is a small music player written in Python for the K Desktop
 Environment. As its name hints, it's modelled after Amarok, but with a
 reduced set of features. In particular, it is designed to cover all the
 needs and wishes of the author, leaving everything else out. The look
 and feel is almost identical to Amarok's, though.
 .
 The main interface is a *tree view of the filesystem*, with a playlist
 that can only be populated via drag and drop. There is no collection
 built from tags, so it's targeted at people whose collection is
 structured in a tree already at the filesystem level. Searches can be
 performed both in the tree view and the playlist.
 .
 Other features include:
 .
  * DCOP interface for controlling the player and retrieving the
    currently played track, among other things
 .
  * alter the playing order in the playlist by queueing tracks;
    stop after a certain track; repeat track or playlist; random mode;
    undo and redo
 .
  * reading of tags when adding to the playlist can be disabled by
    specifying a regular expression to extract them from the filename
 .
  * submission of played songs to Last.fm (with lastfmsubmitd)
 .
  * support for the classic Amarok "funky-monkey" theme
 .
  * global keybindings (see README.Usage for details)
 .
 Minirok is written using the PyKDE bindings and the GStreamer media
 framework.