To-do¶
Implement dvdcss_readv, not sure how this would be used or implemented.
Completed¶
Implement dvdcss_open.
Implement dvdcss_close.
Implement dvdcss_seek.
Implement dvdcss_read.
Implement dvdcss_error.
Implement dvdcss_is_scrambled.
Implement __enter__ and __exit__ for with() disposing support.
Add handlers for failed find_library calls.
Add handlers for failed cdll calls.
Add instructions for installing libdvdcss.
Add function to set DVDCSS_VERBOSE.
Add function to set DVDCSS_METHOD.