RaitaroH / adl

🍿 anime scraper/downloader + trackma wrapper
GNU General Public License v3.0
139 stars 15 forks source link

Handling Ctrl-C not needed anymore #34

Closed RaitaroH closed 3 years ago

RaitaroH commented 3 years ago

I have noticed that line https://github.com/RaitaroH/adl/blob/master/adl#L230 may not be needed anymore. On Ctrl-C, mpv doesn't seem to print Exiting... (Quit) anymore (it still does it if tested in terminal, but not from adl).

^C: 00:00:00 / 00:01:36 (1%) A-V:  0.000

Instead of:

AV: 00:00:00 / 00:22:40 (0%) A-V:  0.000 Cache: 4.3s/6MB
Saving state.

Exiting... (Quit)

Aborted!

@Baitinq can you confirm or deny?

RaitaroH commented 3 years ago

Tested on another machine. Seems the decrease is not needed.