Skip to content

Tags: oxypatic/RecORDER

Tags

3.0

Toggle 3.0's commit message
Update README for OBS and Python requirements

2.1.1

Toggle 2.1.1's commit message
hotfix: 'tuple' object is not callable

2.1

Toggle 2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update LICENSE

2.0

Toggle 2.0's commit message
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.

1.6

Toggle 1.6's commit message
del: removed if causing bad ss organization

if globalVariables.get_game_title() == globalVariables.get_default_recording_name() fires only once, if user jumps between games, this causes all ss to be organized in one place - the first game folder

1.5.1

Toggle 1.5.1's commit message
Update README.md

1.5

Toggle 1.5's commit message
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

1.4.3

Toggle 1.4.3's commit message
refac: added path normalization in Screenshots + changed initial valu…

…e of the gameTitle to defaultRecordingName

1.4.2

Toggle 1.4.2's commit message
refac: added types to func variables where known

1.4.1

Toggle 1.4.1's commit message
fix: possible fix for RecursionError and any