oyepa implements a "fake but working" tagging file system. Users can organize and retrieve documents based on the tags attached to them. No changes to the operating system or applications are necessary.
| Tags | Archiving Filesystems Information Management Metadata/Semantic Models Document Repositories |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | Python |
Recent releases


Changes: This release provides support for recursively watching all directories underneath a given directory on which you are running oyepa. To achieve this, just append the directory name (in the file ~/.oyepa-dirs) with '/*'.


Changes: The code in oyepa-filemon.py has been updated so that it works with the most recent releases of pyinotify (>=0.8).


Changes: A new configuration option, DONT_QUIT_INSTEAD_RUN_CMD, allows you to configure which action is triggered by the "leave" button (in search mode). This is helpful when you are using oyepa as a music jukebox and want the "Leave" button not to close the application, but instead to hibernate the machine.


Changes: This release fixes a bug in the install script (the new file cfg.py wasn't being installed). It fixed a bug in the new MusicExtensionsWidget (part of the support for jukebox functionality), in which the getExtensions() method was returning a string as a list of chars rather than as a one-item list of strings. A check has been added to the music player (mp.py) so that the user cannot accidentally start multiple instances at the same time.


Changes: Support for document types which are actually directories on-disk was added. Many previously hard-coded options have been made configurable. A tiny wrapper around the excellent MPlayer was added to run an oyepa-based jukebox.