Change log:
  1. Changed the config from where the path to the python exe is obtained. (Issue: #12)
Change log:
  1. An ability for automatically creating hard links has been added. (Issue: #11)
    This function is necessary for those who need to import clips from OBS into another program.
    Smart Replays renames and moves the clip according to the configuration, then creates a hard link in the folder specified in the script settings. Other programs, like medal.tv, can import these links like a regular video files.
    IMPORTANT: a hard link is essentially a second name for the file, and creating such a link does not double the disk space usage, as the link points to the same physical file on the disk. Therefore, if you want to completely delete the file, you need to delete both the "original" file and the link to it.
  2. Minor bugs, typos, etc. have been fixed.
  3. Small templates for future renaming and sorting functionality of regular records have been added. This functionality will be implemented in the near future.
Change log:
  1. Added ability to change the mode of path display in popup notification. (Issue: #8 )
    There are 4 modes:
    1. Full path
    2. Folder and file name
    3. Just folder
    4. Just file name
Change log:
  1. New pop-up notification render method. (Issue: #6)
Change log:
  1. The new clip path is now shown in its entirety before the pop-up notification closes.
Change log:
  1. Changed the way to parse obs version (yes, again). (Issue: #4)
Change log:
  1. Fixed obs version parsing. (Issue: #3)
Change log:
  1. Added support for split app config (for OBS v31 or higher support)
Change log:
  1. Fixed a bug that caused the base path disk for clips to be compared to the OBS record save path disk from the Simple config, even if the Advanced config was enabled. (Issue: #1)
Top