Skip to content

Move VODs to other directories by given patterns when OBS reports recording is finished.

License

Notifications You must be signed in to change notification settings

xaionaro-go/vodmover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to

  1. Install: Linux:
go install github.com/xaionaro-go/vodmover@latest

Windows: Go to https://github.com/xaionaro-go/vodmover/releases and download the file.

  1. Create config:
obs:
  address: 127.0.0.1:4455
  password: myPasswordHere
move_vods:
- pattern_wildcard: "*2024*"
  destination: /tmp/2024/
  1. Run:
vodmover --log-file path/to/log --config path/to/config

(or vodmover.exe if you are a Windows user)

About

Move VODs to other directories by given patterns when OBS reports recording is finished.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages