stremio stremio-addon stremio-client stremio-themes stremio-theme Updated Nov 29, 2024 TypeScript MrMonkey42 / stremio-addon-debrid-search Star 79 Code Issues Pull requests Discussions Stremio Addon to search downloads and torrents in your Debrid cloud stremio stremio-addon stremio-addons ...
googleaddongoogle-drivedrivegdrivestremiogoogle-drive-api UpdatedJan 3, 2023 Python 🌍 Translation strings used in the Stremio app hacktoberfeststremiotranslation-strings UpdatedJan 20, 2025 JavaScript Stremio Addon to search downloads and torrents in your Debrid cloud ...
(by default, it’s not a core addon baked into to stremio app). TROYPOINT: Tech Tutorials On Firestick, Kodi, Android TV Box, VPN, IPTV,... – 1 Dec 23 How to Install Stremio on Firestick with Torrentio/Real-Debrid The following tutorial will provide you with instructions to ...
JavaScript Add a description, image, and links to thestremio-real-debrid-addontopic page so that developers can more easily learn about it. To associate your repository with thestremio-real-debrid-addontopic, visit your repo's landing page and select "manage topics." ...
search addons show comment count for each addon in the list Discord chat notifications for new addon releases Addon Submission Rules We do not tolerate any abuse or misuse of user-submitted addons. The following behaviors are strictly prohibited: ...
stremio-addon Star Here are 38 public repositories matching this topic... Language: All Sort: Recently updated MrMonkey42 / stremio-addon-debrid-search Star 22 Code Issues Pull requests Discussions Stremio Addon to search downloads and torrents in your Debrid cloud stremio stremio-addon ...
🔍 Zilean DMM Search: Search for movies and TV shows with Zilean DMM for a cached debrid contents. 🚀 Installation Stremio: Install Stremio from here. MediaFusion Community Instance (Non-Affiliated): Navigate to MediaFusion ElfHosted and click on the 'Configure Add-on' button. 🚀 Local ...
@@ -240,61 +143,28 @@ export const RealDebridLive = Effect.gen(function* () { yield* sources.registerEmbellisher({ transform: (stream, baseUrl) => Effect.makeSpanScoped("RealDebrid.transform", { attributes: { infoHash: stream.infoHash }, }).pipe( Effect.flatMap(span => Effect.reque...
We can search DebridMediaManager hash lists which are hosted on GitHub. This allows us to add hundreds of thousands of movies and tv shows, but it requires a Personal Access Token to be generated. The software only needs read access and only for public respositories. To generate one, pleas...
@@ -82,12 +83,12 @@ export const RealDebridLive = Effect.gen(function* () { const addTorrentFromHash = (hash: string) => pipe( HttpClientRequest.put("/torrents/addTorrent"), HttpClientRequest.bodyStream(torrent.fromHash(hash), { contentType: "application/x-bittorrent", }), client.execu...