Internal id management for event listeners #10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the API is very directly mapped to the mpv API. You can ask to observe events with an id, and when you listen for events, you will get a stream of all events, with all possible tagged ids. It would be nice to abstract this API away, where there is a global id pool that provisions ids automatically, and you will be allowed to open an event listener for an mpv instance that only forwards the events that this mpv instance is listening for.