Series Renamer is a program written in go designed to rename video files according to the series' season and episode for processing with Kodi, Jellyfin/Emby, or similar media center applications. https://protepto.com/git/micro/seriesrenamer
Find a file
2024-10-16 15:28:26 +02:00
.vscode First IO Test 2022-05-08 17:06:30 +02:00
.gitignore implemented filter for video resolution and ep history 2022-06-30 01:50:40 +02:00
go.mod Update 'go.mod' 2023-05-10 15:45:41 +02:00
Jenkinsfile Update Jenkinsfile 2024-03-10 15:22:45 +01:00
main.go Fix: Renaming even when misdetected 2023-08-21 23:42:24 +02:00
README.md Update README.md 2024-10-16 15:28:26 +02:00

🏷Series Renamer

Series Renamer is a program written in go designed to rename video files according to the series' season and episode for processing with Kodi, Jellyfin/Emby, or similar media center applications.

Build Status Language Badge

🛠Build instructions

*nix instructions

go build -o bin/seriesrenamer main.go

Build for Windows

GOOS=windows GOARCH=amd64 go build -o bin/seriesrenamer.exe main.go

Build on Windows

go build -o bin/seriesrenamer.exe main.go

💻Run instructions

Use the executeable located at bin/ after building
or

go run .