An open API service indexing awesome lists of open source software.

https://github.com/xaionaro-go/vodmover

Move VODs to other directories by given patterns when OBS reports recording is finished.
https://github.com/xaionaro-go/vodmover

file move name obs rename title vod vods

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# How to

1. Install:
Linux:
```sh
go install github.com/xaionaro-go/vodmover@latest
```
Windows:
Go to [https://github.com/xaionaro-go/vodmover/releases](https://github.com/xaionaro-go/vodmover/releases) and download the file.

2. Create config:
```yaml
obs:
address: 127.0.0.1:4455
password: myPasswordHere
move_vods:
- pattern_wildcard: "*2024*"
destination: /tmp/2024/
```

3. Run:
```sh
vodmover --log-file path/to/log --config path/to/config
```
(or `vodmover.exe` if you are a Windows user)