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
|
Source: pytagsfs
Section: utils
Priority: optional
Maintainer: Ritesh Raj Sarraf <rrs@researchut.com>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.38), quilt, python-all (>= 2.5)
Build-Depends-Indep: python-support, python-sclapp (>= 0.5.2), xsltproc, docbook-xsl, python-libxml2, python-fuse (>= 0.2), python-mutagen, madplay, vorbis-tools, flac, python-pexpect, python-inotifyx, python-gamin
Standards-Version: 3.8.4
XS-Python-Version: >=2.5
Homepage: http://www.pytagsfs.org/
Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pytagsfs/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pytagsfs/trunk/
Package: pytagsfs
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-fuse (>= 0.2), python-inotifyx, python-mutagen, python-sclapp (>= 0.5.2), fuse-utils
XB-Python-Version: ${python:Versions}
Description: maps media files to an arbitrary directory structure
pytagsfs is a FUSE filesystem that arranges media files in a virtual directory
structure based on the file tags.
.
A set of audio files could be mapped to a new directory structure organizing
them hierarchically by album, genre, release date, etc.
.
File tags can be changed by moving and renaming virtual files and directories.
The virtual files can be modified, opened and played just like regular files.
|