Versions

Description

PySubler ======== Simple Python interface to the SublerCLI utility to make scripting metadata tagging with `SublerCLI <https://code.google.com/p/subler/wiki/SublerCLIHelp>`_. even easier. Full documentation can be found on `Read The Docs <http://subler.readthedocs.org>`_. 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()

Repository

https://github.com/moogar0880/PySubler.git

Project Slug

pysubler

Last Built

8 years, 8 months ago passed

Maintainers

Home Page

https://github.com/moogar0880/PySubler

Badge

Tags

itunes, m4v, media, metadata, mp4, subler

Short URLs

pysubler.readthedocs.io
pysubler.rtfd.io

Default Version

latest

'latest' Version

master