Tags: oxypatic/RecORDER
Tags
RecORDER v.2 update Introduces a unified MediaFile base class for recordings and screenshots, refactors Recording and Screenshot classes to inherit from it, and consolidates file moving logic. Recording management now uses last_recording_path instead of current_recording_path, improving split file handling and reliability. Also adds error handling, improves signal management, and updates threading for file operations.
feat: moving files is now asynchronous! + added asyncio lib (already present in python) + added shututil lib (already present in python) * limited imports to only actually used functions * changed location of remember_and_move and turned it into async function * changed os.rename in favour of shutil.move * moved classes to start of script * changed value of ttw from 0.007 to 0.5 due to async * improved readability of script logs - removed ignore warnings for obspython lib
PreviousNext