You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.