TV-Rename

TV-Rename

Docker app from grtgbln's Repository

Overview

Identify and rename television episode files.

TvRename

Identify and rename television episode files.

Modes

Rename

The rename mode is used to identify and rename episodes. The --dry-run argument can be added to skip the final rename step.

docker run -it --rm \
  -e PUID=1000 -e PGID=1000 \
  -v "/tmp/tv:/tmp/tv:rw" \
  -v tvrenamecache:/cache \
  jasongdove/tvrename:develop \
  rename --imdb 0101049 "/tmp/tv/some/show/season 01"

Verify

The verify mode is used to identify episodes and verify that they are named correctly.

docker run -it --rm \
  -e PUID=1000 -e PGID=1000 \
  -v "/tmp/tv:/tmp/tv:rw" \
  -v tvrenamecache:/cache \
  jasongdove/tvrename:develop \
  verify --imdb 0101049 "/tmp/tv/some/show/season 01"

Install TV-Rename on Unraid in a few clicks.

Find TV-Rename in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for TV-Rename Review the template variables and paths Click Install

Requirements


        This is a CLI tool. Please edit the **Post Arguments** accordingly. See documentation: https://github.com/jasongdove/tvrename
    

Download Statistics

1,326
Total Downloads

Related apps

Details

Repository
jasongdove/tvrename:develop
Last Updated2026-02-21
First Seen2025-05-24

Runtime arguments

Network
bridge
Privileged
false

Template configuration

Temp PathPath

Path to temp files

Target
/tmp/tv
Default
/mnt/user/appdata/tv_rename/tmp
Value
/mnt/user/appdata/tv_rename/tmp
Cache PathPath

Path to cache files

Target
/cache
Default
/mnt/user/appdata/tv_rename/cache
Value
/mnt/user/appdata/tv_rename/cache
PUIDVariable
Default
099
Value
099
PGIDVariable
Default
100
Value
100