I watch most of my TV news on my computer. The videos are downloaded by my RSS reader and stored on disk until I decide to watch them.
The files look like this:
130704_hjo_446k_p20v11.mp4
130706_hjo_446k_p20v11.mp4
130708_hjo_446k_p20v11.mp4
The thing is I don't watch them daily, but whenever I feel like it. So sometimes I watch one sometimes three in a row.I watch them normally with mplayer2 by executing the following:
mplayer *hjo*.mp4
My problem is I always forget to delete the already watched files and then I have to remember when I last watched or I have to rewatch until I find the new files.
Now I am looking for a script or program which marks the completely watched files. As far as I know mplayer2 can't do this, since there is no hook to check if the video was watched to the end.