X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=debian%2Fcontrol;h=4d307d38895edb9f57313c574e452658d99ae038;hb=fc30364efa6a07b2065f0f54e6792f17970535b8;hp=935bc6e645dffc901d0c1023df0a06c5088b5726;hpb=0f562d0521e04bb2a3ca0b8fd05f8ff7e2736282;p=id3fs.git diff --git a/debian/control b/debian/control index 935bc6e..4d307d3 100644 --- a/debian/control +++ b/debian/control @@ -11,5 +11,16 @@ Package: id3fs Architecture: all Depends: libfuse-perl, libdbi-perl, libdbd-sqlite3-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.