Python interface to the Subler style metadata tagging.
Project description
Simple Python interface to the SublerCLI utility to make scripting metadata tagging with SublerCLI. even easier. Full documentation can be found on Read The Docs.
Install
Installing is as easy as
$ pip install subler
Atoms
To construct metadata you simply create a collection of Metadata Atoms like so,
>>> artist = Atom('Artist', 'Linkin Park') >>> album = Atom('Album', 'Hybrid Theory') >>> metadata = [artist, album]
Tagging
Then, you simply pass that through to a Subler instance and use the Subler tag method, like so,
>>> subler = Subler(path_to_source_file, dest=path_to_dest_file, metadata=metadata) >>> subler.tag()
Interactive Tagging
As of PySubler version 0.4.0 you can optionally use the pysubler command line utility to interactively write metadata to your files. More information is provided in the Docs, but the gist of interactive tagging is to run the pysubler cli like so
$ pysubler /path/to/your/file.m4v
You will then be prompted with a template that you can fill in with all sorts of provided metadata that will then be written to your file.
Release History
0.4.0 (2014-09-20)
Added subler.tools module
Added subler.cli module which provides the interactive pysubler commandline tool
Added subler.subler.Subler.existing_metadata_collection property
Fixed bug with default Subler dest attribute
0.3.1 (2014-09-14)
Bug fix to keep RTD happy
0.3.0 (2014-09-14)
Addition of subler.utils module for utility functions
More intuitive SublerCLI executable path discovery
Added better shell escaping for SublerCLI arguments
Fixed SublerCLI version property
Fixed tracks property for outputting the track listings of the source file
Subler existing_metadata property is now returned as a list of Atoms
0.2.0 (2014-06-21)
Initial release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file subler-0.4.0.tar.gz
.
File metadata
- Download URL: subler-0.4.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89dd7f76763d38e5ecf0b29a3c21e640e4933ca9e34be1ad112d509b6bd9d254 |
|
MD5 | b4b60c54d281389ccd969c8e85336c23 |
|
BLAKE2b-256 | 42999139b8aef285f6bbef987844705e1777c0d4565a0ec97461b826c47fb267 |