Skip to content

v1.3.2

Compare
Choose a tag to compare
@rlaphoenix rlaphoenix released this 18 Apr 22:35
· 34 commits to master since this release

Added

  • Added custom base exception PyDvdCssException which will be used for all custom pydvdcss exceptions.

Changed

  • A custom exception LibDvdCssNotFound is now raised when a shared library .so/.dll was not found.
  • Define library prototypes directly instead of opening CFUNCTYPE functions. This reduces the amount of objects and
    memory used up by each DvdCss() object.

Fixed

  • Also check for local libdvdcss shared library .so files relative to the project.