{"id":23448720,"url":"https://github.com/unstoppablemango/multi-downloader-nx-docker","last_synced_at":"2026-02-28T06:53:47.225Z","repository":{"id":43089669,"uuid":"453796556","full_name":"UnstoppableMango/multi-downloader-nx-docker","owner":"UnstoppableMango","description":"Docker image for anidl/multi-downloader-nx","archived":false,"fork":false,"pushed_at":"2024-10-29T00:48:30.000Z","size":30,"stargazers_count":2,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-23T22:18:17.109Z","etag":null,"topics":["anime","crunchyroll","docker","downloader","funimation","utility"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/UnstoppableMango.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-30T20:42:26.000Z","updated_at":"2022-02-09T10:46:31.000Z","dependencies_parsed_at":"2022-09-06T08:10:19.799Z","dependency_job_id":null,"html_url":"https://github.com/UnstoppableMango/multi-downloader-nx-docker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnstoppableMango%2Fmulti-downloader-nx-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnstoppableMango%2Fmulti-downloader-nx-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnstoppableMango%2Fmulti-downloader-nx-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnstoppableMango%2Fmulti-downloader-nx-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UnstoppableMango","download_url":"https://codeload.github.com/UnstoppableMango/multi-downloader-nx-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239032245,"owners_count":19570770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["anime","crunchyroll","docker","downloader","funimation","utility"],"created_at":"2024-12-23T22:18:19.832Z","updated_at":"2025-10-30T19:30:32.805Z","avatar_url":"https://github.com/UnstoppableMango.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# multi-downloader-nx Docker Image\n\n[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/unstoppablemango/multi-downloader-nx?sort=date)](https://hub.docker.com/repository/docker/unstoppablemango/multi-downloader-nx)\n[![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/unstoppablemango/multi-downloader-nx?sort=date)](https://hub.docker.com/r/unstoppablemango/multi-downloader-nx)\n[![Docker Stars](https://img.shields.io/docker/stars/unstoppablemango/multi-downloader-nx)](https://hub.docker.com/r/unstoppablemango/multi-downloader-nx)\n\nThis is a docker image for [anidl/multi-downloader-nx](https://github.com/anidl/multi-downloader-nx)\n\n## Usage\n\nBash:\n\n```bash\ndocker run -it --rm \\\n    --name anidl \\\n    -v \u003cpath-to-your-config\u003e:/config:rw \\\n    -v \u003cpath-to-your-downloads\u003e:/videos:rw \\\n    unstoppablemango/multi-downloader-nx \\\n    \u003cdownloader-options\u003e\n```\n\nPowershell:\n\n```powershell\ndocker run -it --rm `\n    --name anidl `\n    -v \u003cpath-to-your-config\u003e:/config:rw `\n    -v \u003cpath-to-your-downloads\u003e:/videos:rw `\n    unstoppablemango/multi-downloader-nx `\n    \u003cdownloader-options\u003e\n```\n\n### Permissions\n\nCurrently downloads will be created as root. In the future I plan to allow setting UID and GID. For now to fix permissions, you can run\n\n`$ sudo chown \u003cuid\u003e:\u003cgid\u003e /path/to/downloads/*`\n\n`\u003cuid\u003e` and `\u003cgid\u003e` can be obtained from `id`.\n\n### Examples\n\n#### Authenticating\n\n```bash\ndocker run -it --rm \\\n    -v ~/.config/anidl:/config:rw \\\n    unstoppablemango/multi-downloader-nx \\\n    --service crunchy \\\n    --auth\n```\n\n#### Searching\n\n```bash\ndocker run -it --rm \\\n    -v ~/.config/anidl:/config:rw \\\n    unstoppablemango/multi-downloader-nx \\\n    --service crunchy \\\n    --search \"Tower of God\"\n```\n\n#### Downloading\n\n```bash\ndocker run -it --rm \\\n    -v ~/.config/anidl:/config:rw \\\n    -v ~/Videos/anidl:/videos:rw \\\n    unstoppablemango/multi-downloader-nx \\\n    --service crunchy \\\n    --series G6J0G49DR\n    --all\n```\n\n## Compose\n\nHere is a barebones docker-compose file to get started.\n\nThis image comes with a default configuration, so the `/config` mount is technically optional.\nUsing the default config won't persist authentication info so it is recommended to provide your own.\nSee [Configuration](#configuration).\n\n## Configuration\n\nCurrently all configuration is provided via commandline.\nRefer to the [source documentation](https://github.com/anidl/multi-downloader-nx/blob/2.0.18/docs/DOCUMENTATION.md) for all options.\n\nTo persist configuration such as authentication, mount a volume to `/config`.\n\nDownloads will be put in `/videos`.\n\n```yaml\nversion: '3'\n\nservices:\n  anidl:\n    image: unstoppablemango/multi-downloader-nx\n    volumes:\n    - \"\u003cpath-to-your-config\u003e:/config:rw\"\n    - \"\u003cpath-to-your-downloads\u003e:/videos:rw\"\n    command: \u003cdownloader-options\u003e\n```\n\n## Build\n\n```bash\ndocker build . -t anidl\n```\n\nOptionally specify a different version.\nThe build works by cloning a tag from the source repository.\nSo the version must be a valid tag in \u003chttps://github.com/anidl/multi-downloader-nx\u003e.\n\n```bash\n#!/bin/bash\nVERSION=$(cut -d'-' -f 1 VERSION)\ndocker build . --build-arg VERSION=$VERSION -t anidl:$VERSION\n```\n\nNote: The version in [VERSION](VERSION) includes a suffix to track the image version so we strip that off before passing it to the build.\n\nWith BuildKit:\n\n```bash\ndocker buildx build . -t anidl\n```\n\n```bash\n#!/bin/bash\nVERSION=$(cut -d'-' -f 1 VERSION)\ndocker buildx build . --build-arg VERSION=$VERSION -t anidl:$VERSION\n```\n\n## Official Image\n\nSince creating this, the source project has added it's own image.\n\n[Docker Hub](https://hub.docker.com/r/izuco/multi-downloader-nx/)\n\n[Dockerfile](https://github.com/anidl/multi-downloader-nx/blob/master/Dockerfile)\n\nAs far as I can tell, both images serve the same end. I'll attempt to keep this updated anyways.\n\n\u003csup\u003eMines smaller :smirk:\u003c/sup\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funstoppablemango%2Fmulti-downloader-nx-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funstoppablemango%2Fmulti-downloader-nx-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funstoppablemango%2Fmulti-downloader-nx-docker/lists"}