jonniek / mpv-playlistmanager

Mpv lua script to create and manage playlists
The Unlicense
537 stars 42 forks source link

Is there any way to mark videos in pl as watched without deleting them from pl #116

Closed ghost closed 1 year ago

ghost commented 1 year ago

Is there any way to mark videos in pl as watched without deleting them from pl, I saw your unseen playlist maker but I have to not delete urls from the playlist m3u, I have to keep them but when I open it in mpv it should be marked as watched, I also use yt-dlp to check playlist url if there is new video and it adds new url to the m3u so if we delete or make changes url in m3u script will be buggy

jonniek commented 1 year ago

It's not possible right now. Seems a bit of a niche usecase. What do you mean by "watched"?

There might be some way to create a generic styling functionality. Something like:

Not sure how well this would work.

ghost commented 1 year ago

I mean by watched when I open mpv with a playlist and literally watching from videos

ghost commented 1 year ago

@jonniek I found a way with using another script that script save status and start where you left so that work really great with your playlist manager, thanks!