Eisa01 / mpv-scripts

This repository contain scripts I have made for mpv media player...
BSD 2-Clause "Simplified" License
557 stars 37 forks source link

SimpleUndo: Deprecation warning for 'pause' and 'unpause' events #12

Closed cherti closed 3 years ago

cherti commented 3 years ago

mpv from (at least) version 0.33 onwards reports

[SimpleUndo_2_5_1] The 'pause' event is deprecated and will be removed.
[SimpleUndo_2_5_1] The 'unpause' event is deprecated and will be removed.

Currently SimpleUndo still works without issues, but given the deprecation warning this might not be the case forever anymore.

Eisa01 commented 3 years ago

New updates depreciating useful stuff, I hope that they provided an alternative. I'll be checking the api later. Thanks for reporting.

Eisa01 commented 3 years ago

Closed for now, will attempt a workaround if possible after depreciation.

Eisa01 commented 3 years ago

Fixed in PR #15