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: Y Giridhar Appaji Nag <giridhar@appaji.net>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.38), dpatch
Build-Depends-Indep: python-central (>= 0.5.6), xsltproc, docbook-xsl
Standards-Version: 3.7.3
XS-Python-Version: all
Homepage: http://www.pytagsfs.org/
Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pytagsfs/trunk
Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/pytagsfs/trunk/?op=log
Package: pytagsfs
Architecture: all
Depends: ${python:Depends}, python-fuse, python-pyinotify, python-mutagen, python-sclapp
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.
|