Skip to content

Remember stream position

Guido Günther requested to merge remember-pos into main

This keeps track of the stream position and offers to resume:

image

It works but there's a bunch of TODOs:

  • Don't let the remembered track list grow out of bounds
  • Don't save the stream list on every state change. On new video and window close is enough
  • use this at End-of-strema too

Putting it here so I can test it more easily and keep track of things todo.

This is on top of !24 (merged) and !25 (merged)

Closes: #7 (closed)

Edited by Guido Günther

Merge request reports