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
I want a way to preserve playback position for long media files, regardless of the method the program was closed by (e.g. power loss). Maybe this is out of scope for the mpv project itself, and better suited for a plugin that calls write-watch-later-config in an async manner, but I don't think this is that niche.
I envision the feature would work something like this:
--save-position-on-interval=<timestamp> - interval to write to ~~/watch_later/<file> at.
--save-position-on-interval-min-length=<timestamp> - minimum file timestamp required to keep a watch-later interval.
--save-position-on-interval-max-length=<timestamp> - maximum file timestamp required to keep a watch-later interval.
--save-position-extensions=<extensions> - a comma separated list of file extensions to consider for these features (the reverse is also fine, file extensions which would be blacklisted from this behavior).
Alternative behavior of the wanted feature
No response
Log File
No response
Sample Files
No response
The text was updated successfully, but these errors were encountered:
Expected behavior of the wanted feature
The problem:
I want a way to preserve playback position for long media files, regardless of the method the program was closed by (e.g. power loss). Maybe this is out of scope for the mpv project itself, and better suited for a plugin that calls
write-watch-later-config
in an async manner, but I don't think this is that niche.I envision the feature would work something like this:
--save-position-on-interval=<timestamp>
- interval to write to~~/watch_later/<file>
at.--save-position-on-interval-min-length=<timestamp>
- minimum file timestamp required to keep awatch-later
interval.--save-position-on-interval-max-length=<timestamp>
- maximum file timestamp required to keep awatch-later
interval.--save-position-extensions=<extensions>
- a comma separated list of file extensions to consider for these features (the reverse is also fine, file extensions which would be blacklisted from this behavior).Alternative behavior of the wanted feature
No response
Log File
No response
Sample Files
No response
The text was updated successfully, but these errors were encountered: