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.
- Host: GitHub
- URL: https://github.com/xaionaro-go/vodmover
- Owner: xaionaro-go
- License: cc0-1.0
- Created: 2024-10-29T18:53:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T19:16:51.000Z (over 1 year ago)
- Last Synced: 2025-01-10T02:45:08.126Z (over 1 year ago)
- Topics: file, move, name, obs, rename, title, vod, vods
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)