Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 503 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 503 Bytes

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)