maxcurzi / tplay

A terminal ASCII media player. View images, gifs, videos, webcam, YouTube, etc.. directly in the terminal as ASCII art.
MIT License
246 stars 16 forks source link

Close program when video has ended #36

Open Guruk13 opened 7 months ago

Guruk13 commented 7 months ago

Hi,

Could the program close itself when video has ended ?

it would be great to use it as a screen saver !

maxcurzi commented 7 months ago

Fair request, currently it just hangs indefinitely (waiting for the user to quit playback with "q"). I'll look into exiting when playback ends. The tricky bit is deciding what to do in case of images/gifs (show and hold, or show once and quit).