roju / tiktok-live-recorder

A Python script for recording TikTok live streams
MIT License
17 stars 2 forks source link

How to remove the code that saves the temporary recordings after the concat file is created? #19

Closed Liam942 closed 12 months ago

Liam942 commented 1 year ago

I tried removing the code that saved them in a separate folder but that made them get saved in the main folder instead. I don't think there is any issues with files getting lost anymore after the concat combo file is created

Marksmanship256 commented 1 year ago

We still have problems with concatenation. I've encountered this 2 times already, so keeping separate parts is a good practice, but yes, maybe we need to have an option to disable or at least a variable at the beginning of the code, like true or false. So you can change the value to false and it will stop the chunks being saved.

roju commented 12 months ago

Added an option for this called -delete_segments