Skip to content

Tags: sheldonkwoodward/pymkv

Tags

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release/1.0.8 (#63)

* Do not let muxing fail silently

If the muxing process exits with non-zero status code, it would be useful to deal with that error. As of now it fails but the Python interpreter doesn't know it.
To give an example, tried muxing a file with a non-existing, non-user-writable output path and the process failed but the interpreter didn't catch any error, so it seemed like it worked when in fact it didn't.

* Add support for os.PathLike objects (#62)

* Add support for Path objects

MKVTrack and MKVFile's mux() already support passing a Path object for the file_path argument. Would be even better to add support for general os.path-like object, not only strings.

* Update Verifications.py

Added support for all Path-like objects, instead of only pathlib's Path.

Co-authored-by: Marco Rubin <[email protected]>

v1.0.7

Toggle v1.0.7's commit message
be able to have an empty title

v1.0.6

Toggle v1.0.6's commit message
Feature/docs (#51)

* Updated module docstrings.

* Updated README.md with roadmap.

* Updated docs index.rst.

* Improved bug-report issue template.

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #43 from sheldonkwoodward/develop

v1.0.5

v1.0.4

Toggle v1.0.4's commit message
Typo hotfix

v1.0.3

Toggle v1.0.3's commit message
Updated to v1.0.3.

v1.0.2

Toggle v1.0.2's commit message
Updated version number.

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed badge bugs. (#26) (#27)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #25 from sheldonkwoodward/develop

v1.0.0 Release