linuxmint / hypnotix

An M3U IPTV Player
1.14k stars 160 forks source link

[Feature request] store which episodes were watched and the time I stopped watching a video #86

Open antrrax opened 3 years ago

antrrax commented 3 years ago

Show on the screen which episodes of a series have already been watched. ex: adding a checked icon to watched episodes.

For example creating a database in sqlite or any other database, which stores which files were viewed.

Use this database to remember the position (time) that we stopped viewing the video, to continue watching from that position later

akash-258 commented 3 years ago

Since it is using mpv, is it not possible to use mpv's resume capability. Have you tried doing that ? And update if you do try.