pytagsfs is a FUSE filesystem that arranges media files in a virtual directory structure based on the file tags. For instance, 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
... [More] renaming virtual files and directories. The virtual files can also be modified directly, and, of course, can be opened and played just like regular files. [Less]
mustard is a command-line interface to the slsk network that uses the museek+ daemon, museekd. It is currently under development, but is usable for basic tasks like searching and managing downloads.
inotifyx is a Python extension providing access to the Linux inotify file system event notification API. It is primarily written in C but has some Python window dressing.
This extension is based on the python-inotify package by Manuel Amador. It is distributed under the MIT license.
The tasks module is intended for use in programs that perform actions in sequence. A common example of this is an installer or setup utility. The tasks module makes it very easy to assemble a set of tasks to run and execute each in turn while tracking state changes for each task.
Tasks are
... [More] represented by task objects. The tasks module defines several classes whose instances represent various types of tasks with differing behavior. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy