client API: add a playlist entry unique ID

This should make dealing with some async. things easier.

It's intentionally not a globally unique ID.
This commit is contained in:
wm4
2020-03-21 17:45:30 +01:00
parent 956a5d9ac6
commit 7e885a3bc3
7 changed files with 53 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ API changes
--- mpv 0.33.0 ---
1.108 - Deprecate MPV_EVENT_IDLE
- add mpv_event_start_file, mpv_event_end_file.playlist_entry_id
1.107 - Remove the deprecated qthelper.hpp. This was obviously not part of the
libmpv API, only an "additionally" provided helper, thus this is not
considered an API change. If you are maintaining a project that relies