zefr0x / cwitch

A CLI tool to watch Twitch live streams and videos with the help of mpv and yt-dlp.
GNU General Public License v3.0
9 stars 1 forks source link

Feature: Add an option to save position on quit #3

Open zefr0x opened 2 years ago

zefr0x commented 2 years ago

It would be grate to have the ability to save the position where i stopped watching to continue later.

MPV supports this with the --save-position-on-quit flag, so it just need to be an option that can be configured through cwitch's config file. It might be also available through a CLI flag.