X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=debian%2Fcontrol;h=400b8b6f97a3fdd1f1c2bf028b2af948fcf66b98;hb=d1601af7aa0993a69785157d18d8e3a029b1161a;hp=1d0695e186105dac86d1848ac437039b6984b151;hpb=04ab7ca5fdec301452052f84874486de82517d9b;p=id3fs.git diff --git a/debian/control b/debian/control index 1d0695e..400b8b6 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,18 @@ Homepage: http://erislabs.net/ianb/projects/id3fs/ Package: id3fs Architecture: all -Depends: ${misc:Depends}, ${perl:Depends} +Depends: libfuse-perl, libdbi-perl, libdbd-sqlite3-perl, libmp3-tag-perl, libaudio-flac-header-perl, libogg-vorbis-header-perl, ${misc:Depends}, ${perl:Depends} Description: FUSE-based filesystem for browsing audio metadata - FIXME + id3fs provides a browsable filesystem of your music files, organised + into sub-directories by id3 tags (or flac/ogg comments). . + id3fs allows you to construct boolean queries from a tag folksonomy + such as: + . + goth/AND/decade/1980s/ + postrock/AND/NOT/rating/terrible/ + thrash/OR/rapmetal/AND/NOT/wears-a-red-hat/ + prog/AND/decade/1970s/OR/psychedelia/AND/decade/1960s/ + location/sweden/AND/screamo/AND/postrock/ + . + Multiple tags can be stored in the genre tag, separated by commas.