{"id":50811808,"url":"https://github.com/dlepaux/multilinguarr","last_synced_at":"2026-06-13T05:30:25.005Z","repository":{"id":362248966,"uuid":"1207191017","full_name":"dlepaux/multilinguarr","owner":"dlepaux","description":"Multi-language audio enforcement for the *arr media stack","archived":false,"fork":false,"pushed_at":"2026-06-03T08:44:00.000Z","size":424,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-03T10:22:27.996Z","etag":null,"topics":["arr-stack","bilingual","docker","ffprobe","jellyfin","media-server","multilingual","plex","radarr","rust","self-hosted","sonarr"],"latest_commit_sha":null,"homepage":"https://dlepaux.github.io/multilinguarr/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dlepaux.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":"contributing.md","funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-10T17:13:04.000Z","updated_at":"2026-06-03T08:44:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dlepaux/multilinguarr","commit_stats":null,"previous_names":["dlepaux/multilinguarr"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dlepaux/multilinguarr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlepaux%2Fmultilinguarr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlepaux%2Fmultilinguarr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlepaux%2Fmultilinguarr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlepaux%2Fmultilinguarr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlepaux","download_url":"https://codeload.github.com/dlepaux/multilinguarr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlepaux%2Fmultilinguarr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34273788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arr-stack","bilingual","docker","ffprobe","jellyfin","media-server","multilingual","plex","radarr","rust","self-hosted","sonarr"],"created_at":"2026-06-13T05:30:24.273Z","updated_at":"2026-06-13T05:30:24.997Z","avatar_url":"https://github.com/dlepaux.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"brand/icon.svg\" width=\"120\" alt=\"multilinguarr\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003emultilinguarr\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Multi-language audio enforcement for the *arr media stack.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/dlepaux/multilinguarr/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://github.com/dlepaux/multilinguarr/actions/workflows/ci.yml/badge.svg\" alt=\"CI\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/dlepaux/multilinguarr/pkgs/container/multilinguarr\"\u003e\u003cimg src=\"https://img.shields.io/badge/ghcr.io-multilinguarr-blue?logo=docker\" alt=\"Docker\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://dlepaux.github.io/multilinguarr/\"\u003e\u003cimg src=\"https://img.shields.io/badge/docs-vitepress-purple\" alt=\"Docs\" /\u003e\u003c/a\u003e\n  \u003ca href=\"license.md\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-green\" alt=\"License\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Why?\n\nMedia files are messy. Audio language metadata is unreliable — mislabeled tracks, missing tags, inconsistent naming across indexers. Radarr and Sonarr do a great job managing downloads, but they have no concept of per-language media libraries.\n\nIf you want separate Jellyfin/Plex libraries for each language (e.g. French movies, English movies), you're on your own. Manual sorting doesn't scale, and metadata-based smart playlists break the moment a file has the wrong tag.\n\n**multilinguarr** solves this by sitting between your *arr instances and your media player. It intercepts download webhooks, detects actual audio languages via ffprobe, and creates symlinks (or hardlinks) into language-specific library directories. Your media player sees clean, per-language libraries. Your *arr instances keep managing the real files. Nothing gets moved or modified.\n\n## Quick start\n\n```yaml\nservices:\n  multilinguarr:\n    image: ghcr.io/dlepaux/multilinguarr:latest\n    environment:\n      - MULTILINGUARR_API_KEY=your-secret\n      - MULTILINGUARR_MEDIA_BASE_PATH=/srv/media\n    volumes:\n      - ./data:/data              # SQLite database\n      - /srv/media:/srv/media     # media tree (same mount as arr instances)\n    ports:\n      - \"3100:3100\"\n```\n\nConfigure languages, instances, and webhooks via the REST API — see the **[documentation](https://dlepaux.github.io/multilinguarr/)** for the full setup guide.\n\n## Documentation\n\nFull documentation is available at **[dlepaux.github.io/multilinguarr](https://dlepaux.github.io/multilinguarr/)**:\n\n- [Introduction](https://dlepaux.github.io/multilinguarr/guide/introduction) — how it works, architecture overview\n- [Installation](https://dlepaux.github.io/multilinguarr/guide/installation) — Docker setup, configuration\n- [Directory structure](https://dlepaux.github.io/multilinguarr/guide/directory-structure) — required media layout\n- [API reference](https://dlepaux.github.io/multilinguarr/api/) — interactive OpenAPI docs\n\n## Compatibility\n\n| Service | Version |\n|---------|---------|\n| Radarr | v3+ |\n| Sonarr | v3+ |\n| Jellyfin | any |\n| Plex | any |\n\n## License\n\n[MIT](license.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlepaux%2Fmultilinguarr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlepaux%2Fmultilinguarr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlepaux%2Fmultilinguarr/lists"}