Start building your media library with truly unlimited storage size!
Do you want a movie and TV show library that has unlimited size? Consider using a Debrid service, like Real-Debrid, AllDebrid, or TorBox. These services work like a shared storage space for downloading torrents. You can download as much as you want without worrying about storage limits, because the files are shared among all users. You only "own" the file when you download it to your account.
These Debrid services also offer a WebDAV interface that lets you mount your library as a network drive. You can connect it to media players like Infuse (Mac, iPhone, Apple TV, iPad) or media server software like Plex, Emby, or Jellyfin. This way, your media library can be accessed and played from anywhere!
Debrid Media Manager is a free and open source web app that makes it easy to download movies and TV shows directly to your Debrid library. Build and curate your media collection without ever worrying about storage limits.
This builds on top of the amazing service brought by Real-Debrid, AllDebrid, and TorBox.
See all your torrents in one page, sort them by name, size, status, or date added. It groups torrents by title and helps you delete duplicates. It can show you failed or slow downloads and delete them.
Add content to your library by searching for torrents. It detects what you already have downloaded and currently downloading in your library.
Browse detailed information about movies and TV shows including cast, crew, trailers, and related content. View comprehensive person filmography pages to explore an actor's or director's complete work.
Use DMM as a Stremio addon to stream your debrid library directly through Stremio. Includes a Cast addon for sharing your library streams.
Sync with your Trakt watchlist, collection, and custom lists to easily add content to your library.
Share your whole collection or select specific items. Head over to r/debridmediamanager to see other people's media collections and easily mirror their content to yours.
- Have a MySQL database ready
- Clone this repository
- Create your local env file:
cp .env.example .env.localand fill in the details - Fill in required settings in
.env.local:DATABASE_URL- Your MySQL connection string
- (Optional) Configure additional integrations in
.env.local:TMDB_KEY,OMDB_KEY,MDBLIST_KEY- For enhanced movie/show metadataTRAKT_CLIENT_IDandTRAKT_CLIENT_SECRET- For Trakt integrationPROXY- SOCKS5 proxy for stream proxying (e.g.localhost:9050)- See
.env.examplefor all available options
- Install the dependencies:
npm install - Run the app:
npm run dev(development) ornpm run build && npm run start(production) - Head to
http://localhost:3000
cp .env.example .env.local
# Fill in your settings in .env.local
docker swarm init
docker stack deploy -c docker-compose.yml dmmThe website will be accessible at http://localhost:3000
If you want some level of curation on your library. I personally prefer watching only 100+ GB remux releases. Don't ask me about -arr apps and/or Usenet. I also came from that setup and found it too time consuming to maintain.
It doesn't do any sort of monitoring. It gets that information when you open the Library page and caches it in your browser's local storage.
No. It's completely anonymous. What's shared are 3 things: filename, magnet hash, file size. It's not even stored in any database. The data is compressed and stored in the URL. A "webpage" is then created over at https://hashlists.debridmediamanager.com that loads this list of magnet hashes.
This project is licensed under the AGPL-3.0.