unmove

unmove

Docker 应用程序 from Yusseiin's Repository

概述

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.

运行时参数

网络用户界面
http://[IP]:[PORT:3000]
网络
bridge
外壳
sh
特权
false

模板配置

WebUI PortPorttcp

Web interface port

目标
3000
默认值
3213
价值
3213
Data PathPathrw

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

目标
/data
默认值
/mnt/user
价值
/mnt/user
Config PathPathrw

Path to store application config

目标
/config
默认值
/mnt/user/appdata/unmove
价值
/mnt/user/appdata/unmove
DOWNLOAD_PATHVariable

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

默认值
/data/downloads
价值
/data/downloads
MEDIA_PATHVariable

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

默认值
/data/media
价值
/data/media
CONFIG_PATHVariable

Internal config path (don't change)

默认值
/config
价值
/config
TVDB API KeyVariable

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

目标
TVDB_API_KEY
TMDB API KeyVariable

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

目标
TMDB_API_KEY
Plex URLVariable

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

目标
PLEX_URL
Plex TokenVariable

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

目标
PLEX_TOKEN
PUIDVariable

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

默认值
99
价值
99
PGIDVariable

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

默认值
100
价值
100

下载统计数据

2,440
下载总数

详细信息

存储库
yusseiin/unmove:latest
最后更新2026-03-10
初见2026-01-05

在Unraid 上运行 Unmove 。

Unmove 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。