Tools for managing photos and videos
Project description
illuminatus
A Python library and command line tool for managing visual digital media (photos and videos) using sqlite, pillow, and ffmpeg.
Command-line
The package comes with a command-line script, illuminatus, that serves as a command-line frontend to many of the features provided by the library. To get help, just invoke the script:
illuminatus
The script requires an operation to be specified; the operations provided by the script are documented in more detail below, but first a word about databases.
Specifying a database
To allow the script to do something useful, you’ll need to provide the location of a database holding media metadata. You can do this in one of two ways:
Provide the --db flag when running the script.
Specify a database location using the ILLUMINATUS_DB environment variable.
If both are provided, the flag overrides the setting of the environment variable.
Importing
The illuminatus script can recursively import media from any filesystem path.
illuminatus import ~/Pictures
Exporting
The illuminatus script can export media that are tagged in a specific way. The export comes in a zip file and includes a metadata dump of the relevant tags and such.
illuminatus export
Listing
The illuminatus script can show items in the database that match certain queries.
illuminatus list
Tagging
The illuminatus script can add or remove tags to or from media.
illuminatus retag
Thumbnails
The illuminatus script can regenerate the thumbnails for existing items in the database.
illuminatus rethumb
Serving
The illuminatus script can provide a RESTful HTTP server (using bottle.py) for media data and metadata.
illuminatus serve
Library
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file illuminatus-0.0.1.tar.gz
.
File metadata
- Download URL: illuminatus-0.0.1.tar.gz
- Upload date:
- Size: 23.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be61b9ebe4accdecfae41c80f28d176986ac73c6f3cf100f2332e165c27481bb |
|
MD5 | f0667e106021dcefba25909d46766d69 |
|
BLAKE2b-256 | 6a5e618fbaf99c24cf50e373bbf79b5d03f5580f2b836014635c4fb3c4265961 |
File details
Details for the file illuminatus-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: illuminatus-0.0.1-py3-none-any.whl
- Upload date:
- Size: 30.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16216b9fc52c3552c53fde622e6d8f8d9b61cb6f7e1af11807e9b0689bc6d5f8 |
|
MD5 | 68b2a5500f536f99b37548d4e6d2f59a |
|
BLAKE2b-256 | 1fbb5c5cad7716026bb107b0c8130e98f5860e01c96f25b4eeeefac0a6bfbe52 |