Why OSC track id shows sid/aid
after mpv v0.39.0
#15434
verygoodlee
started this conversation in
General
Replies: 2 comments 2 replies
-
@guidocella Introduced in 1a558bf5 this statement is wrong, sub-remove/audio-remove command might make them unequal.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
It uses |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In v0.38.0 shows OSC counted id.
mpv/player/lua/osc.lua
Lines 426 to 436 in 02254b9
this function was removed after v0.39.0 and replaced with the sid/aid prop.
mpv/player/lua/osc.lua
Lines 1873 to 1879 in 78ee714
sid/aid may greater than track count, resulting in this weird track information.
occurs after sid 6 removed by sub-remove command.
Beta Was this translation helpful? Give feedback.
All reactions