EnterGin

Results 22 comments of EnterGin

It's Streamlink issue, not related to script behaviour. Is this one time error or you keep getting this? You can also open an issue on Streamlink repository with Streamlink debug...

Let's keep this issue open, because problem affecting to the main functionality of script. And I'll investigate it too.

It's pretty strange because it gets datetime every main loop iteration. Can you provide any logs?

And the Streamlink will not allow you to just overwrite the file.

Or maybe you mean about file in processed folder, not in recorded?

Interesting. It was designed to not overwrite recorded file in any situation. Will investigate.

I'm actually working on full refactor of the code. I think I will made better verification. Now as workaround it's better to add milliseconds to filename IMO.

Firstly, if you want to execute another process after tcd you have to wait till it ends or make another thread for tcd. This script was made without threads and...