Add MetaTana - #987
Open
watari-dev wants to merge 4 commits into
Open
Conversation
MetaTana is an AI-powered media manager: point it at a folder and it identifies each movie, show, and anime title, enriches artwork, subtitles, trailers, and cast, then renames and organizes the files and writes sidecar metadata any player can read. Metadata-only and downloader-agnostic; works alongside Plex, Jellyfin, Kodi, and Emby rather than replacing them. Assets are local to the app directory so the store build does not depend on an external host.
Lets MetaTana tell CasaOS installs apart from other Docker deployments when reporting to its hosted API. Purely descriptive metadata; no behaviour depends on it.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What this is
New app. MetaTana is an AI-powered media manager for a library you already own. Point it at a folder and it identifies each movie, show, and anime title using AI vision and metadata providers, enriches artwork, subtitles, trailers, and cast/crew, then renames and organizes the files and writes sidecar metadata any player can read.
It is metadata-only and downloader-agnostic — it works alongside Plex, Jellyfin, Kodi, and Emby rather than replacing them.
ghcr.io/metatana/metatana-app, publicly pullable, multi-archamd64+arm64, pinned to the immutable1.1.4tagWhat changed
Adds
Apps/MetaTana/only:Assets are referenced by local relative path rather than an external URL, so building the store does not depend on our host being reachable.
How I validated it
docker compose config -qpasses../scripts/build_dist.shcompletes without errors and reports 167 apps.dist/index.jsonis generated, anddist/apps/com.metatana.metatana/containsdocker-compose.yml,docker-compose.amd64.yml,docker-compose.arm64.yml,meta.json, andassets/withicon.svgplus the optimizedthumbnail.webpandscreenshot-1…5.webp.meta.jsoncarries the expected title, tagline, category, version, author, developer, and both architectures.Notes for review
/DATA/AppData/metatana/data→/app/datafor persistent library data,/DATA/Media→/mediafor the library, WebUI on port 3000,PUID/PGID1000.Happy to adjust naming, category, or defaults if you'd prefer something different.