feat: remove {true} from JSX and wrap in mdx code block

This commit is contained in:
Viren070
2024-11-26 16:54:14 +00:00
parent 386de85784
commit 2f490e6504
40 changed files with 124 additions and 30 deletions
+5 -2
View File
@@ -4,9 +4,12 @@ description: Provides catalogs for anime from MyAnimeList, AniDB, AniList, Kitsu
keywords: [stremio, addons, anime, anime catalogs, catalog, catalogue, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:anime, stremio-addon:catalogues]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="anime-catalogs" manifest="https://1fe84bc728af-stremio-anime-catalogs.baby-beamup.club/manifest.json" configurable={true} configurationRequired={true}/>
<StremioAddonButtons id="anime-catalogs" manifest="https://1fe84bc728af-stremio-anime-catalogs.baby-beamup.club/manifest.json" configurable configurationRequired/>
```
<h3>Description</h3>
@@ -21,7 +24,7 @@ To get started, head to the [Anime Catalogs configuration page](https://1fe84bc7
1. Catalog settings:
- `Show only dubbed content` - If you want to see only dubbed content, enable this.
- `Ratings on Posters` - This setting controls whether ratings are shown on the posters. You will need to provide an RPDB API key for this to work.
- `Ratings on Posters` - This setting controls whether ratings are shown on the posters. You will need to provide an RPDB API key for this to work. ([How do I obtain an RPDB key?](stremio/faq#how-do-i-obtain-a-rpdb-api-key]))
2. Choose Catalogs: Select the catalogues that you want to see on your homepage.
3. Click Install and then when the Stremio app opens with a prompt asking to install, click Install again.
+2
View File
@@ -4,9 +4,11 @@ description: Provides catalogues for anime from Kitsu, using metadata from Kitsu
keywords: [stremio, addons, anime, anime kitsu, kitsu, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:anime, stremio-addon:catalogues]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="anime-kitsu" manifest="https://anime-kitsu.strem.fun/manifest.json"/>
```
<h3>Description</h3>
+3 -1
View File
@@ -4,9 +4,11 @@ description: Track your anime progress with AniList and see lists from your AniL
keywords: [stremio, addons, addon, anime, animeo, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:anime, stremio-addon:tracking]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="animeo" manifest="https://7a625ac658ec-animeo.baby-beamup.club/manifest.json" configurable={true} configurationRequired={true} source="https://github.com/Jenrykster/animeo"/>
<StremioAddonButtons id="animeo" manifest="https://7a625ac658ec-animeo.baby-beamup.club/manifest.json" configurable configurationRequired source="https://github.com/Jenrykster/animeo"/>
```
<h3>Description</h3>
+2
View File
@@ -4,9 +4,11 @@ description: Stremio addon for Argentinian channels across various categories in
keywords: [stremio, addons, http, live, live tv, us, channels, free, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:http-streams, stremio-addon:live-tv]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="usa-tv" manifest="https://848b3516657c-argentinatv.baby-beamup.club/manifest.json"/>
```
<h3>Description</h3>
+2
View File
@@ -4,9 +4,11 @@ description: Stremio's fastest torrent/debrid search add-on.
keywords: [stremio, addons, addon, comet, torrent, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:debrid-streams]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="comet" manifest="https://comet.elfhosted.com/manifest.json" configurable={true} configurationRequired={true} source="https://github.com/g0ldyy/comet"/>
```
<h3>Description</h3>
+3 -1
View File
@@ -4,9 +4,11 @@ description: Stremio's fastest torrent/debrid search add-on with indexers focuse
keywords: [stremio, addons, addon, comet, cometfr, french, france, torrent, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:debrid-streams]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="comet" manifest="https://comet.stremiofr.com/manifest.json" configurable={true} configurationRequired={true}/>
<StremioAddonButtons id="comet" manifest="https://comet.stremiofr.com/manifest.json" configurable configurationRequired/>
```
<h3>Description</h3>
@@ -4,9 +4,11 @@ description: Convert a CSV file from IMDB lists, filtered results, and more into
keywords: [stremio, addons, addon, imdb, catalog, catalogue, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:catalogues]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="custom-catalogues" configureOverride="https://www.journey.co.il/stremio/"/>
```
<h3>Description</h3>
+3 -1
View File
@@ -4,9 +4,11 @@ description: Provides catalogs from streaming services (e.g. Netflix) and also c
keywords: [stremio, addons, addon, cyberflix, catalog, catalogue, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:catalogues]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="cyberflix" manifest="https://cyberflix.elfhosted.com/manifest.json" configurable={true} configurationRequired={true} source="https://github.com/marcojoao/cyberflix-server"/>
<StremioAddonButtons id="cyberflix" manifest="https://cyberflix.elfhosted.com/manifest.json" configurable configurationRequired source="https://github.com/marcojoao/cyberflix-server"/>
```
<h3>Description</h3>
+3 -1
View File
@@ -4,11 +4,13 @@ description: Cast your preferred Debrid Media Manager streams to your Stremio de
keywords: [stremio, addons, dmm, cast, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:debrid-streams]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="dmm-cast" configurable configurationRequired configureOverride="https://debridmediamanager.com/stremio"/>
```
This addon allows you to cast your preferred Debrid Media Manager streams to your Stremio device.
This addon allows you to cast your preferred [Debrid Media Manager](/stremio/extras/debrid-media-manager) streams to your Stremio device.
You can find instructions on using it at the configuration link above.
It only supports Real Debrid currently.
+3 -1
View File
@@ -4,9 +4,11 @@ description: Stremio addon that serves asian movies and dramas from dramacool
keywords: [stremio, addons, addon, dramacool, catalog, catalogue, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:catalogues, stremio-addon:debrid-streams, stremio-addon:http-streams]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="dramacool" manifest="https://stremio-dramacool-addon.xyz/manifest.json" configurable={true} />
<StremioAddonButtons id="dramacool" manifest="https://stremio-dramacool-addon.xyz/manifest.json" configurable />
```
<h3>Description</h3>
+3 -1
View File
@@ -4,9 +4,11 @@ description: Provides content and a search catalog from the Usenet service, Easy
keywords: [stremio, addons, addon, easynews, usenet, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:usenet-streams]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="easynews-plus" manifest="https://b89262c192b0-stremio-easynews-addon.baby-beamup.club/manifest.json" configurable={true} configurationRequired={true} source="https://github.com/sleeyax/stremio-easynews-addon"/>
<StremioAddonButtons id="easynews-plus" manifest="https://b89262c192b0-stremio-easynews-addon.baby-beamup.club/manifest.json" configurable configurationRequired source="https://github.com/sleeyax/stremio-easynews-addon"/>
```
<h3>Description</h3>
+3 -1
View File
@@ -4,9 +4,11 @@ description: Provides content from the Usenet service, Easynews, within Stremio.
keywords: [stremio, addons, addon, easynews, usenet, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:usenet-streams]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="easynews" manifest="https://ea627ddf0ee7-easynews.baby-beamup.club/manifest.json" configurable={true} configurationRequired={true}/>
<StremioAddonButtons id="easynews" manifest="https://ea627ddf0ee7-easynews.baby-beamup.club/manifest.json" configurable configurationRequired/>
```
<h3>Description</h3>
+2
View File
@@ -4,9 +4,11 @@ description: A Stremio addon for Formula One and MotoGP replay content.
keywords: [stremio, addons, addon, torrent, formula one, formula 1, motogp, sports, f1, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:torrent-streams, stremio-addon:sports]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="formulio" manifest="https://formulio.hayd.uk/manifest.json" source="https://github.com/TheRaceDirector/formuliodev/"/>
```
<h3>Description</h3>
+3 -1
View File
@@ -4,9 +4,11 @@ description: IMDB Movie and Series lists. Supports optional settings to use Rati
keywords: [stremio, addons, addon, imdb, imdb catalogs, catalog, catalogue, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:catalogues]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="imdb-catalogs" manifest="https://1fe84bc728af-imdb-catalogs.baby-beamup.club/manifest.json" configurable={true}/>
<StremioAddonButtons id="imdb-catalogs" manifest="https://1fe84bc728af-imdb-catalogs.baby-beamup.club/manifest.json" configurable/>
```
<h3>Description</h3>
+3 -1
View File
@@ -4,9 +4,11 @@ description: Stremio addon that resolve streams using Jackett and Debrid. It sea
keywords: [stremio, addons, torrent, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:debrid-streams]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="jackettio" manifest="https://jackettio.elfhosted.com/manifest.json" configurable={true} configurationRequired={true} source="https://github.com/arvida42/jackettio"/>
<StremioAddonButtons id="jackettio" manifest="https://jackettio.elfhosted.com/manifest.json" configurable configurationRequired source="https://github.com/arvida42/jackettio"/>
```
<h3>Description</h3>
+2
View File
@@ -4,9 +4,11 @@ description: Stremio addon that provides HTTP streams for movies and shows.
keywords: [stremio, addons, http, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:http-streams]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="jamovies" manifest="https://eja-addon.vercel.app/manifest.json" source="https://github.com/ejatapibeda/JaMovies/"/>
```
<h3>Description</h3>
+6 -3
View File
@@ -4,12 +4,15 @@ description: Stremio addon for torrent streams provided by popular trackers and
keywords: [stremio, addons, torrent, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:torrent-streams, stremio-addon:debrid-streams]
---
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
:::warning
This addon is deprecated and no longer maintained.
:::
<StremioAddonButtons id="knightcrawler" manifest="https://knightcrawler.elfhosted.com/manifest.json" configurable={true} source="https://github.com/knightcrawler-stremio/knightcrawler"/>
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="knightcrawler" manifest="https://knightcrawler.elfhosted.com/manifest.json" configurable source="https://github.com/knightcrawler-stremio/knightcrawler"/>
```
<h3>Description</h3>
+3 -1
View File
@@ -4,9 +4,11 @@ description: A subtitle addon for stremio that provides mainly PT-BR subtitles f
keywords: [stremio, addons, subtitles, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:subtitles]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="msubtitles" manifest="https://e1d6cc1ff4a7-legendasdivx-stremio.baby-beamup.club/manifest.json" configurable={true} configurationRequired={true}/>
<StremioAddonButtons id="msubtitles" manifest="https://e1d6cc1ff4a7-legendasdivx-stremio.baby-beamup.club/manifest.json" configurable configurationRequired/>
```
<h3>Description</h3>
+3 -1
View File
@@ -4,9 +4,11 @@ description: A Stremio addon that allows you to access your lists from MyAnimeLi
keywords: [stremio, addons, anime, catalog, catalogue, mal, myanimelist, tracking, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:catalogues, stremio-addon:anime, stremio-addon:tracking]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="mal-stremio-addon" manifest="https://mal-stremio.vercel.app/manifest.json" configurable={true} configurationRequired={true} source="https://github.com/SageTendo/mal-stremio-addon"/>
<StremioAddonButtons id="mal-stremio-addon" manifest="https://mal-stremio.vercel.app/manifest.json" configurable configurationRequired source="https://github.com/SageTendo/mal-stremio-addon"/>
```
<h3>Description</h3>
+3 -1
View File
@@ -4,9 +4,11 @@ description: A Stremio addon providing HTTPS Streams for Italian Movies, Series,
keywords: [stremio, addons, addon, italian, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:http-streams, stremio-addon:live-tv]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="mammamia" manifest="https://mammamia-urlo-mammamia.hf.space/manifest.json" source="https://github.com/UrloMythus/MammaMia/" configurable={true} configurationRequired={true} configureOverride="https://mammamia-urlo-mammamia.hf.space"/>
<StremioAddonButtons id="mammamia" manifest="https://mammamia-urlo-mammamia.hf.space/manifest.json" source="https://github.com/UrloMythus/MammaMia/" configurable configurationRequired configureOverride="https://mammamia-urlo-mammamia.hf.space"/>
```
<h3>Description</h3>
+3 -1
View File
@@ -4,9 +4,11 @@ description: A Universal Stremio Addon for Movies, Series, Live TV & Sports Even
keywords: [stremio, addons, torrent, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:catalogues, stremio-addon:torrent-streams, stremio-addon:debrid-streams, stremio-addon:live-tv, stremio-addon:sports]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="mediafusion" manifest="https://mediafusion.elfhosted.com/manifest.json" configurable={true} source="https://github.com/mhdzumair/MediaFusion"/>
<StremioAddonButtons id="mediafusion" manifest="https://mediafusion.elfhosted.com/manifest.json" configurable source="https://github.com/mhdzumair/MediaFusion"/>
```
<h3>Description</h3>
+3 -1
View File
@@ -4,9 +4,11 @@ description: A subtitle addon for stremio that provides subtitles from MSubtitle
keywords: [stremio, addons, subtitles, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:subtitles]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="msubtitles" manifest="https://msubtitles.lowlevel1989.click/conf/api/v1/manifest.json" configurable={true}/>
<StremioAddonButtons id="msubtitles" manifest="https://msubtitles.lowlevel1989.click/conf/api/v1/manifest.json" configurable/>
```
<h3>Description</h3>
+2
View File
@@ -4,9 +4,11 @@ description: Get individual network cataloges for the 100 newest or most popular
keywords: [stremio, addons, addon, catalog, catalogue, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:catalogues]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="networks" configureOverride="https://www.journey.co.il/stremio/networks.php"/>
```
<h3>Description</h3>
+2
View File
@@ -4,9 +4,11 @@ description: Stremio addon that provides a catalogue of the latest movies availa
keywords: [stremio, addons, addon, imdb, catalog, catalogue, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:catalogues]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="newest-movies" manifest="https://www.journey.co.il/stremio/manifest.json?list=9719661722857498&name=Newest+Movies" />
```
<h3>Description</h3>
+3 -1
View File
@@ -4,9 +4,11 @@ description: A Stremio addon that provides subtitles from SubSource.net.
keywords: [stremio, addons, subtitles, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:subtitles]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="opensubtitles-pro" manifest="https://opensubtitlesv3-pro.dexter21767.com/manifest.json" configurable={true} configurationRequired={true}/>
<StremioAddonButtons id="opensubtitles-pro" manifest="https://opensubtitlesv3-pro.dexter21767.com/manifest.json" configurable configurationRequired/>
```
<h3>Description</h3>
+2
View File
@@ -4,9 +4,11 @@ description: An Official Stremio Addon that provides subtitles for movies and sh
keywords: [stremio, addons, subtitles, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:subtitles]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="opensubtitles-v3" manifest="https://opensubtitles-v3.strem.io/manifest.json" configurable={false} />
```
<h3>Description</h3>
+3 -1
View File
@@ -4,9 +4,11 @@ description: A Stremio addon that allows Orion-indexed torrent, usenet and hoste
keywords: [stremio, addons, torrent, usenet, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:torrent-streams, stremio-addon:debrid-streams]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="orion-stremio-addon" manifest="https://5a0d1888fa64-orion.baby-beamup.club/manifest.json" configurable={true} configurationRequired={true} source="https://github.com/gorlev/orion-stremio-addon"/>
<StremioAddonButtons id="orion-stremio-addon" manifest="https://5a0d1888fa64-orion.baby-beamup.club/manifest.json" configurable configurationRequired source="https://github.com/gorlev/orion-stremio-addon"/>
```
<h3>Description</h3>
+2
View File
@@ -4,9 +4,11 @@ description: A Stremio addon to fetch movies and series torrents from different
keywords: [stremio, addons, addon, spain, spanish, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:torrent-streams]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="peerflix" manifest="https://peerflix.mov/manifest.json" source="https://github.com/kekazoh/peerflix-scraper"/>
```
<h3>Description</h3>
+2
View File
@@ -4,9 +4,11 @@ description: Provides a catalogue for popular actors. When you click on a specif
keywords: [stremio, addons, addon, catalog, catalogue, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:catalogues]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="popular-people" manifest="https://www.journey.co.il/stremio/manifest.json?list=1&name=Popular+People"/>
```
<h3>Description</h3>
+4 -1
View File
@@ -4,9 +4,12 @@ description: A Stremio addon that provides trending movies and series on Netflix
keywords: [stremio, addons, catalog, catalogue, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:catalogues]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="streaming-catalogs" manifest="https://7a82163c306e-stremio-netflix-catalog-addon.baby-beamup.club/manifest.json" configurable={true} source="https://github.com/rleroi/Stremio-Streaming-Catalogs-Addon" />
<StremioAddonButtons id="streaming-catalogs" manifest="https://7a82163c306e-stremio-netflix-catalog-addon.baby-beamup.club/manifest.json" configurable source="https://github.com/rleroi/Stremio-Streaming-Catalogs-Addon" />
```
<h3>Description</h3>
+3
View File
@@ -4,9 +4,12 @@ description: A multi-server streaming addon for Stremio.
keywords: [stremio, stremify, addons, http, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:http-streams]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="stremify" manifest="https://stremify.hayd.uk/manifest.json" configurable={true} source="https://github.com/stremify/stremify" />
```
<h3>Description</h3>
+3
View File
@@ -4,9 +4,12 @@ description: Stremio addon for fetching videos from your google drive.
keywords: [stremio, addons, http, google drive, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:http-streams]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="stremio-gdrive" source="https://github.com/ShuvamJaswal/Gdrive-Stremio-Update" />
```
<h3>Description</h3>
+6 -2
View File
@@ -4,12 +4,16 @@ description: Elevate your Stremio experience with seamless access to Jackett tor
keywords: [stremio, stremio-jackett, stremio jackett, jackett, addons, torrent, usenet, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:torrent-streams, stremio-addon:debrid-streams]
---
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
:::warning
This addon is deprecated and no longer maintained.
:::
<StremioAddonButtons id="stremio-jackett" manifest="https://stremio-jackett.elfhosted.com/manifest.json" configurable={true} source="https://github.com/aymene69/stremio-jackett" />
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="stremio-jackett" manifest="https://stremio-jackett.elfhosted.com/manifest.json" configurable source="https://github.com/aymene69/stremio-jackett" />
```
<h3>Description</h3>
+4 -1
View File
@@ -4,9 +4,12 @@ description: A Stremio addon that provides subtitles from SubDL. Requires an API
keywords: [stremio, addons, subtitles, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:subtitles]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="subdl-subtitles" manifest="https://subdl.strem.bar/manifest.json" configurable={true} configurationRequired={true}/>
<StremioAddonButtons id="subdl-subtitles" manifest="https://subdl.strem.bar/manifest.json" configurable configurationRequired/>
```
<h3>Description</h3>
+4 -1
View File
@@ -4,9 +4,12 @@ description: A Stremio addon that provides subtitles from SubSource.net.
keywords: [stremio, addons, subtitles, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:subtitles]
---
````mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="subsource-subtitles" manifest="https://subsource.strem.bar/manifest.json" configurable={true} configurationRequired={true}/>
<StremioAddonButtons id="subsource-subtitles" manifest="https://subsource.strem.bar/manifest.json" configurable configurationRequired/>
````
<h3>Description</h3>
+4 -1
View File
@@ -4,9 +4,12 @@ description: A Stremio addon that provides metadata and catalogues from TMDB.
keywords: [stremio, addons, catalogue, catalog, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:catalogues]
---
````mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="tmdb-addon" manifest="https://94c8cb9f702d-tmdb-addon.baby-beamup.club/manifest.json" configurable={true} source="https://github.com/mrcanelas/tmdb-addon" />
<StremioAddonButtons id="tmdb-addon" manifest="https://94c8cb9f702d-tmdb-addon.baby-beamup.club/manifest.json" configurable source="https://github.com/mrcanelas/tmdb-addon" />
````
<h3>Description</h3>
+4 -1
View File
@@ -4,9 +4,12 @@ description: Stremio addon that provides torrent and usenet streams for users of
keywords: [stremio, addons, torrent, usenet, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:debrid-streams, stremio-addon:usenet-streams]
---
````mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="torbox" manifest="https://stremio.torbox.app/manifest.json" configurable={true} configurationRequired={true}/>
<StremioAddonButtons id="torbox" manifest="https://stremio.torbox.app/manifest.json" configurable configurationRequired/>
````
<h3>Description</h3>
+4 -1
View File
@@ -4,9 +4,12 @@ description: Stremio addon that provides torrent streams from scraped torrent pr
keywords: [stremio, addons, torrentio, torrent, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:torrent-streams]
---
````mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="torrentio" source="https://github.com/TheBeastLT/torrentio-scraper" manifest="https://torrentio.strem.fun/manifest.json" configurable={true}/>
<StremioAddonButtons id="torrentio" source="https://github.com/TheBeastLT/torrentio-scraper" manifest="https://torrentio.strem.fun/manifest.json" configurable/>
````
<h3>Description</h3>
+3
View File
@@ -4,9 +4,12 @@ description: Stremio addon for channels across various categories including loca
keywords: [stremio, addons, http, live, live tv, us, channels, free, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:http-streams, stremio-addon:live-tv]
---
````mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="usa-tv" manifest="https://848b3516657c-usatv.baby-beamup.club/manifest.json"/>
````
<h3>Description</h3>
@@ -4,9 +4,12 @@ description: A Stremio addon that provides subtitles from yifysubtitles
keywords: [stremio, addons, subtitles, guide, setup, configuration, install, link]
tags: [stremio-addon, stremio-addon:subtitles]
---
````mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="yifysubtitles-by-dexter21767" manifest="https://2ecbbd610840-yifysubtitles.baby-beamup.club/manifest.json" configurable={true} configurationRequired={true}/>
<StremioAddonButtons id="yifysubtitles-by-dexter21767" manifest="https://2ecbbd610840-yifysubtitles.baby-beamup.club/manifest.json" configurable configurationRequired/>
````
<h3>Description</h3>