Skip to content

Commit

Permalink
Bump up version to 0.9 for release.
Browse files Browse the repository at this point in the history
Also update README and fix some errors in the docs.
  • Loading branch information
prabhuramachandran committed Jan 18, 2017
1 parent 9789a2a commit 71e96ec
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 5 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,31 @@ One may think of ViXeN as a special, customizable file browser with which
one may view and edit metadata associated with media files like videos, images,
and audio.

Features
--------

- Works with different types of media, videos, images, audio, text, and PDF.
- Supports any number of used-defined metadata fields per project.
- Does not modify the original media but keeps its metadata separately.
- Powerful searching through metadata.
- Lightweight and easy to install. No server setup required.
- Cross-platform: works on Linux, OS X, and Windows.
- Simple browser-based UI.
- Support to export metadata to a CSV file and import tags from a CSV file.
- Ability to add metadata for media through an external program or a Python
script.
- Support to allow user-defined conversions of media to supported versions.
- Open source.

ViXeN has currently been tested with about a quarter of a million files in a
single project. It is designed to work well with around 100k files. It will
still work for larger projects but will be progressively slower the larger the
number of files. The speed does not however depend on the nature of the media.
This restriction with the number of files may be changed later depending on
the feedback received by users. ViXeN does not currently support multiple
people working on the same project at the same time.


History
--------

Expand All @@ -26,6 +51,14 @@ media files, we realized that there was a dearth for tools to aid in the
processing of such data. There were data managers for images but nothing suitable
for video (and to a certain extent, audio) files.

Support
-------

If you have any questions or are having any problems with ViXeN, please email
or post your questions on the vixen-users mailing list here:
https://groups.google.com/d/forum/vixen


Credits
-------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ directory.

Email your log file to the developers or the mailing list.

The ViXeN mailing list is available at https://groups.google.com/forum/#!forum/vixen
The ViXeN mailing list is available at https://groups.google.com/d/forum/vixen
5 changes: 3 additions & 2 deletions docs/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ Support

If you have any questions or are having any problems with ViXeN, please email
or post your questions on the vixen-users mailing list here:
https://groups.google.com/forum/#!forum/vixen
https://groups.google.com/d/forum/vixen

The Vixen issue tracker and source code are available
The ViXeN issue tracker and source code are available at:
https://github.com/prabhuramachandran/vixen


--------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name='vixen',
version=data.get('__version__'),
author='Prabhu Ramachandran and Kadambari Devarajan',
author_email='[email protected]',
author_email='[email protected]',
description='View eXtract and aNnotate media',
url='https://github.com/prabhuramachandran/vixen',
packages=find_packages(),
Expand Down
2 changes: 1 addition & 1 deletion vixen/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.dev0'
__version__ = '0.9'

0 comments on commit 71e96ec

Please sign in to comment.