fix pruning tags + only prune files/dirs under @ARGV
[id3fs.git] / debian / control
1 Source: id3fs
2 Section: utils
3 Priority: optional
4 Build-Depends: debhelper (>= 7)
5 Build-Depends-Indep: perl
6 Maintainer: Ian Beckwith <ianb@debian.org>
7 Standards-Version: 3.9.1
8 Homepage: http://erislabs.net/ianb/projects/id3fs/
9
10 Package: id3fs
11 Architecture: all
12 Depends: libfuse-perl, libdbi-perl, libdbd-sqlite3-perl, libmp3-tag-perl, libaudio-flac-header-perl, libogg-vorbis-header-perl, ${misc:Depends}, ${perl:Depends}
13 Description: FUSE-based filesystem for browsing audio metadata
14  id3fs provides a browsable filesystem of your music files, organised
15  into sub-directories by id3 tags (or flac/ogg comments).
16  .
17  id3fs allows you to construct boolean queries from a tag folksonomy
18  such as:
19  .
20    goth/AND/decade/1980s/
21    postrock/AND/NOT/rating/terrible/
22    thrash/OR/rapmetal/AND/NOT/wears-a-red-hat/
23    prog/AND/decade/1970s/OR/psychedelia/AND/decade/1960s/
24    location/sweden/AND/screamo/AND/postrock/
25  .
26  Multiple tags can be stored in the genre tag, separated by commas.