unmove

unmove

Docker app from Yusseiin's Repository

Overview

File transfer application with TVDB/TMDB integration for organizing media files. Identify TV series and movies, rename them properly, and move them to your media library. This template uses a single /data mount for INSTANT file moves (no copy+delete). Your downloads and media folders should be subdirectories of the Data Path. NOTE: Instant moves only work if downloads and media are on the SAME physical disk. If they are on different disks, the app will automatically fall back to copy+delete. To guarantee instant moves, mount a specific disk (e.g., /mnt/disk1) instead of /mnt/user.

Runtime arguments

Web UI
http://[IP]:[PORT:3000]
Network
bridge
Shell
sh
Privileged
false

Template configuration

WebUI PortPorttcp

Web interface port

Target
3000
Default
3213
Value
3213
Data PathPathrw

Parent directory containing downloads and media folders. Using a single mount enables INSTANT file moves instead of copy+delete.

Target
/data
Default
/mnt/user
Value
/mnt/user
Config PathPathrw

Path to store application config

Target
/config
Default
/mnt/user/appdata/unmove
Value
/mnt/user/appdata/unmove
DOWNLOAD_PATHVariable

Path to downloads folder inside container (relative to Data Path /data/)

Default
/data/downloads
Value
/data/downloads
MEDIA_PATHVariable

Path to media folder inside container (relative to Data Path /data/)

Default
/data/media
Value
/data/media
CONFIG_PATHVariable

Internal config path (don't change)

Default
/config
Value
/config
TVDB API KeyVariable

Your TVDB API key (get one at https://thetvdb.com/api-information)

Target
TVDB_API_KEY
TMDB API KeyVariable

Your TMDB API key (get one at https://developer.themoviedb.org/docs/getting-started)

Target
TMDB_API_KEY
Plex URLVariable

Your Plex server URL (e.g., http://192.168.1.100:32400)

Target
PLEX_URL
Plex TokenVariable

Your Plex authentication token (see https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/)

Target
PLEX_TOKEN
PUIDVariable

User ID for file permissions (99 = nobody on Unraid)

Default
99
Value
99
PGIDVariable

Group ID for file permissions (100 = users on Unraid)

Default
100
Value
100

Download Statistics

2,440
Total Downloads

Details

Repository
yusseiin/unmove:latest
Last Updated2026-03-10
First Seen2026-01-05

Run Unmove on Unraid.

Unmove is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.