No description
- Go 100%
| .github/workflows | ||
| cmd/module | ||
| internal | ||
| proto/renamev1 | ||
| .gitignore | ||
| CHANGELOG.md | ||
| COMPATIBILITY.md | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| muxcore.json | ||
| README.md | ||
Media Rename
Media file organization and renaming with configurable Plex/Jellyfin naming templates.
Configuration
| Env Var | Default | Description |
|---|---|---|
RENAME_DB_PATH |
/var/lib/media-rename/rename.db |
SQLite database path |
RENAME_GRPC_ADDR |
:9500 |
gRPC listen address |
RENAME_IMPORT_MODE |
hardlink |
Default import mode (hardlink, copy, move) |
MUXCORE_INSECURE_DISABLE_TLS |
false |
Disable TLS for module↔core gRPC (true for local dev) |
Capability
media.renamer — Media file renaming and organization
Quick Start
go build -o media-rename ./cmd/module
export MUXCORE_INSECURE_DISABLE_TLS=true
./media-rename --muxcore-mesh-addr localhost:9090
License
GPL-3.0