MetaTana

MetaTana

Official

Docker app from watari_dev's Repository

Overview

MetaTana is an AI-powered media manager for the library you already own. Point it at a folder and it identifies every movie, show, and anime title using AI vision and trusted metadata providers, then enriches everything with artwork, subtitles, trailers, cast, and crew. It renames and organizes files into a clean, consistent structure and writes sidecar metadata your player can read.

It fixes the things that make a library feel broken: wrong matches, missing posters, duplicate copies, inconsistent naming, and half-identified seasons. A health score shows what still needs attention.

MetaTana is metadata-only and downloader-agnostic. It works alongside any media server, including Plex, Jellyfin, Kodi, and Emby.

Setup notes:

  • Map App Data to /app/data so your library, settings, and thumbnails survive a container update.
  • Map your media share under /media. Use Read/Write so MetaTana can organize files, or Read Only to scan without changing anything.
  • PUID 99 and PGID 100 are Unraid's usual nobody:users identity for share access.
  • Sign in with an email code on first run. A free account is enough for local library features.
  • Full guide: https://metatana.com/install/Unraid

Install MetaTana on Unraid in a few clicks.

Find MetaTana 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 MetaTana Review the template variables and paths Click Install

Related apps

Explore more like this

Explore all

Details

Repository
ghcr.io/metatana/metatana-app:stable
Last Updated2026-07-25
First Seen2026-07-25

Runtime arguments

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

Template configuration

Web UI PortPorttcp

Port for the MetaTana web interface. Change only the host side if 3000 is already in use.

Target
3000
Default
3000
Value
3000
App DataPathrw

Persistent MetaTana state: database, settings, thumbnails, and logs. Must stay mapped to /app/data.

Target
/app/data
Default
/mnt/user/appdata/metatana
Value
/mnt/user/appdata/metatana
MediaPathrw

Your media library. Use Read/Write so MetaTana can rename files and write artwork and NFOs, or switch to Read Only to scan without changing anything. Map only the shares MetaTana needs. Unraid paths are case-sensitive.

Target
/media
Default
/mnt/user/Media
Value
/mnt/user/Media
User IDVariable

User ID the app runs as. 99 is Unraid's usual nobody account. Use an ID that already has access to your media share.

Target
PUID
Default
99
Value
99
Group IDVariable

Group ID the app runs as. 100 is Unraid's usual users group. Use an ID that already has access to your media share.

Target
PGID
Default
100
Value
100
Media RootsVariable

Optional. Comma-separated media roots inside the container. The image already defaults to /media, so leave this blank unless you map media somewhere else. This does not create a source; add sources in the web interface.

Target
MEDIA_DIRS
Default
/media