You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you run with --no-cache the messages are printed at the correct time. If you have a cache, the messages are printed as the start sector of a track is buffered, which is confusing.
The text was updated successfully, but these errors were encountered:
That's just how the cache works. It could probably be fixed by exposing the current title as tag or something (emulating it with demux_disc maybe, or reusing the thing for ICY shoutcast metadata), but I don't think anyone has a large enough interest in this.
mpv version and platform
0.22.0 and master at least.
Reproduction steps
Play a cd, and observe erroneous track change messages.
Expected behavior
Display the track change messages as the listener hears the track change.
Actual behavior
The following output was collected playing track one from a CD:
If you run with
--no-cachethe messages are printed at the correct time. If you have a cache, the messages are printed as the start sector of a track is buffered, which is confusing.The text was updated successfully, but these errors were encountered: