mirror of
https://github.com/Viren070/guides.git
synced 2025-12-01 23:16:16 +01:00
delete i18n folder
This commit is contained in:
@@ -1,444 +0,0 @@
|
||||
{
|
||||
"theme.lastUpdated.atDate": {
|
||||
"message": " en {date}",
|
||||
"description": "The words used to describe on which date a page has been last updated"
|
||||
},
|
||||
"theme.lastUpdated.byUser": {
|
||||
"message": " por {user}",
|
||||
"description": "The words used to describe by who the page has been last updated"
|
||||
},
|
||||
"theme.lastUpdated.lastUpdatedAtBy": {
|
||||
"message": "Última actualización{atDate}{byUser}",
|
||||
"description": "The sentence used to display when a page has been last updated, and by who"
|
||||
},
|
||||
"theme.ErrorPageContent.title": {
|
||||
"message": "Esta página ha fallado.",
|
||||
"description": "The title of the fallback page when the page crashed"
|
||||
},
|
||||
"theme.BackToTopButton.buttonAriaLabel": {
|
||||
"message": "Volver al principio",
|
||||
"description": "The ARIA label for the back to top button"
|
||||
},
|
||||
"theme.blog.paginator.navAriaLabel": {
|
||||
"message": "Navegación por la página de la lista de blogs ",
|
||||
"description": "The ARIA label for the blog pagination"
|
||||
},
|
||||
"theme.blog.paginator.newerEntries": {
|
||||
"message": "Entradas más recientes",
|
||||
"description": "The label used to navigate to the newer blog posts page (previous page)"
|
||||
},
|
||||
"theme.blog.paginator.olderEntries": {
|
||||
"message": "Entradas más antiguas",
|
||||
"description": "The label used to navigate to the older blog posts page (next page)"
|
||||
},
|
||||
"theme.blog.archive.title": {
|
||||
"message": "Archivo",
|
||||
"description": "The page & hero title of the blog archive page"
|
||||
},
|
||||
"theme.blog.archive.description": {
|
||||
"message": "Archivo",
|
||||
"description": "The page & hero description of the blog archive page"
|
||||
},
|
||||
"theme.blog.post.paginator.navAriaLabel": {
|
||||
"message": "Barra de paginación de publicaciones del blog",
|
||||
"description": "The ARIA label for the blog posts pagination"
|
||||
},
|
||||
"theme.blog.post.paginator.newerPost": {
|
||||
"message": "Publicación más reciente",
|
||||
"description": "The blog post button label to navigate to the newer/previous post"
|
||||
},
|
||||
"theme.blog.post.paginator.olderPost": {
|
||||
"message": "Publicación más antigua",
|
||||
"description": "The blog post button label to navigate to the older/next post"
|
||||
},
|
||||
"theme.tags.tagsPageLink": {
|
||||
"message": "Ver Todas las Etiquetas",
|
||||
"description": "The label of the link targeting the tag list page"
|
||||
},
|
||||
"theme.colorToggle.ariaLabel": {
|
||||
"message": "Cambiar entre modo oscuro y claro (actualmente {mode})",
|
||||
"description": "The ARIA label for the navbar color mode toggle"
|
||||
},
|
||||
"theme.colorToggle.ariaLabel.mode.dark": {
|
||||
"message": "modo oscuro",
|
||||
"description": "The name for the dark color mode"
|
||||
},
|
||||
"theme.colorToggle.ariaLabel.mode.light": {
|
||||
"message": "modo claro",
|
||||
"description": "The name for the light color mode"
|
||||
},
|
||||
"theme.docs.breadcrumbs.navAriaLabel": {
|
||||
"message": "Rastro de navegación",
|
||||
"description": "The ARIA label for the breadcrumbs"
|
||||
},
|
||||
"theme.docs.DocCard.categoryDescription.plurals": {
|
||||
"message": "1 artículo|{count} artículos",
|
||||
"description": "The default description for a category card in the generated index about how many items this category includes"
|
||||
},
|
||||
"theme.docs.paginator.navAriaLabel": {
|
||||
"message": "Página del documento",
|
||||
"description": "The ARIA label for the docs pagination"
|
||||
},
|
||||
"theme.docs.paginator.previous": {
|
||||
"message": "Anterior",
|
||||
"description": "The label used to navigate to the previous doc"
|
||||
},
|
||||
"theme.docs.paginator.next": {
|
||||
"message": "Siguiente",
|
||||
"description": "The label used to navigate to the next doc"
|
||||
},
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": {
|
||||
"message": "Un documento etiquetado|{count} documentos etiquetados",
|
||||
"description": "Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
|
||||
},
|
||||
"theme.docs.tagDocListPageTitle": {
|
||||
"message": "{nDocsTagged} con \"{tagName}\"",
|
||||
"description": "The title of the page for a docs tag"
|
||||
},
|
||||
"theme.docs.versionBadge.label": {
|
||||
"message": "Version: {versionLabel}"
|
||||
},
|
||||
"theme.docs.versions.unreleasedVersionLabel": {
|
||||
"message": "Esta es la documentación sin publicar para {siteTitle}, versión {versionLabel}.",
|
||||
"description": "The label used to tell the user that he's browsing an unreleased doc version"
|
||||
},
|
||||
"theme.docs.versions.unmaintainedVersionLabel": {
|
||||
"message": "Esta es la documentación para {siteTitle} {versionLabel}, que ya no se mantiene activamente.",
|
||||
"description": "The label used to tell the user that he's browsing an unmaintained doc version"
|
||||
},
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": {
|
||||
"message": "Para la documentación actualizada, vea {latestVersionLink} ({versionLabel}).",
|
||||
"description": "The label used to tell the user to check the latest version"
|
||||
},
|
||||
"theme.docs.versions.latestVersionLinkLabel": {
|
||||
"message": "última versión",
|
||||
"description": "The label used for the latest version suggestion link label"
|
||||
},
|
||||
"theme.common.editThisPage": {
|
||||
"message": "Editar esta página",
|
||||
"description": "The link label to edit the current page"
|
||||
},
|
||||
"theme.common.headingLinkTitle": {
|
||||
"message": "Enlace directo al {heading}",
|
||||
"description": "Title for link to heading"
|
||||
},
|
||||
"theme.navbar.mobileVersionsDropdown.label": {
|
||||
"message": "Versiones",
|
||||
"description": "The label for the navbar versions dropdown on mobile view"
|
||||
},
|
||||
"theme.NotFound.title": {
|
||||
"message": "Página No Encontrada",
|
||||
"description": "The title of the 404 page"
|
||||
},
|
||||
"theme.tags.tagsListLabel": {
|
||||
"message": "Etiquetas:",
|
||||
"description": "The label alongside a tag list"
|
||||
},
|
||||
"theme.admonition.caution": {
|
||||
"message": "precaución",
|
||||
"description": "The default label used for the Caution admonition (:::caution)"
|
||||
},
|
||||
"theme.admonition.danger": {
|
||||
"message": "peligro",
|
||||
"description": "The default label used for the Danger admonition (:::danger)"
|
||||
},
|
||||
"theme.admonition.info": {
|
||||
"message": "info",
|
||||
"description": "The default label used for the Info admonition (:::info)"
|
||||
},
|
||||
"theme.admonition.note": {
|
||||
"message": "nota",
|
||||
"description": "The default label used for the Note admonition (:::note)"
|
||||
},
|
||||
"theme.admonition.tip": {
|
||||
"message": "tip",
|
||||
"description": "The default label used for the Tip admonition (:::tip)"
|
||||
},
|
||||
"theme.admonition.warning": {
|
||||
"message": "aviso",
|
||||
"description": "The default label used for the Warning admonition (:::warning)"
|
||||
},
|
||||
"theme.AnnouncementBar.closeButtonAriaLabel": {
|
||||
"message": "Cerrar",
|
||||
"description": "The ARIA label for close button of announcement bar"
|
||||
},
|
||||
"theme.blog.sidebar.navAriaLabel": {
|
||||
"message": "Navegación de publicaciones recientes",
|
||||
"description": "The ARIA label for recent posts in the blog sidebar"
|
||||
},
|
||||
"theme.CodeBlock.copied": {
|
||||
"message": "Copiado",
|
||||
"description": "The copied button label on code blocks"
|
||||
},
|
||||
"theme.CodeBlock.copyButtonAriaLabel": {
|
||||
"message": "Copiar código",
|
||||
"description": "The ARIA label for copy code blocks button"
|
||||
},
|
||||
"theme.CodeBlock.copy": {
|
||||
"message": "Copiar",
|
||||
"description": "The copy button label on code blocks"
|
||||
},
|
||||
"theme.CodeBlock.wordWrapToggle": {
|
||||
"message": "Alternar ajuste de palabras",
|
||||
"description": "The title attribute for toggle word wrapping button of code block lines"
|
||||
},
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": {
|
||||
"message": "Ampliar la categoría '{label}' de la barra lateral",
|
||||
"description": "The ARIA label to expand the sidebar category"
|
||||
},
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": {
|
||||
"message": "Colapsar categoría '{label}' de la barra lateral",
|
||||
"description": "The ARIA label to collapse the sidebar category"
|
||||
},
|
||||
"theme.NavBar.navAriaLabel": {
|
||||
"message": "Principal",
|
||||
"description": "The ARIA label for the main navigation"
|
||||
},
|
||||
"theme.navbar.mobileLanguageDropdown.label": {
|
||||
"message": "Idiomas",
|
||||
"description": "The label for the mobile language switcher dropdown"
|
||||
},
|
||||
"theme.NotFound.p1": {
|
||||
"message": "No pudimos encontrar lo que buscaba.",
|
||||
"description": "The first paragraph of the 404 page"
|
||||
},
|
||||
"theme.NotFound.p2": {
|
||||
"message": "Comuníquese con el dueño del sitio que le proporcionó la URL original y hágale saber que su vínculo está roto.",
|
||||
"description": "The 2nd paragraph of the 404 page"
|
||||
},
|
||||
"theme.TOCCollapsible.toggleButtonLabel": {
|
||||
"message": "En esta página",
|
||||
"description": "The label used by the button on the collapsible TOC component"
|
||||
},
|
||||
"theme.blog.post.readMore": {
|
||||
"message": "Leer Más",
|
||||
"description": "The label used in blog post item excerpts to link to full blog posts"
|
||||
},
|
||||
"theme.blog.post.readMoreLabel": {
|
||||
"message": "Leer más acerca de {title}",
|
||||
"description": "The ARIA label for the link to full blog posts from excerpts"
|
||||
},
|
||||
"theme.blog.post.readingTime.plurals": {
|
||||
"message": "Lectura de un minuto|{readingTime} min de lectura",
|
||||
"description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
|
||||
},
|
||||
"theme.docs.breadcrumbs.home": {
|
||||
"message": "Página de Inicio",
|
||||
"description": "The ARIA label for the home page in the breadcrumbs"
|
||||
},
|
||||
"theme.docs.sidebar.collapseButtonTitle": {
|
||||
"message": "Colapsar barra lateral",
|
||||
"description": "The title attribute for collapse button of doc sidebar"
|
||||
},
|
||||
"theme.docs.sidebar.collapseButtonAriaLabel": {
|
||||
"message": "Colapsar barra lateral",
|
||||
"description": "The title attribute for collapse button of doc sidebar"
|
||||
},
|
||||
"theme.docs.sidebar.navAriaLabel": {
|
||||
"message": "Barra lateral de Documentos",
|
||||
"description": "The ARIA label for the sidebar navigation"
|
||||
},
|
||||
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
|
||||
"message": "Cerrar barra de lateral",
|
||||
"description": "The ARIA label for close button of mobile sidebar"
|
||||
},
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": {
|
||||
"message": "← Volver al menú principal",
|
||||
"description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"
|
||||
},
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
|
||||
"message": "Alternar barra lateral",
|
||||
"description": "The ARIA label for hamburger menu button of mobile navigation"
|
||||
},
|
||||
"theme.docs.sidebar.expandButtonTitle": {
|
||||
"message": "Expandir barra lateral",
|
||||
"description": "The ARIA label and title attribute for expand button of doc sidebar"
|
||||
},
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": {
|
||||
"message": "Expandir barra lateral",
|
||||
"description": "The ARIA label and title attribute for expand button of doc sidebar"
|
||||
},
|
||||
"theme.SearchBar.seeAll": {
|
||||
"message": "Ver todos los {count} resultados"
|
||||
},
|
||||
"theme.SearchPage.documentsFound.plurals": {
|
||||
"message": "Un documento encontrado|{count} documentos encontrados",
|
||||
"description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
|
||||
},
|
||||
"theme.SearchPage.existingResultsTitle": {
|
||||
"message": "Resultados de búsqueda para \"{query}\"",
|
||||
"description": "The search page title for non-empty query"
|
||||
},
|
||||
"theme.SearchPage.emptyResultsTitle": {
|
||||
"message": "Búsqueda en la documentación",
|
||||
"description": "The search page title for empty query"
|
||||
},
|
||||
"theme.SearchPage.inputPlaceholder": {
|
||||
"message": "Escribe tu búsqueda aquí",
|
||||
"description": "The placeholder for search page input"
|
||||
},
|
||||
"theme.SearchPage.inputLabel": {
|
||||
"message": "Buscar",
|
||||
"description": "The ARIA label for search page input"
|
||||
},
|
||||
"theme.SearchPage.algoliaLabel": {
|
||||
"message": "Búsqueda por Algolia",
|
||||
"description": "The ARIA label for Algolia mention"
|
||||
},
|
||||
"theme.SearchPage.noResultsText": {
|
||||
"message": "No se encontraron resultados",
|
||||
"description": "The paragraph for empty search result"
|
||||
},
|
||||
"theme.SearchPage.fetchingNewResults": {
|
||||
"message": "Obteniendo nuevos resultados...",
|
||||
"description": "The paragraph for fetching new search results"
|
||||
},
|
||||
"theme.SearchBar.label": {
|
||||
"message": "Buscar",
|
||||
"description": "The ARIA label and placeholder for search button"
|
||||
},
|
||||
"theme.SearchModal.searchBox.resetButtonTitle": {
|
||||
"message": "Limpiar la búsqueda",
|
||||
"description": "The label and ARIA label for search box reset button"
|
||||
},
|
||||
"theme.SearchModal.searchBox.cancelButtonText": {
|
||||
"message": "Cancelar",
|
||||
"description": "The label and ARIA label for search box cancel button"
|
||||
},
|
||||
"theme.SearchModal.startScreen.recentSearchesTitle": {
|
||||
"message": "Reciente",
|
||||
"description": "The title for recent searches"
|
||||
},
|
||||
"theme.SearchModal.startScreen.noRecentSearchesText": {
|
||||
"message": "Sin búsquedas recientes",
|
||||
"description": "The text when no recent searches"
|
||||
},
|
||||
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": {
|
||||
"message": "Guardar esta búsqueda",
|
||||
"description": "The label for save recent search button"
|
||||
},
|
||||
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": {
|
||||
"message": "Eliminar esta búsqueda del historial",
|
||||
"description": "The label for remove recent search button"
|
||||
},
|
||||
"theme.SearchModal.startScreen.favoriteSearchesTitle": {
|
||||
"message": "Favorito",
|
||||
"description": "The title for favorite searches"
|
||||
},
|
||||
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": {
|
||||
"message": "Eliminar esta búsqueda de favoritos",
|
||||
"description": "The label for remove favorite search button"
|
||||
},
|
||||
"theme.SearchModal.errorScreen.titleText": {
|
||||
"message": "No se pueden obtener resultados",
|
||||
"description": "The title for error screen of search modal"
|
||||
},
|
||||
"theme.SearchModal.errorScreen.helpText": {
|
||||
"message": "Quizás quieras comprobar tu conexión de red.",
|
||||
"description": "The help text for error screen of search modal"
|
||||
},
|
||||
"theme.SearchModal.footer.selectText": {
|
||||
"message": "seleccionar",
|
||||
"description": "The explanatory text of the action for the enter key"
|
||||
},
|
||||
"theme.SearchModal.footer.selectKeyAriaLabel": {
|
||||
"message": "tecla Enter",
|
||||
"description": "The ARIA label for the Enter key button that makes the selection"
|
||||
},
|
||||
"theme.SearchModal.footer.navigateText": {
|
||||
"message": "navegar",
|
||||
"description": "The explanatory text of the action for the Arrow up and Arrow down key"
|
||||
},
|
||||
"theme.SearchModal.footer.navigateUpKeyAriaLabel": {
|
||||
"message": "Flecha arriba",
|
||||
"description": "The ARIA label for the Arrow up key button that makes the navigation"
|
||||
},
|
||||
"theme.SearchModal.footer.navigateDownKeyAriaLabel": {
|
||||
"message": "Flecha abajo",
|
||||
"description": "The ARIA label for the Arrow down key button that makes the navigation"
|
||||
},
|
||||
"theme.SearchModal.footer.closeText": {
|
||||
"message": "cerrar",
|
||||
"description": "The explanatory text of the action for Escape key"
|
||||
},
|
||||
"theme.SearchModal.footer.closeKeyAriaLabel": {
|
||||
"message": "tecla Escape",
|
||||
"description": "The ARIA label for the Escape key button that close the modal"
|
||||
},
|
||||
"theme.SearchModal.footer.searchByText": {
|
||||
"message": "Buscar por",
|
||||
"description": "The text explain that the search is making by Algolia"
|
||||
},
|
||||
"theme.SearchModal.noResultsScreen.noResultsText": {
|
||||
"message": "Sin resultados para",
|
||||
"description": "The text explains that there are no results for the following search"
|
||||
},
|
||||
"theme.SearchModal.noResultsScreen.suggestedQueryText": {
|
||||
"message": "Intenta buscando por",
|
||||
"description": "The text for the suggested query when no results are found for the following search"
|
||||
},
|
||||
"theme.SearchModal.noResultsScreen.reportMissingResultsText": {
|
||||
"message": "Crees que esta consulta debería devolver resultados?",
|
||||
"description": "The text for the question where the user thinks there are missing results"
|
||||
},
|
||||
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": {
|
||||
"message": "Háganos saber.",
|
||||
"description": "The text for the link to report missing results"
|
||||
},
|
||||
"theme.SearchModal.placeholder": {
|
||||
"message": "Buscar documentos",
|
||||
"description": "The placeholder of the input of the DocSearch pop-up modal"
|
||||
},
|
||||
"theme.blog.post.plurals": {
|
||||
"message": "Una publicación|{count} publicaciones",
|
||||
"description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
|
||||
},
|
||||
"theme.blog.tagTitle": {
|
||||
"message": "{nPosts} etiquetados con \"{tagName}\"",
|
||||
"description": "The title of the page for a blog tag"
|
||||
},
|
||||
"theme.blog.author.pageTitle": {
|
||||
"message": "{authorName} - {nPosts}",
|
||||
"description": "The title of the page for a blog author"
|
||||
},
|
||||
"theme.blog.authorsList.pageTitle": {
|
||||
"message": "Authors",
|
||||
"description": "The title of the authors page"
|
||||
},
|
||||
"theme.blog.authorsList.viewAll": {
|
||||
"message": "View All Authors",
|
||||
"description": "The label of the link targeting the blog authors page"
|
||||
},
|
||||
"theme.blog.author.noPosts": {
|
||||
"message": "This author has not written any posts yet.",
|
||||
"description": "The text for authors with 0 blog post"
|
||||
},
|
||||
"theme.contentVisibility.unlistedBanner.title": {
|
||||
"message": "Página sin clasificar",
|
||||
"description": "The unlisted content banner title"
|
||||
},
|
||||
"theme.contentVisibility.unlistedBanner.message": {
|
||||
"message": "Esta página está sin clasificar. Los motores de búsqueda no la indexaran, y solo los usuarios con el enlace directo podrán acceder a esta.",
|
||||
"description": "The unlisted content banner message"
|
||||
},
|
||||
"theme.contentVisibility.draftBanner.title": {
|
||||
"message": "Draft page",
|
||||
"description": "The draft content banner title"
|
||||
},
|
||||
"theme.contentVisibility.draftBanner.message": {
|
||||
"message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
||||
"description": "The draft content banner message"
|
||||
},
|
||||
"theme.ErrorPageContent.tryAgain": {
|
||||
"message": "Intente de nuevo",
|
||||
"description": "The label of the button to try again rendering when the React error boundary captures an error"
|
||||
},
|
||||
"theme.common.skipToMainContent": {
|
||||
"message": "Saltar al contenido principal",
|
||||
"description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation"
|
||||
},
|
||||
"theme.tags.tagsPageTitle": {
|
||||
"message": "Etiquetas",
|
||||
"description": "The title of the tag list page"
|
||||
}
|
||||
}
|
||||
@@ -1,50 +0,0 @@
|
||||
{
|
||||
"version.label": {
|
||||
"message": "Next",
|
||||
"description": "The label for version current"
|
||||
},
|
||||
"sidebar.guides.category.Gaming": {
|
||||
"message": "Gaming",
|
||||
"description": "The label for category Gaming in sidebar guides"
|
||||
},
|
||||
"sidebar.guides.category.Gaming.link.generated-index.title": {
|
||||
"message": "Games / Emulation",
|
||||
"description": "The generated-index page title for category Gaming in sidebar guides"
|
||||
},
|
||||
"sidebar.guides.category.Gaming.link.generated-index.description": {
|
||||
"message": "Guides on downloading and setting up games / emulators",
|
||||
"description": "The generated-index page description for category Gaming in sidebar guides"
|
||||
},
|
||||
"sidebar.guides.category.Minecraft": {
|
||||
"message": "Minecraft",
|
||||
"description": "The label for category Minecraft in sidebar guides"
|
||||
},
|
||||
"sidebar.guides.category.Bedrock": {
|
||||
"message": "Bedrock",
|
||||
"description": "The label for category Bedrock in sidebar guides"
|
||||
},
|
||||
"sidebar.guides.category.Streaming": {
|
||||
"message": "Streaming",
|
||||
"description": "The label for category Streaming in sidebar guides"
|
||||
},
|
||||
"sidebar.guides.category.Streaming.link.generated-index.title": {
|
||||
"message": "Movies / TV / Anime",
|
||||
"description": "The generated-index page title for category Streaming in sidebar guides"
|
||||
},
|
||||
"sidebar.guides.category.Streaming.link.generated-index.description": {
|
||||
"message": "Guides on using apps that can be used to stream movies / tv shows / anime",
|
||||
"description": "The generated-index page description for category Streaming in sidebar guides"
|
||||
},
|
||||
"sidebar.guides.category.Stremio": {
|
||||
"message": "Stremio",
|
||||
"description": "The label for category Stremio in sidebar guides"
|
||||
},
|
||||
"sidebar.guides.category.Extras": {
|
||||
"message": "Extras",
|
||||
"description": "The label for category Extras in sidebar guides"
|
||||
},
|
||||
"sidebar.guides.category.Aniyomi": {
|
||||
"message": "Aniyomi",
|
||||
"description": "The label for category Aniyomi in sidebar guides"
|
||||
}
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
---
|
||||
slug: /
|
||||
sidebar_position: 1
|
||||
sidebar_label: Home
|
||||
description: The introduction to a collection of comprehensive guides on various software.
|
||||
keywords: [viren070,guides,software,gaming,streaming,reading,viren070's guides,stremio,aniyomi,plutonium]
|
||||
---
|
||||
# Home
|
||||
|
||||
Welcome to a collection of comprehensive guides on various software.
|
||||
This website contains guides on software that I personally use and have found useful.
|
||||
|
||||
The guides are split into categories, which can be found in the sidebar, and also below:
|
||||
|
||||
- [Gaming](category/gaming)
|
||||
- [Streaming](category/streaming)
|
||||
|
||||
:::note
|
||||
If you see the ⏳ icon next to a guide, it means that the guide is still in progress.
|
||||
:::
|
||||
|
||||
If you find these guides useful, consider supporting me by [donating on Ko-Fi](https://ko-fi.com/viren070) or leaving a star on the [GitHub repository](https://github.com/Viren070/guides)
|
||||
@@ -1,27 +0,0 @@
|
||||
---
|
||||
title: Anime Catalogs
|
||||
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]
|
||||
---
|
||||
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}/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
This addon provides catalogs for anime from: MyAnimeList, AniDB, AniList, Kitsu.
|
||||
It also supports filtering by dubbed and supports RPDB for ratings on posters.
|
||||
|
||||
This addon is similar to the [Kitsu](/stremio/addons/anime-kitsu) addon but provides a lot more catalogues from different sources (AniList, Kitsu, MyAnimeList, AniDB)
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
To get started, head to the [Anime Catalogs configuration page](https://1fe84bc728af-stremio-anime-catalogs.baby-beamup.club/configure). Now, you can configure the following settings:
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
@@ -1,22 +0,0 @@
|
||||
---
|
||||
title: Anime Kitsu
|
||||
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]
|
||||
---
|
||||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
|
||||
|
||||
<StremioAddonButtons id="anime-kitsu" manifest="https://anime-kitsu.strem.fun/manifest.json"/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
This addon is focused on providing catalogues for Anime. It provides Top Airing, Trending, Most Popular, Highest Rated, and Newest.
|
||||
|
||||
You should always use this addon when you want to watch anime on Stremio.
|
||||
You are more likely to find more results using the catalogues from Kitsu compared to Cinemeta.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
Anime Kitsu requires no configuration.
|
||||
|
||||
Simply use one of the links provided above to install the addon.
|
||||
@@ -1,28 +0,0 @@
|
||||
---
|
||||
title: Animeo
|
||||
description: Track your anime progress with AniList and see lists from your AniList account.
|
||||
keywords: [stremio, addons, addon, anime, animeo, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:anime, stremio-addon:tracking]
|
||||
---
|
||||
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"/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
This is an addon that uses the AniList API to track your anime progress.
|
||||
It also provides the lists from your AniList account (Plan to Watch, Watching, etc.)
|
||||
|
||||
You can look at the [GitHub page for animeo](https://github.com/Jenrykster/animeo) that has more information on the addon.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
1. Head over to the [animeo Configuration page](https://7a625ac658ec-animeo.baby-beamup.club/configure)
|
||||
2. Click `ANILIST LOGIN` at the top of the page and login with your AniList account. You will then be returned to the configration page
|
||||
3. There are two options to configure, I will go through them now:
|
||||
- `Kitsu entries only`: I recommend keeping this option checked. You will need the kitsu addon installed for this to work.
|
||||
This means that only when you are watching a title from the Kitsu addon will it be tracked.
|
||||
This is useful because it reduces the likelihood of incorrect titles being tracked.
|
||||
- `Only update anime already on my list` - This option makes it so that only anime that you are already tracking on AniList will be updated.
|
||||
I leave this unchecked as otherwise, new anime that I watch will not be tracked unless I manually add them on AniList.
|
||||
4. Click Install. (If this doesn't work, follow the instructions underneath the install button that says to copy the link and paste it into the stremio search bar or the add addon menu on stremio web.)
|
||||
@@ -1,15 +0,0 @@
|
||||
---
|
||||
title: Argentina TV
|
||||
description: Stremio addon for Argentinian channels across various categories including local channels, news, sports, entertainment, premium, lifestyle, kids' shows, documentaries, Latino programming, and much more
|
||||
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]
|
||||
---
|
||||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
|
||||
|
||||
<StremioAddonButtons id="usa-tv" manifest="https://848b3516657c-argentinatv.baby-beamup.club/manifest.json"/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
Argentina TV provides live channels from Argentina through HTTP streams (no torrents)
|
||||
|
||||
You can find the announcement for this addon and more information on [this reddit post](https://www.reddit.com/r/argentina/comments/1dvr42u/stremio_mira_la_television_argentina_gratis/)
|
||||
@@ -1,48 +0,0 @@
|
||||
---
|
||||
title: Comet
|
||||
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]
|
||||
---
|
||||
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>
|
||||
|
||||
[Comet](https://github.com/g0ldyy/comet) is a self hostable torrent/debrid search addon.
|
||||
|
||||
One of its distinguishing features is that it supports using Proxy Debrid streams.
|
||||
This allows the use of Debrid streams on multiple IPs at the same time on the same account.
|
||||
|
||||
However, you will have to use comet exclusively, no other addon that uses the same debrid should be being used at the same time as it will have a different IP address to the proxy.
|
||||
|
||||
You can read more about its features on the [Comet GitHub page](https://github.com/g0ldyy/comet?tab=readme-ov-file#features)
|
||||
|
||||
:::note
|
||||
The proxy feature is not available on the public ElfHosted instance. You can use the public version with other addons just fine.
|
||||
It is only if you enable the proxy feature when self hosting (or using a custom ElfHosted instance) that you will have to use Comet exclusively.
|
||||
:::
|
||||
|
||||
Comet can be [selfhosted](https://github.com/g0ldyy/comet?tab=readme-ov-file#self-hosted) or [ElfHosted](https://elfhosted.com/app/comet/).
|
||||
|
||||
For this guide, I will go through the setup using the free, public ElfHosted instance. If you don't want to selfhost but want more customisation, you can pay for your own instance on ElfHosted.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
To get started, head over to the [configuration page](https://comet.elfhosted.com/configure)
|
||||
|
||||
- `Indexers` - Choose which indexers you want to use. I leave all of them checked to obtain the most results
|
||||
- `Language` - Choose which language you want your results to have. I leave the following selected: Multi and English. You can select more if you are going to watch content in other languages (e.g. japanese for anime)
|
||||
- `Resolutions` - Choose which resolutions you want your results to have. I leave all of them selected to obtain the most results.
|
||||
- `Max Results` - The maximum number of results to display. I set this to 20 so I don't have as many results to scroll through. You can leave it at 0 to display all results.- `Debrid Service` - Choose your debrid service.
|
||||
- `Max Size` - The maximum size of the torrent to display. I leave this at 0. If your internet is slow or your device is incapable of streaming large files, you can set a lower maximum size here.
|
||||
- `Debrid API Key` - Obtain your API key from your debrid provider and paste it here. (Struggling to find your API key? [Click here](/stremio/faq#where-can-i-find-my-debrid-api-key))
|
||||
- **Advanced Settings**:
|
||||
- `Remove Trash` - This removes all the CAM and Screener sources from the results. It also attempts to remove adult content. I leave this checked.
|
||||
- `Reverse Result Order` - Comet normally sorts torrents based on a [smart torrent ranking](https://github.com/dreulavelle/rank-torrent-name). This will reverse the order of the results to show the 'worst' torrents firs.
|
||||
I leave this unchecked. However, this could be useful for anyone who has slow internet speeds, bandwidth caps, or devices that can't handle high-quality streams.
|
||||
- `Result Format` - Choose the information you want to see in the results. I leave all of them selected.
|
||||
|
||||
Then either click `Install` to open Stremio with a prompt to install the addon or click `Copy Link` to copy the addon URL to paste into Stremio manually.
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
---
|
||||
title: CometFR
|
||||
description: Stremio's fastest torrent/debrid search add-on with indexers focused on French content.
|
||||
keywords: [stremio, addons, addon, comet, cometfr, french, france, torrent, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:debrid-streams]
|
||||
---
|
||||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
|
||||
|
||||
<StremioAddonButtons id="comet" manifest="https://comet.stremiofr.com/manifest.json" configurable={true} configurationRequired={true}/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
This is an instance of the Comet addon with French indexers. It is a torrent/debrid search add-on that provides fast and reliable streams for Stremio users.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
- `Indexers` - Leave all indexers selected to get the most results.
|
||||
- `Language` - Choose which language you want your results to have. I leave the following selected: Multi and English. You can select more if you are going to watch content in other languages (e.g. japanese for anime)
|
||||
- `Resolutions` - Choose which resolutions you want your results to have. I leave all of them selected to obtain the most results.
|
||||
- `Max Results` - The maximum number of results to display. I set this to 20 so I don't have as many results to scroll through. You can leave it at 0 to display all results.
|
||||
- `Max Size` - The maximum size of the torrent to display. I leave this at 0. If your internet is slow or your device is incapable of streaming large files, you can set a lower maximum size here.
|
||||
- `Debrid Service` - Choose your debrid service.
|
||||
- `Debrid API Key` - Obtain your API key from your debrid provider and paste it here. (Struggling to find your API key? [Click here](/stremio/faq#where-can-i-find-my-debrid-api-key))
|
||||
- **Advanced Settings**:
|
||||
- `Result Format` - Choose the information you want to see in the results. I leave all of them selected.
|
||||
|
||||
Then either click `Install` to open Stremio with a prompt to install the addon or click `Copy Link` to copy the addon URL to paste into Stremio manually.
|
||||
@@ -1,26 +0,0 @@
|
||||
---
|
||||
title: Custom Catalogues
|
||||
description: Convert a CSV file from IMDB lists, filtered results, and more into a Stremio Catalogue.
|
||||
keywords: [stremio, addons, addon, imdb, catalog, catalogue, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:catalogues]
|
||||
---
|
||||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
|
||||
|
||||
<StremioAddonButtons id="custom-catalogues" configureOverride="https://www.journey.co.il/stremio/"/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
This is not exactly an addon, but a tool that allows you to convert a list from a CSV file into a Stremio Catalogue.
|
||||
|
||||
You can find more information on how to do this at:
|
||||
- [Reddit: Create your own catalog from IMDB Lists](https://www.reddit.com/r/StremioAddons/comments/1e1uzhg/create_your_own_catalog_from_imdb_lists/)
|
||||
- [Reddit: Create a catalog based on IMDB filtered results](https://www.reddit.com/r/StremioAddons/comments/1emdbwt/create_a_catalog_based_on_imdb_filtered_results/)
|
||||
|
||||
You may also want to have a look at the [browser extension](/stremio/extras/open-in-stremio) which can create CSV files to create lists from using this tool from:
|
||||
- Trakt
|
||||
- letterboxd
|
||||
- Rotten Tomatoes (Search only)
|
||||
- Bestsimilar (+ option to download movies as a CSV list)
|
||||
- TMDB
|
||||
- Reddit (r/MovieSuggestions,r/televisionsuggestions,r/Letterboxd) creating lists only
|
||||
- douban
|
||||
@@ -1,28 +0,0 @@
|
||||
---
|
||||
title: Cyberflix
|
||||
description: Provides catalogs from streaming services (e.g. Netflix) and also catalogs for Kids, Anime, and Indian Movies.
|
||||
keywords: [stremio, addons, addon, cyberflix, catalog, catalogue, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:catalogues]
|
||||
---
|
||||
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"/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
This Addon will fetch a list of movies from a range of different 3rd party streaming services as well as different catalogs for Kids, Anime, and Indian Movies. (It is recommended that you use the Kitsu Addon for Anime instead)
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
To get started, head over to the [configuration page](https://cyberflix.elfhosted.com/)
|
||||
|
||||

|
||||
|
||||
1. Click Setup
|
||||
2. Select up to 60 different catalogues to display on your homepage.
|
||||
Click the arrows to select/deselect specific types of catalogues for a streaming service.
|
||||
|
||||
3. Click Next
|
||||
4. Rearrange the order of the catalogues to your liking and click Next again
|
||||
5. Optionally provide your [RPDB API key](/stremio/faq#how-do-i-obtain-a-rpdb-api-key) to show ratings on the posters.
|
||||
6. Then click Install on Stremio and a prompt should open in the Stremio app. Click Install on that prompt too.
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: DMM Cast
|
||||
description: Cast your preferred Debrid Media Manager streams to your Stremio device; supports Anime, TV shows and Movies!
|
||||
keywords: [stremio, addons, dmm, cast, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:debrid-streams]
|
||||
---
|
||||
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.
|
||||
You can find instructions on using it at the configuration link above.
|
||||
|
||||
It only supports Real Debrid currently.
|
||||
@@ -1,38 +0,0 @@
|
||||
---
|
||||
title: DramaCool
|
||||
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]
|
||||
---
|
||||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
|
||||
|
||||
<StremioAddonButtons id="dramacool" manifest="https://stremio-dramacool-addon.xyz/manifest.json" configurable={true} />
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
This addon serves asian movies and dramas from dramacool.
|
||||
|
||||
You can find more information about the addon at the following links:
|
||||
|
||||
- [Reddit: Announcement](https://www.reddit.com/r/StremioAddons/comments/1exmxpe/asian_drama_addon_new_addon_for_searching_and/)
|
||||
- [Reddit: Update](https://www.reddit.com/r/StremioAddons/comments/1fv4z8f/update_iv_asian_drama_addon/)
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
**TMDB Catalogs**:
|
||||
- Any items from these catalogs will have streams from other addons (not from the dramacool addon). This means it is purely for cataloging purposes.
|
||||
|
||||
**DramaCool Catalogs / Kisskh**:
|
||||
- Any items from these catalogs will have streams from the dramacool addon and the dramacool addon only. i.e. no other addons will be queried for streams.
|
||||
|
||||
**RPDB**:
|
||||
- If you would like to see ratings on the poster, you can enter your RPDB API key here. ([How do I get a RPDB API Key?](/stremio/faq#how-do-i-obtain-a-rpdb-api-key))
|
||||
|
||||
**Real Debrid**:
|
||||
- If you have a Real Debrid account, you can enter your API key here. ([How do I get a Real Debrid API Key?](/stremio/faq#where-can-i-find-my-debrid-api-key))
|
||||
:::note
|
||||
You will only get real debrid streams if there is a cached stream available. Otherwise, you will get the normal http streams.
|
||||
:::
|
||||
|
||||
Now, click on the `Install` button to add the addon to your Stremio app or click on the `Copy Link` button to copy the manifest URL to your clipboard.
|
||||
You can then [paste the link in Stremio](/stremio/faq#how-do-i-install-an-addon-manually) to install the addon.
|
||||
@@ -1,28 +0,0 @@
|
||||
---
|
||||
title: Easynews+
|
||||
description: Provides content and a search catalog from the Usenet service, Easynews, within Stremio. Requires an Easynews account.
|
||||
keywords: [stremio, addons, addon, easynews, usenet, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:usenet-streams]
|
||||
---
|
||||
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"/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
The Easynews Plus addon was developed for various different reasons.
|
||||
You can read more about why it was developed on its [announcement post on r/StremioAddons](https://www.reddit.com/r/StremioAddons/comments/1ehrrdg/new_addon_easynews/).
|
||||
|
||||
Same as the original Easynews addon, Easynews Plus requires an Easynews account to work.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
To configure and install the Easynews Plus addon:
|
||||
|
||||
1. Go to the [configuration page](https://b89262c192b0-stremio-easynews-addon.baby-beamup.club/configure).
|
||||
2. Enter your Easynews username and password.
|
||||
3. Unlike the original Easynews addon, this addon has some configuration options, let me explain them:
|
||||
- You can choose to sort the results by 3 factors. The order in which you set the 3 factors will be the order in which the results are sorted.
|
||||
- Your 1st sort will be the primary sort, your 2nd sort will be the secondary sort, and your 3rd sort will be the tertiary sort.
|
||||
- I would recommend leaving the sorts as the default settings, but you can change them if you want.
|
||||
4. Click `Install`.
|
||||
@@ -1,23 +0,0 @@
|
||||
---
|
||||
title: Easynews
|
||||
description: Provides content from the Usenet service, Easynews, within Stremio. Requires an Easynews account.
|
||||
keywords: [stremio, addons, addon, easynews, usenet, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:usenet-streams]
|
||||
---
|
||||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
|
||||
|
||||
<StremioAddonButtons id="easynews" manifest="https://ea627ddf0ee7-easynews.baby-beamup.club/manifest.json" configurable={true} configurationRequired={true}/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
This is the original Easynews addon that allows you to access Usenet content from Easynews within Stremio.
|
||||
|
||||
If you didn't already know, Easynews is required to use this addon. Please see [the Usenet section](/stremio/setup#how-do-i-use-usenet-with-stremio) for more information on how to set up Easynews.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
To configure and install the Easynews addon:
|
||||
|
||||
1. Go to the [configuration page](https://ea627ddf0ee7-easynews.baby-beamup.club/configure).
|
||||
2. Enter your Easynews username and password.
|
||||
3. Click `Install`.
|
||||
@@ -1,19 +0,0 @@
|
||||
---
|
||||
title: Formulio
|
||||
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]
|
||||
---
|
||||
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>
|
||||
|
||||
Formulio is a Stremio addon that focuses on Formula One and MotoGP replay content.
|
||||
|
||||
You can find the announcement for this addon and more information on [this reddit post](https://www.reddit.com/r/FormulaStremio/comments/1e753gq/formulio_addon_relaunch_guide/)
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
Since Formulio requires no configuration, you can simply use one of the links provided above to install it.
|
||||
@@ -1,28 +0,0 @@
|
||||
---
|
||||
title: IMDB Catalogs
|
||||
description: IMDB Movie and Series lists. Supports optional settings to use Rating Posters from RPDB.
|
||||
keywords: [stremio, addons, addon, imdb, imdb catalogs, catalog, catalogue, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:catalogues]
|
||||
---
|
||||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
|
||||
|
||||
<StremioAddonButtons id="imdb-catalogs" manifest="https://1fe84bc728af-imdb-catalogs.baby-beamup.club/manifest.json" configurable={true}/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
This addon will add a catalogue that fetches movies and shows from IMDB.
|
||||
|
||||
IMDB Catalogs can optionally use an RPDB API key to fetch ratings for the movies and shows and display them on the posters.
|
||||
To do this, you will need to [obtain an RPDB API key](/stremio/faq#how-do-i-obtain-a-rpdb-api-key)
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
If you don't want to use the RPDB API key, you can simply install the addon by using one of the links above, as the addon requires no other configuration.
|
||||
|
||||
To configure the addon with your RPDB API key:
|
||||
1. Head to the [IMDB Catalog Configuration page](https://1fe84bc728af-imdb-catalogs.baby-beamup.club/configure)
|
||||
2. Enter your RPDB API key after [obtaining one](/stremio/faq#how-do-i-obtain-a-rpdb-api-key)
|
||||
3. Click Load
|
||||
4. Click Install Addon
|
||||
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
title: Stremio Addons
|
||||
---
|
||||
|
||||
This page contains all the instructions for each addon covered in the [Stremio Setup](/stremio/setup#setting-up-addons) section.
|
||||
|
||||
Have a look at the [tags](/tags) page to see all the addons grouped by their tags.
|
||||
@@ -1,51 +0,0 @@
|
||||
---
|
||||
title: Jackettio
|
||||
description: Stremio addon that resolve streams using Jackett and Debrid. It seamlessly integrates with private trackers.
|
||||
keywords: [stremio, addons, torrent, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:debrid-streams]
|
||||
---
|
||||
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"/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
[Jackettio](https://github.com/arvida42/jackettio) is a self hostable addon that resolves streams using Jackett and a debrid service.
|
||||
|
||||
You can find a full list of features on the [features section](https://github.com/arvida42/jackettio#features) of their GitHub page.
|
||||
|
||||
Jackettio can be [selfhosted](https://github.com/arvida42/jackettio) or [ElfHosted](https://elfhosted.com/app/jackettio/).
|
||||
|
||||
I will go through the setup using the free, public ElfHosted instance. If you don't want to selfhost but want more customisation, you can pay for your own instance on ElfHosted.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
To get started, head over to the [configuration page](https://jackettio.elfhosted.com/configure).
|
||||
|
||||
- `Indexers` - Choose which indexers you want to use. These are the websites that Jackett will scrape for torrents. I leave all of them checked to obtain the most results
|
||||
- `Indexer Timeout` - The time in seconds to wait for an indexer to respond. I leave this at 20. The time you set here is the time that stremio will wait for the addon to return results. If the addon takes longer than this time, it will not return any results.
|
||||
- `Qualities` - Select which qualities you want to see. I have `720p`, `1080p` and `4K` selected. If you have a slow internet connection or your device can't handle 4K content, you may want to deselect 4K.
|
||||
- `Exclude keywords` - This settings can be useful to help filter out unwanted results. I leave this blank but if you are seeing a lot of unwanted results that contain a certain keyword, you can add that keyword here.
|
||||
- `Cached torrents sorting` - This settings controls the order that you see the cached results in Stremio. I set this to `By quality then size`. This is because I want to see the highest quality files first.
|
||||
- `Uncached torrents sorting` - This settings controls the order that you see the uncached results in Stremio. I set this to `By quality then seeders`. For uncached torrents, the number of seeders is important as you are reliant on the number of seeders to have it cached.
|
||||
:::tip
|
||||
The cached results are shown with a [RD+], [AD+] or [DL+] in front of them. These results can be streamed immediately.
|
||||
The uncached results are shown without a plus - [RD], [AD] or [DL]. These results need to be downloaded to the debrid service before they can be streamed.
|
||||
:::
|
||||
- `Max torrents in search` - The maximum number of torrents to show in the search results. I set this to 20 to see the most results while also limiting the number of results to prevent the addon from taking too long to return results.
|
||||
- `Force include n series pack in search` - A series pack is a torrent that contains multiple episodes of a series. You can force the addon to include a specific number of series packs. Series packs are generally better as stremio can auto-play the next episode with them. I leave this to the recommended value of 2.
|
||||
- `Prioritize language` - Here you can choose which language you want to see first. I leave this unselected.
|
||||
- `Prepare next episode on debrid` - If checked, when you are watching a show, the next episode will be added to the debrid service to be ready to stream. I leave this checked so there is as little delay as possible between episodes.
|
||||
- `Debrid provider` - Choose your debrid provider.
|
||||
- `Debrid API Key` - Obtain your API key from your debrid provider and paste it here. (Struggling to find your API key? [Click here](/stremio/faq#where-can-i-find-my-debrid-api-key))
|
||||
|
||||
- `MediaFlow Proxy` - This is a service that allows you to proxy your streams through a server. You will have to either self host your MediaFlow Proxy server or pay for an instance at [ElfHosted](https://elfhosted.com/app/mediaflow-proxy/).
|
||||
You can read more about MediaFlows features and instructions on setting it up [on its GitHub page](https://github.com/mhdzumair/mediaflow-proxy?tab=readme-ov-file#mediaflow-proxy).
|
||||
|
||||
By using MediaFlow, you can:
|
||||
- Use Jackettio configured with the same debrid provider across different IP addresses. In simple terms, you can use the debrid account from different locations simulateneously (through Jackettio). As all the streams are proxied through the same server, it will appear as if they are all coming from the same IP address / location.
|
||||
|
||||
|
||||
After you have configured Jackettio, click `Install`. This will open Stremio and prompt you to install the addon. Click Install again and the addon will be installed.
|
||||
|
||||
You may also right click the `Stremio Link` link that pops up after clicking `Install` and copy the link. You can then paste this link into the Stremio addon search bar or the add addon menu on Stremio Web.
|
||||
@@ -1,23 +0,0 @@
|
||||
---
|
||||
title: JaMovies
|
||||
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]
|
||||
---
|
||||
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>
|
||||
|
||||
:::warning
|
||||
[JaMovies' public instance](https://eja-addon.vercel.app/) is currently down, however, you can self-host it by following the instructions on the [GitHub repository](https://github.com/ejatapibeda/JaMovies?tab=readme-ov-file#self-hosting-on-vercel)
|
||||
|
||||
(If this information is outdated, please let me know by creating an issue on the [GitHub repository](https://github.com/Viren070/guides))
|
||||
:::
|
||||
|
||||
JaMovies is an addon that provides streams from various different providers.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
Since this addon requires no configuration, you can simply install it using one of the links above.
|
||||
@@ -1,66 +0,0 @@
|
||||
---
|
||||
title: KnightCrawler
|
||||
description: Stremio addon for torrent streams provided by popular trackers and DMM hashes
|
||||
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"/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
[KnightCrawler](https://github.com/knightcrawler-stremio/knightcrawler) is a fork of [Torrentio](/stremio/addons/torrentio).
|
||||
|
||||
KnightCrawler can be [selfhosted](https://github.com/knightcrawler-stremio/knightcrawler?tab=readme-ov-file#using) or [ElfHosted](https://elfhosted.com/apps/torrentio/)
|
||||
|
||||
However, a free, public instance is available on ElfHosted. We can use this instead of selfhosting it.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
To begin, head over to the [configuration page](https://knightcrawler.elfhosted.com/configure)
|
||||
|
||||

|
||||
|
||||
- `Sorting`: By quality then size. If you are not using a debrid service, then do By quality then seeders .
|
||||
This is because without a debrid service you are reliant on the number of seeders.
|
||||
However, with a debrid service the number of seeders is irrelevant to you.
|
||||
- `Priority foreign language`: The language you set here will be shown first in the results.
|
||||
You can do this if you prefer a specific language.
|
||||
I leave this as None as I want English audio.
|
||||
- `Exclude qualities`: This option allows you to remove certain qualities from the search results.
|
||||
I exclude *Screener, CAM* and *Unknown* sources.
|
||||
If you have slower internet or your devices aren't capable of playing 4K content, you may want to exclude 4K sources.
|
||||
- `Max results per quality`: This option will limit the number of results shown for each quality.
|
||||
I leave this blank to obtain all results.
|
||||
- `Video size limit`: This option will limit the size of the video.
|
||||
If your internet or device is not capable of streaming large files, you may want to set a limit.
|
||||
I leave this blank.
|
||||
- `Debrid provider`: Choose your Debrid provider if you are using one.
|
||||
If not, skip the rest of the options.
|
||||
:::tip
|
||||
If you are using more than one debrid provider, you can choose a different provider in the same configuration and when you install the addon, you will get results from each provider you have chosen and given an API key for.
|
||||
|
||||
Torrentio will query the first debrid provider you choose and only if it doesn't find the torrent there will it query the next provider.
|
||||
:::
|
||||
- `API Key`: Click *here*. This link will take you to your debrid provider's website where you can obtain your API key.
|
||||
Copy that and paste it here. (Struggling to find the API key? [click here](/stremio/faq#where-can-i-find-my-debrid-api-key))
|
||||
- `Debrid options`
|
||||
- `Don't show download to debrid`: These links will be displayed with a Debrid Download] in front of them.
|
||||
These are torrents that were found but not downloaded to the Debrid's servers.
|
||||
Clicking this link sends a request to your Debrid provider to start downloading that torrent.
|
||||
Clicking it poses no risk to you.
|
||||
I leave this unchecked.
|
||||
- `Don't show debrid catalog`: This will show a catalogue showing the videos you have watched before using your Debrid provider.
|
||||
I check this box as it is unnecessary clutter.
|
||||
- `Show P2P torrent links for uncached` : If checked, this will show links to stream torrents directly.
|
||||
There is almost no point to leaving this checked as it poses a risk to you if not in a country that doesn't care about piracy.
|
||||
I have this unchecked.
|
||||
|
||||
Now that we are done configuring KnightCrawler, the next step is to click `INSTALL`.
|
||||
|
||||
Doing so should automatically open Stremio prompting you to install once again.
|
||||
Click Install again and the addon should be installed.
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
title: LegendasDivx
|
||||
description: A subtitle addon for stremio that provides mainly PT-BR subtitles from LegendasDivx
|
||||
keywords: [stremio, addons, subtitles, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:subtitles]
|
||||
---
|
||||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
|
||||
|
||||
<StremioAddonButtons id="msubtitles" manifest="https://e1d6cc1ff4a7-legendasdivx-stremio.baby-beamup.club/manifest.json" configurable={true} configurationRequired={true}/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
A subtitle addon for stremio that provides subtitles from LegendasDivx.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
This addon requires configuration as you need to provide your [LegendasDivx](https://legendasdivx.pt) access token. You need to register on the website and get your token.
|
||||
@@ -1,25 +0,0 @@
|
||||
---
|
||||
title: MAL Stremio Addon
|
||||
description: A Stremio addon that allows you to access your lists from MyAnimeList and track your progress.
|
||||
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]
|
||||
---
|
||||
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"/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
MAL Stremio Addon allows you to access your lists from MyAnimeList and track your progress.
|
||||
|
||||
Read the [Usage section](https://github.com/SageTendo/mal-stremio-addon?tab=readme-ov-file#usage-) for information on how it works and its limitations.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
To install it, follow these steps:
|
||||
|
||||
1. Head over to the [MAL Stremio Addon Configuration page](https://mal-stremio.vercel.app/configureiuuuuuuuuuuuu+HL}JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ>N<)
|
||||
2. Click `Sign in with MyAnimeList` and login with your MyAnimeList account.
|
||||
You may have to try a few times if you haven't logged in on MAL already.
|
||||
3. Press `Open in Stremio` and then click `Install` on the prompt that appears.
|
||||
You can click `Copy Manifest URL` and paste it into the Stremio search bar or the add addon menu on Stremio Web if the prompt doesn't appear.
|
||||
@@ -1,33 +0,0 @@
|
||||
---
|
||||
title: MammaMia
|
||||
description: A Stremio addon providing HTTPS Streams for Italian Movies, Series, and Live TV!
|
||||
keywords: [stremio, addons, addon, italian, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:http-streams, stremio-addon:live-tv]
|
||||
---
|
||||
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"/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
This addon provides HTTPS Streams for Italian Movies, Series, Anime, and Live TV.
|
||||
|
||||
:::note
|
||||
You need to have the [Kitsu Addon](/stremio/addons/anime-kitsu) installed in order to watch anime
|
||||
:::
|
||||
|
||||
You can find more information on the addon on the following links:
|
||||
- [Reddit: Announcement Post](https://www.reddit.com/r/StremioAddons/comments/1e5mzed/mammamia_italian_https_addon/)
|
||||
- [Reddit: Live TV Update Post](https://www.reddit.com/r/StremioAddons/comments/1f792kt/mammamia_110_live_tv_update_italian_footballserie/)
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
On the configuration page, you can select all the providers you want to use.
|
||||
|
||||
I would recommend using all the providers for the most links and leaving `Fast Search` disabled.
|
||||
|
||||
Once you have configured the addon, click on the `Install` button to add the addon to your Stremio app or click on the `Generate Link` button to get a link to install the addon.
|
||||
You can then [paste the link in Stremio](/stremio/faq#how-do-i-install-an-addon-manually) to install the addon.
|
||||
|
||||
|
||||
|
||||
@@ -1,83 +0,0 @@
|
||||
---
|
||||
title: MediaFusion
|
||||
description: A Universal Stremio Addon for Movies, Series, Live TV & Sports Events
|
||||
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]
|
||||
---
|
||||
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"/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
MediaFusion is a universal stremio addon that provides a variety of content (including Live TV and Sports)
|
||||
|
||||
Check the [features section](https://github.com/mhdzumair/MediaFusion?tab=readme-ov-file#-features) of their GitHub page to see all that the addon has to offer.
|
||||
|
||||
This addon can be [selfhosted](https://github.com/mhdzumair/MediaFusion?tab=readme-ov-file#-local-add-on-deployment) or [ElfHosted](https://elfhosted.com/app/mediafusion/).
|
||||
|
||||
I will go through the setup using the free, public ElfHosted instance. If you don't want to selfhost but want more customisation, you can pay for your own instance on ElfHosted.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
To get started, head over to the [configuration page](https://mediafusion.elfhosted.com/configure):
|
||||
|
||||
- `Streaming Provider` - Here you can choose whether to use direct torrent or a debrid service or another provider. Select what you are using and then fill in the details below.
|
||||
|
||||
- To authorise MediaFusion to your debrid service, you can either click `Authorise`, if present, or otherwise, you can enter your API key in the `Token` field (Struggling to find the API key? [Click here](/stremio/faq#where-can-i-find-my-debrid-api-key))
|
||||
|
||||
- **Catalog Configuration:**
|
||||
|
||||
Here you can choose which content is available to you through MediaFusion. Simply select the content you want to see. I will provide some notes on specific options below.
|
||||
- `Prowlarr Streams` - This will provide you with streams from Prowlarr. You should enable this to get more streams.
|
||||
- `Torrentio Streams` - This will provide streams from either Torrentio or Knightcrawler. On the public ElfHosted instance, it is configured to use KnightCrawler.
|
||||
Although you will get more streams by enabling this, if you already have Torrentio installed, you may want to disable this to avoid duplicate streams.
|
||||
- `Zilean DMM Streams` - This will provide you with streams obtained through [Zilean](https://github.com/iPromKnight/zilean), a [DMM](/stremio/extras/debrid-media-manager) scraper. You should enable this to get more streams.
|
||||
- `Contribution Streams` - Enabling this provide a stream on movies and shows that allow you to upload torrent files or magnet links to MediaFusion for the community.
|
||||
You can read more about this [here](https://www.reddit.com/r/StremioAddons/comments/1cwaqh8/comment/l4w1bw1/)
|
||||
- `Live Sport Events` - This will provide catalogues with ongoing live sports events. You should enable this if you want to watch live sports.
|
||||
- `Live TV` - This will provide catalogues with live TV channels. You should enable this if you want to watch live TV.
|
||||
- `Football`, `Other Sports`, etc. - I believe these will provide catalogues with replays of different sports.
|
||||
- `Provider Watchlist Catalog` - This will provide a catalog displaying all the files you have watched using the provider. I leave this unchecked as it is unnecessary clutter.
|
||||
- `Show Catalogs in Stremio (& Kodi)` - This will show the catalogues in Stremio. I leave this checked as I want to see the catalogues for the content I have enabled.
|
||||
|
||||
- **Parental Guides:**
|
||||
|
||||
This will allow you to control the content that is displayed. You can filter by certification levels and nudity levels.
|
||||
- `Certification Levels` - The different options you select are the type of content that will not appear in the catalogues. For example, if you select `Adult`, then any content with an adult certification will not appear in the catalogues.
|
||||
If you want to see all content, then you can select `Disable`.
|
||||
- `Nudity` - The optons you select will control the level of nudity in the content that appears in the catalogues. For example, if you select `Severe`, then any content with a severe nudity level will not appear in the catalogues.
|
||||
If you want to see all content, then you can select `Disable`.
|
||||
|
||||
|
||||
:::info
|
||||
The certification levels and nudity levels are based on the information provided by IMDB.
|
||||
Sometimes, the data on IMDB can be provided by the community.
|
||||
Therefore, the accuracy of the information may not always be accurate.
|
||||
|
||||
To see what exact certification levels are covered by each option, see [here](https://github.com/mhdzumair/MediaFusion/blob/876cfd81760f34c9c1cbb48f5814299b1ef2d7de/utils/const.py#L188)
|
||||
:::
|
||||
|
||||
- **Streaming Preferences**:
|
||||
- `Streaming Resolutions` - Here you can choose which resolutions you want to see. I leave all resolutions selected, however, if you have a slow internet connection or your device can't handle 4K content, you may want to deselect 4K.
|
||||
- `Quality Filter` - Here you can choose the types of quality you want to see. I uncheck CAM/Screener as I don't want to see CAM content.
|
||||
- `Set File Size Filter` - Here you can use a max file size. I leave this at the end for an unlimited file size as I want to see all the streams available.
|
||||
- `Sorting Priority` - Here you can choose the order in which the streams are displayed. I choose `Cached`, `Resolution`, `Quality`, `Size` - in that order. If you are not using a debrid service, then do `Resolution` and `Seeders`. This is because without a debrid service you are reliant on the number of seeders. However, with a debrid service the number of seeders is irrelevant to you.
|
||||
- `Language` - If you choose to sort by languages, you can control the languages that show in the results and apply a sorting priority to them.
|
||||
Only the languages you select will show in the results. Whichever language is at the top of the list will be the first language to show in the results.
|
||||
- `Max Streams per Resolution` - Here you can choose the maximum number of streams per resolution. I set this to 50 to get a large number of streams.
|
||||
- `Torrent Stream Display option` - Here you can choose how the torrent streams are displayed. I choose `Show parsed data`. Although there is a small chance that the parsed data is incorrect, it is usually correct and it is easier to read than the other options.
|
||||
|
||||
- **External Services Configuration:**
|
||||
- **MediaFlow**: This is a service that allows you to proxy your streams through a server. You will have to either self host your MediaFlow Proxy server or pay for an instance at [ElfHosted](https://elfhosted.com/app/mediaflow-proxy/).
|
||||
You can read more about MediaFlows features and instructions on setting it up [on its GitHub page](https://github.com/mhdzumair/mediaflow-proxy?tab=readme-ov-file#mediaflow-proxy).
|
||||
|
||||
By using MediaFlow, you can:
|
||||
- Gain access to DRM protected live streams
|
||||
- Use MediaFusion configured with the same debrid provider across different IP addresses. In simple terms, you can use the debrid account from different locations simulateneously (through MediaFusion). As all the streams are proxied through the same server, it will appear as if they are all coming from the same IP address / location.
|
||||
|
||||
- **RPDB**: This service allows you to have posters with ratings on them. To use this, you will need to obtain an API key. There is a free tier available. To obtain your API key, see [this question in the FAQ](/stremio/faq#how-do-i-obtain-a-rpdb-api-key)
|
||||
|
||||
Now that MediaFusion has been configured, click `Install in Stremio`. This will open Stremio and prompt you to install the addon. Click Install again and the addon will be installed.
|
||||
|
||||
You can also click `Share Manifest URL` and copy the URL into either the Stremio addon search bar or the add addon menu on Stremio Web.
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
title: MSubtitles
|
||||
description: A subtitle addon for stremio that provides subtitles from MSubtitles
|
||||
keywords: [stremio, addons, subtitles, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:subtitles]
|
||||
---
|
||||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
|
||||
|
||||
<StremioAddonButtons id="msubtitles" manifest="https://msubtitles.lowlevel1989.click/conf/api/v1/manifest.json" configurable={true}/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
A subtitle addon for stremio that provides subtitles from MSubtitles
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
title: Networks
|
||||
description: Get individual network cataloges for the 100 newest or most popular TV shows.
|
||||
keywords: [stremio, addons, addon, catalog, catalogue, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:catalogues]
|
||||
---
|
||||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
|
||||
|
||||
<StremioAddonButtons id="networks" configureOverride="https://www.journey.co.il/stremio/networks.php"/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
This addon will provide catalogues for TV shows on different networks.
|
||||
You can either have catalogues for the newest 100 TV shows or the most popular 100 TV shows on each network.
|
||||
|
||||
To install this addon, go to https://www.journey.co.il/stremio/networks.php to see the available networks.
|
||||
Each list is a separate addon so click on the title of the list you want and you will see an install button
|
||||
@@ -1,15 +0,0 @@
|
||||
---
|
||||
title: Newest Movies
|
||||
description: Stremio addon that provides a catalogue of the latest movies available.
|
||||
keywords: [stremio, addons, addon, imdb, catalog, catalogue, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:catalogues]
|
||||
---
|
||||
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>
|
||||
|
||||
This addon will provide the latest movies that are available
|
||||
|
||||
https://www.journey.co.il/stremio/9719661722857498/Newest%20Movies/preview.php
|
||||
@@ -1,21 +0,0 @@
|
||||
---
|
||||
title: OpenSubtitles Pro
|
||||
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]
|
||||
---
|
||||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
|
||||
|
||||
<StremioAddonButtons id="opensubtitles-pro" manifest="https://opensubtitlesv3-pro.dexter21767.com/manifest.json" configurable={true} configurationRequired={true}/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
A Stremio addon that provides subtitles from OpenSubtitles.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
Search for the languages you want to have subtitles for and click `Add language` to add them to your configuration.
|
||||
|
||||
- `From` - This setting allows you to filter the subtitles by their uploader. You can choose to show subtitles from all, users, or trusted.
|
||||
- `Include AI Translated` - This setting allows you to include subtitles that have been translated by AI.
|
||||
- `MovieHash + Auto Adjustment` - This setting will use the movie hash to try and find the subtitles made for the specific file you are watching. Otherwise, it will attempt to automatically adjust the subtitles to match the video.
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
title: OpenSubtitles v3
|
||||
description: An Official Stremio Addon that provides subtitles for movies and shows from OpenSubtitles.
|
||||
keywords: [stremio, addons, subtitles, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:subtitles]
|
||||
---
|
||||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
|
||||
|
||||
<StremioAddonButtons id="opensubtitles-v3" manifest="https://opensubtitles-v3.strem.io/manifest.json" configurable={false} />
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
OpenSubtitles v3 is an official Stremio addon that provides subtitles for movies and shows from OpenSubtitles.
|
||||
@@ -1,47 +0,0 @@
|
||||
---
|
||||
title: Orion Stremio Addon
|
||||
description: A Stremio addon that allows Orion-indexed torrent, usenet and hoster links to be played on Stremio.
|
||||
keywords: [stremio, 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';
|
||||
|
||||
<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"/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
[Orion](https://orionoid.com/referral/AD3JGNJRJFMRDNP9SEKHQKS9MGSAJDJN) is an indexer for torrent, usenet and hoster links.
|
||||
|
||||
We will be using the [Orion Stremio Addon](https://github.com/gorlev/orion-stremio-addon) to access the links that Orion can provide.
|
||||
|
||||
If you are using Orion for free, you have a limit of 100 links per day. Their cheapest plan is $0.50 / month for 1000 daily links.
|
||||
You can check the pricing on their website.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
To get started, we first need to create an account on Orion:
|
||||
1. Head over to [Orion](https://orionoid.com/referral/AD3JGNJRJFMRDNP9SEKHQKS9MGSAJDJN)
|
||||
2. Click `GET FREE ACCOUNT`
|
||||
3. Choose the registration type (email or username). I recommend username if you are testing as you can always add an email later.
|
||||
4. Fill in the username and password fields and click register.
|
||||
|
||||
Now that we have logged in, we need to configure our Orion account with any debrid services we are using.
|
||||
1. Once you are logged in, head to your [account panel](https://panel.orionoid.com/)
|
||||
2. Click on the `Account` menu on the navigation bar on the left of the screen.
|
||||
3. Then click `Services` at the top.
|
||||
4. Choose the debrid service you are using and click `Add Service`.
|
||||
|
||||
Depending on your provider, you either need to authorise Orion as a device by following the on-screen instructions after clicking `Authorise` or you need to paste your API key in the box provided. (Struggling to find your API key? [Click here](/stremio/faq#where-can-i-find-my-debrid-api-key))
|
||||
|
||||
Finally, we need to configure the Orion Stremio Addon, head over to the [Orion Stremio Addon Configuration page](https://5a0d1888fa64-orion.baby-beamup.club/configure)
|
||||
- `Orion API key` - You can find this on your [account panel](https://panel.orionoid.com/) in the main `Dash` page or `Account` -> `Profile` -> `API Key`.
|
||||
- `Link limit per search` - This is the maximum number of links that will be displayed per search.
|
||||
|
||||
Depending on your plan, you may want to change this to lower values as each link that is displayed when you click on a movie/show counts towards your daily limit. I set mine to 10 (this means I can search for 10 movies/shows before I reach my daily limit on the free plan)
|
||||
|
||||
- `Sorting` - The sorting options available here are much more varied compared to other addons. You can experiment with these to see which one you prefer. I still choose `Sort by file size`.
|
||||
- `Video Quality` - I leave the default selection of options (4K (HD), 1080p (HD), 720p (HD), SD). The SCR means Screener and CAM means Camera. I exclude these as they are of lower quality.
|
||||
|
||||
The next step is to click `Install`. This will open Stremio and prompt you to install the addon. Click Install again and the addon will be installed.
|
||||
|
||||
You can also click the clipboard button to copy the installation URL and paste it into the Stremio addon search bar or the add addon menu on Stremio Web.
|
||||
@@ -1,15 +0,0 @@
|
||||
---
|
||||
title: Peerflix
|
||||
description: A Stremio addon to fetch movies and series torrents from different sources. With content mostly in English and Spanish (from Spain).
|
||||
keywords: [stremio, addons, addon, spain, spanish, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:torrent-streams]
|
||||
---
|
||||
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>
|
||||
|
||||
Peerflix is an addon that can fetch movies and series torrents from different sources. The content is mostly in English and Spanish.
|
||||
|
||||
No configuration is needed, install it from one of the buttons above.
|
||||
@@ -1,19 +0,0 @@
|
||||
---
|
||||
title: Popular People
|
||||
description: Provides a catalogue for popular actors. When you click on a specific actor, you are directed to their most popular movie.
|
||||
keywords: [stremio, addons, addon, catalog, catalogue, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:catalogues]
|
||||
---
|
||||
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>
|
||||
|
||||
This addon will provide a catalogue for popular actors.
|
||||
|
||||
When you click on a specific actor, you are directed to their most popular movie.
|
||||
|
||||
You can find more information in the [announcement post on r/StremioAddons](https://www.reddit.com/r/StremioAddons/comments/1eo2z5t/popular_people_catalog_if_anyone_is_interested/)
|
||||
|
||||
Go to https://www.journey.co.il/stremio/1/Popular%20People/preview.php to install it.
|
||||
@@ -1,21 +0,0 @@
|
||||
---
|
||||
title: Streaming Catalogs
|
||||
description: A Stremio addon that provides trending movies and series on Netflix, HBO Max, Disney+, Apple TV+ and more. Configure to choose your favourite services.
|
||||
keywords: [stremio, addons, catalog, catalogue, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:catalogues]
|
||||
---
|
||||
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" />
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
This addon is very similar to [CyberFlix](/stremio/addons/cyberflix). It only provides 2 catalogues for each streaming service instead of 4.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
1. Head over to the [Streaming Catalogs Configuration page](https://7a82163c306e-stremio-netflix-catalog-addon.baby-beamup.club/)
|
||||
2. Click on the filter providers by country and select Any.
|
||||
3. Select the streaming services that you want to see in your home page for Stremio.
|
||||
4. Optionally provide your [RPDB API key](/stremio/faq#how-do-i-obtain-a-rpdb-api-key) to show ratings on the posters.
|
||||
5. Click Install addon and then when the Stremio app opens with a prompt asking to install, click Install again.
|
||||
@@ -1,23 +0,0 @@
|
||||
---
|
||||
title: Stremify
|
||||
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]
|
||||
---
|
||||
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>
|
||||
|
||||
Stremify provides HTTP streams from a range of different sources for different languages.
|
||||
Some notable sources include DramaCool and GogoAnime.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
To install it:
|
||||
|
||||
1. Head to the [Stremify configuration page](https://stremify.hayd.uk)
|
||||
2. Check your desired sources
|
||||
3. Click Get Link
|
||||
4. Paste it into the search bar or if on Stremio Web (iOS too), click the + Add Addon button and paste the link in there.
|
||||
@@ -1,22 +0,0 @@
|
||||
---
|
||||
title: Stremio Gdrive
|
||||
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]
|
||||
---
|
||||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
|
||||
|
||||
<StremioAddonButtons id="stremio-gdrive" source="https://github.com/ShuvamJaswal/Gdrive-Stremio-Update" />
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
Stremio-gdrive is a self-hosted Stremio addon that allows you to view files from Google Drive.
|
||||
|
||||
For it to work, you will need to join some team drives. You can find some [here](https://t.me/s/teamdrives).
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
As mentioned earlier, this addon needs to be self-hosted.
|
||||
|
||||
You can use [this GitHub repository](https://github.com/ShuvamJaswal/Gdrive-Stremio-Update) to set it up.
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
---
|
||||
title: Stremio-Jackett
|
||||
description: Elevate your Stremio experience with seamless access to Jackett torrent links, effortlessly fetching torrents for your selected movies within the Stremio interface.
|
||||
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" />
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
[Stremio-Jackett](https://github.com/aymene69/stremio-jackett) is a self hostable addon that resolves torrent links using Jackett (It does **not** require a debrid service)
|
||||
|
||||
Stremio-Jackett can be [selfhosted](https://github.com/aymene69/stremio-jackett#installation) or [ElfHosted](https://elfhosted.com/app/stremio-jackett/).
|
||||
|
||||
For this guide, I will go through the setup using the free, public ElfHosted instance. If you don't want to selfhost but want more customisation, you can pay for your own instance on ElfHosted.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
To get started, head over to the [configuration page](https://stremio-jackett.elfhosted.com/configure)
|
||||
|
||||
- `Enable debrid service` - If you are using a debrid service, you can check this box. You will then see the `Debrid Information` section below.
|
||||
- `Enable torrenting` - If you want to use torrents, check this box. If you are using a debrid service, there isn't a need to check this box.
|
||||
|
||||
If you are using a debrid service, you can fill in the `Debrid Information` section.
|
||||
- `Debrid Provider` - Choose your debrid provider.
|
||||
- `Debrid API Key` - Obtain your API key from your debrid provider and paste it here. (Struggling to find your API key? [Click here](/stremio/faq#where-can-i-find-my-debrid-api-key))
|
||||
- `Metadata Provider` - You can select which metadata provider you want to use. I change this to TMDB. You will need to obtain an API key for this. If you are struggling to obtain an API key, [click here](/stremio/faq#how-to-obtain-a-tmdb-api-key)
|
||||
- `Sorting` - I prefer to sort by size descending. This gives me the highest sized files first. I do this because, generally, the higher the size, the higher the bitrate and the better the quality. Although, in some cases, a lower sized file can have better quality.
|
||||
- `Quality Exclusion` - You can choose to exclude certain qualities. I check the boxes for `CAMs` as I don't want to watch CAMs.
|
||||
- `Languages` - You can choose which languages you want to see. I only speak English so I only check English. I also check MULTi.
|
||||
- `Maximum size` - I set this to 500 to see all the results.
|
||||
- `Maximum results` - I set this to 100 to see all the results.
|
||||
@@ -1,24 +0,0 @@
|
||||
---
|
||||
title: SubDL Subtitles
|
||||
description: A Stremio addon that provides subtitles from SubDL. Requires an API Key
|
||||
keywords: [stremio, addons, subtitles, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:subtitles]
|
||||
---
|
||||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
|
||||
|
||||
<StremioAddonButtons id="subdl-subtitles" manifest="https://subdl.strem.bar/manifest.json" configurable={true} configurationRequired={true}/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
A Stremio addon that provides subtitles from SubDL. Requires an API Key
|
||||
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
To use this addon, you need to register for an account and obtain an API Key. To do this, follow these steps:
|
||||
|
||||
1. [Register for an account](https://subdl.com/panel/register) or [login](https://subdl.com/panel/login?page=/panel/api) if you already have an account.
|
||||
2. Once logged in, go to the [API Key page](https://subdl.com/panel/api) and click on the `Copy API Code` button to copy your API Key.
|
||||
3. On the addon configuration page, paste your API Key in the `API Key` field.
|
||||
4. If you want to have subtitles for languages other than English, you can select them from the `Select Languages` dropdown.
|
||||
5. Now that you have configured the addon, click on the `Install` or `Install (Web)` button to add the addon to your Stremio app.
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
title: SubSource Subtitles
|
||||
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]
|
||||
---
|
||||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
|
||||
|
||||
<StremioAddonButtons id="subsource-subtitles" manifest="https://subsource.strem.bar/manifest.json" configurable={true} configurationRequired={true}/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
A Stremio addon that provides subtitles from SubSource.net.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
Simply select your languages from the dropdown and click on the `Install` or `Install (Web)` button to add the addon to your Stremio app.
|
||||
@@ -1,32 +0,0 @@
|
||||
---
|
||||
title: TMDB Addon
|
||||
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]
|
||||
---
|
||||
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" />
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
The TMDB addon that will fetch data from The Movie Database to display Popular and New Movies and Series.
|
||||
|
||||
You should use this addon instead of Cinemeta as in some cases, it may have more up-to-date metadata, resulting in more links.
|
||||
TMDB also supports catalogues in several languages, whereas Cinemeta only supports English.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||

|
||||
|
||||
1. Head to the [TMDB Addon Configuration page](https://94c8cb9f702d-tmdb-addon.baby-beamup.club/configure)
|
||||
2. Configure the catalogue settings:
|
||||
- `Ratings on Posters`: This will show the ratings on the posters of the movies and series. ([How do I obtain a RPDB API Key?](/stremio/faq#how-do-i-obtain-a-rpdb-api-key))
|
||||
- `Show Adult Content`: This will show adult content in the catalogue if enabled.
|
||||
3. Select your language
|
||||
4. Click Install.
|
||||
5. Stremio should now open and a prompt asking you to install should appear, click Install again.
|
||||
|
||||

|
||||
|
||||
The addon should now be installed.
|
||||
@@ -1,62 +0,0 @@
|
||||
---
|
||||
title: Torbox
|
||||
description: Stremio addon that provides torrent and usenet streams for users of TorBox.
|
||||
keywords: [stremio, addons, torrent, usenet, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:debrid-streams, stremio-addon:usenet-streams]
|
||||
---
|
||||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
|
||||
|
||||
<StremioAddonButtons id="torbox" manifest="https://stremio.torbox.app/manifest.json" configurable={true} configurationRequired={true}/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
The Torbox addon is an addon developed specifically for Torbox (a debrid service).
|
||||
It will not work with other debrid services (like Real-Debrid, Premiumize, etc).
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
To install the Torbox addon:
|
||||
|
||||
1. Go to your [Torbox Dashboard](https://torbox.app/dashboard)
|
||||
2. Ensure you are logged in
|
||||
3. Then go to the [Settings page](https://torbox.app/settings)
|
||||
4. Scroll down to the `Integration Settings`.
|
||||

|
||||
5. Click `Access Stremio Addon`
|
||||
6. This should open a prompt in Stremio asking to install the addon. Click Install again.
|
||||
:::tip
|
||||
If you don't have the Stremio app installed, you can right click the `Access Stremio Addon` button and copy the link.
|
||||
Then paste it into the search bar in Stremio or if on Stremio Web (iOS too), click the + Add Addon button and paste the link in there.
|
||||
:::
|
||||
7. Once the addon has been installed, you can go back to the `Integration Settings`.
|
||||
You should now see configuration options for the Torbox addon.
|
||||

|
||||
8. These are my personal configurations:
|
||||
|
||||
`Qualities to Show`: This setting controls what qualities are shown in the results.
|
||||
I have all of them except CAM selected. This is because I don't want to see CAM quality content.
|
||||
|
||||
`Resolutions to Show`: This setting controls what resolutions are shown in the results.
|
||||
I have all of them selected. This is because I want to see all resolutions.
|
||||
|
||||
`Languages to Show`: This setting controls the language of the results.
|
||||
I have all of them selected. This is to maximise result.
|
||||
|
||||
`Cache Settings`: This setting controls what type of results are shown. As a reminder, cached results are results that are ready to stream immediately, and download results are results that need to be downloaded to the debrid service before they can be streamed.
|
||||
I select `Cached and Download`. This is because I want to see all results, even if it is not cached so that I can cache it myself.
|
||||
|
||||
`Seeding Settings`: This setting controls whether torrents are seeded when you select one. I'm not sure what the difference between Auto and Always is. Never would mean that the torrent is not seeded.
|
||||
I select `Always`. This is because I want to help seed the torrents I watch.
|
||||
|
||||
`Size Limits`: The next two settings control the size of the torrents shown. You can set a minimum and maximum size. Files that are smaller or larger than these sizes will not be shown.
|
||||
I leave the minimum size at 0 and maximum size at 200. This is because I want to see all results.
|
||||
|
||||
`Show adult rated streams/searches`: This setting controls whether adult content is shown in the results.
|
||||
I leave this unchecked. This is because I don't want to see adult content.
|
||||
|
||||
`Allow zipping content over 100 files`: This setting will zip a torrent if it has more than 100 files. You should leave this unchecked as you can't stream zipped content.
|
||||
|
||||
9. Your configurations are updated automatically. You can now search for content in Stremio and the Torbox addon will provide results.
|
||||
:::tip
|
||||
If you want to change your configurations, you can do so at any time by going back to the `Integration Settings` and changing the settings there.
|
||||
:::
|
||||
@@ -1,49 +0,0 @@
|
||||
---
|
||||
title: Torrentio
|
||||
description: Stremio addon that provides torrent streams from scraped torrent providers.
|
||||
keywords: [stremio, addons, torrentio, torrent, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:torrent-streams]
|
||||
---
|
||||
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}/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
[Torrentio](https://github.com/TheBeastLT/torrentio-scraper) is a torrent search addon that scrapes public trackers. (For a in depth explanation of how Torrentio works, see [this reddit comment](https://www.reddit.com/r/StremioAddons/comments/19fmjlp/comment/kjlnwru/))
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
To begin, head over to [Torrentio's config page](https://torrentio.strem.fun/configure) to manage the addon.
|
||||
|
||||
Torrentio has a lot of options to customise your experience. I will go through each option explaining what it does and list my preferences and why.
|
||||
|
||||

|
||||
|
||||
- `Providers`: I have them all checked. This is to maximise results. You can uncheck foreign providers to remove potential foreign language results.
|
||||
- `Sorting`: By quality then size. If you are not using a debrid service, then do By quality then seeders . This is because without a debrid service you are reliant on the number of seeders. However, with a debrid service the number of seeders is irrelevant to you.
|
||||
- `Priority foreign language`: The language you set here will be shown first in the results. You can do this if you prefer a specific language. I leave this as None as I want English audio.
|
||||
- `Exclude qualities`: This option allows you to remove certain qualities from the search results. I exclude *Screener* and *CAM* sources. If you have slower internet or your devices aren't capable of playing 4K content, you may want to exclude 4K sources.
|
||||
- `Max results per quality`: This option will limit the number of results shown for each quality. I leave this blank to obtain all results.
|
||||
- `Video size limit`: This option will limit the size of the video. If your internet or device is not capable of streaming large files, you may want to set a limit. I leave this blank.
|
||||
- `Debrid provider`: Choose your Debrid provider if you are using one. If not, skip the rest of the options.
|
||||
:::tip
|
||||
If you are using more than one debrid provider, you can choose a different provider in the same configuration and when you install the addon, you will get results from each provider you have chosen and given an API key for.
|
||||
|
||||
Torrentio will query the first debrid provider you choose and only if it doesn't find the torrent there will it query the next provider.
|
||||
:::
|
||||
- `API Key`: Click *here*. This link will take you to your debrid provider's website where you can obtain your API key. Copy that and paste it here. (Struggling to find the API key? [click here](/stremio/faq#where-can-i-find-my-debrid-api-key))
|
||||
- `Debrid options`
|
||||
- `Don't show download to debrid`: These links will be displayed with a Debrid Download] in front of them.
|
||||
These are torrents that were found but not downloaded to the Debrid's servers.
|
||||
Clicking this link sends a request to your Debrid provider to start downloading that torrent.
|
||||
Clicking it poses no risk to you. I leave this unchecked.
|
||||
- `Don't show debrid catalog`: This will show a catalogue showing the videos you have watched before using your Debrid provider.
|
||||
I check this box as it is unnecessary clutter.
|
||||
- `Show P2P torrent links for uncached` : If checked, this will show links to stream torrents directly.
|
||||
There is almost no point to leaving this checked as it poses a risk to you if not in a country that doesn't care about piracy.
|
||||
I have this unchecked.
|
||||
|
||||
Now we are done configuring Torrentio.
|
||||
The next step is to click `Install`.
|
||||
Doing so should automatically open Stremio prompting you to install once again.
|
||||
@@ -1,19 +0,0 @@
|
||||
---
|
||||
title: USA TV
|
||||
description: Stremio addon for channels across various categories including local channels, news, sports, entertainment, premium, lifestyle, kids' shows, documentaries, Latino programming, and much more
|
||||
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]
|
||||
---
|
||||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
|
||||
|
||||
<StremioAddonButtons id="usa-tv" manifest="https://848b3516657c-usatv.baby-beamup.club/manifest.json"/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
USA TV provides live channels from the US through HTTP streams (no torrents)
|
||||
|
||||
You can find the announcement for this addon and more information on [this reddit post](https://www.reddit.com/r/StremioAddons/comments/1e9vbvt/addon_watch_usa_live_tv/)
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
As USA TV requires no configuration, simply use one of the links provided above to install the addon.
|
||||
-17
@@ -1,17 +0,0 @@
|
||||
---
|
||||
title: yifysubtitles by dexter21767
|
||||
description: A Stremio addon that provides subtitles from yifysubtitles
|
||||
keywords: [stremio, addons, subtitles, guide, setup, configuration, install, link]
|
||||
tags: [stremio-addon, stremio-addon:subtitles]
|
||||
---
|
||||
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}/>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
This is a Stremio addon that provides subtitles from yifysubtitles.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
Simply select your languages from the dropdown and click on the `Install` button to add the addon to your Stremio app.
|
||||
@@ -1,20 +0,0 @@
|
||||
---
|
||||
title: Credits | Stremio
|
||||
sidebar_label: Credits
|
||||
description: Notes and credits for the Stremio guide.
|
||||
---
|
||||
import KoFiWrapper from '@site/src/components/KoFiWidgetWrapper';
|
||||
|
||||
# Credits
|
||||
|
||||
Almost all of the information on this site was written by me. If you would like to support my work, please consider donating to me on Ko-Fi:
|
||||
|
||||
<KoFiWrapper widgetType="button"/><br/>
|
||||
|
||||
These posts allowed me to write my initial version of the guide:
|
||||
|
||||
[https://www.reddit.com/r/StremioAddons/comments/17833ms/stremio_all_you_need_to_know/](https://www.reddit.com/r/StremioAddons/comments/17833ms/stremio_all_you_need_to_know/)
|
||||
|
||||
[https://www.reddit.com/r/StremioAddons/comments/yi5jdw/ultimate_guide_to_stremio_torrentio_rd/](https://www.reddit.com/r/StremioAddons/comments/yi5jdw/ultimate_guide_to_stremio_torrentio_rd/)
|
||||
|
||||
[https://www.reddit.com/r/StremioAddons/comments/15agu2p/stremio_torrentio_debrid_a_howto_guide/](https://www.reddit.com/r/StremioAddons/comments/15agu2p/stremio_torrentio_debrid_a_howto_guide/)
|
||||
-19
@@ -1,19 +0,0 @@
|
||||
---
|
||||
title: Account Bootstrapper
|
||||
sidebar_label: Account Bootstrapper
|
||||
description: Setup a Stremio account with just a few clicks.
|
||||
---
|
||||
|
||||
# Stremio Account Bootstrapper
|
||||
|
||||
Stremio Account Bootstrapper lets you set up your Stremio account with just a few clicks by bootstrapping a preset into your account.
|
||||
It's handy for newcomers, those who want a solid foundation to build their setup on, or to speed up the process of setting up new accounts for family members or friends.
|
||||
|
||||
You can read more about the tool and how to use it at its [announcement post on r/StremioAddons](https://www.reddit.com/r/StremioAddons/comments/1g6cz26/tool_stremio_account_bootstrapper_set_up_your/) and [the GitHub repository](https://github.com/DryKillLogic/stremio-account-bootstrapper).
|
||||
|
||||
|
||||
:::warning
|
||||
Using this tool will overwrite your current Stremio account addons with no way to revert to the previous state.
|
||||
:::
|
||||
|
||||
You can access the tool at [https://stremio-account-bootstrapper.vercel.app/](https://stremio-account-bootstrapper.vercel.app/).
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
title: Addon Manager
|
||||
sidebar_label: Addon Manager
|
||||
description: Reorder, rename and delete your addons and their catalogues.
|
||||
---
|
||||
|
||||
# Addon Manager
|
||||
|
||||
The [original Addon Manager](https://addon-manager.dontwanttos.top/) allowed you to reorder your addons, and therefore, their catalogues.
|
||||
This means you no longer have to uninstall and reinstall addons to change the order of their catalogues.
|
||||
|
||||
Redd-ravenn then forked it and added the ability to rename your addons, and rename and delete specific catalogues from addons.
|
||||
Their fork is available on GitHub at [Redd-ravenn/stremio-addon-manager](https://github.com/Redd-ravenn/stremio-addon-manager).
|
||||
|
||||
There is no "official" public instance of this version, but you can set it up yourself with Docker or standard Node.js by following the instructions in the README of the repository.
|
||||
I would recommend using services like Vercel or Netlify to host it. Simply fork the repository and deploy it to one of these services.
|
||||
|
||||
However, I have set up a public instance of the Redd-ravenn fork at https://addon-manager.viren070.me/ ([Source Code](https://github.com/Viren070/stremio-addon-manager)) for those who don't want to set it up themselves.
|
||||
-40
@@ -1,40 +0,0 @@
|
||||
---
|
||||
title: Debrid Media Manager
|
||||
sidebar_label: Debrid Media Manager
|
||||
description: Add torrents to your debrid cloud when Torrentio fails
|
||||
---
|
||||
# Debrid Media Manager
|
||||
|
||||
[https://debridmediamanager.com/](https://debridmediamanager.com/)
|
||||
|
||||
This is only for people paying for a Debrid service.
|
||||
It only supports Real Debrid and AllDebrid with [TorBox support possibly coming soon](https://github.com/debridmediamanager/debrid-media-manager/pull/132).
|
||||
|
||||
|
||||
### How to use it?
|
||||
|
||||
This website acts as a front-end to your debrid service.
|
||||
It only supports Real Debrid and AllDebrid.
|
||||
You can search for any movie or tv show on this website.
|
||||
|
||||
If you have a movie or show that is too niche to have cached torrents, you can search for the movie or show here by clicking the search button.
|
||||
|
||||
Once you are on the page for the show or movie you can browse the available torrents.
|
||||
You can also click the show x uncached. This will show torrents that have not been cached.
|
||||
|
||||
For cached torrents, it will show `Instant RD/AD`.
|
||||
You can directly watch the torrent through debridmediamanager by clicking look inside, then clicking `Watch`.
|
||||
|
||||
For uncached torrents, it will show `DL with RD/AD`.
|
||||
By clicking this, you will send a request to your debrid service to start downloading this torrent.
|
||||
|
||||
If you want to watch this on Stremio, you have to ensure it is cached and added to your library (click Instant RD/AD to add it to your library).
|
||||
So for uncached, you will have to wait for the download to complete.
|
||||
|
||||
Then, you can either:
|
||||
- Use the debrid catalog from the Torrentio extension (you have to have this setting enabled in the Torrentio settings)
|
||||
- Use [Debrid Search](https://github.com/MrMonkey42/stremio-addon-debrid-search) which will provide the debrid link when you click on the movie or show you want to watch.
|
||||
:::note
|
||||
Although Debrid Search provides a catalog for your debrid library, you will get an error saying `The addon providing this content has been removed` if you don't have the debrid catalog option in the Torrentio configuration enabled
|
||||
:::
|
||||
- use the [Debrid Media Manager Stremio Addon](https://debridmediamanager.com/stremio)
|
||||
@@ -1,31 +0,0 @@
|
||||
---
|
||||
title: Discord Integration
|
||||
sidebar_label: Discord Integration
|
||||
description: Share what you're watching on Discord
|
||||
---
|
||||
|
||||
# Discord Rich Presence
|
||||
|
||||
Want to share what you're watching on Stremio with your friends? Wait no more!.
|
||||
There are two ways to do this:
|
||||
|
||||
### Using PreMiD
|
||||
|
||||
This method requires that you use Stremio Web and have the Discord desktop app installed.
|
||||
|
||||
1. Install [PreMiD](https://premid.app/downloads). You can use this [guide](https://docs.premid.app/en/install) to install it if needed.
|
||||
2. Install the [Stremio Presence](https://premid.app/store/presences/Stremio) presence from the PreMiD store.
|
||||
3. Open Discord and make sure the `Display current activity as a status message` option is enabled in the Discord settings.
|
||||
4. Open [Stremio Web](https://web.stremio.com/) and start watching a movie or series.
|
||||
5. The presence should now show up in Discord.
|
||||
|
||||
### Using StremioDiscordRichPresence
|
||||
|
||||
|
||||
This method requires you to use the Stremio desktop app and have the Discord desktop app installed.
|
||||
|
||||
It uses a third-party modification to Stremio to enable Discord Rich Presence.
|
||||
|
||||
You can find the instructions and source code on the [StremioDiscordRichPresence GitHub page](https://github.com/Loukious/StremioDiscordRichPresence?tab=readme-ov-file).
|
||||
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
title: Extras | Stremio
|
||||
description: Extra features and addons for Stremio.
|
||||
keywords: [download, movies, series, tv shows, stremio, addons, debrid, peario, pimp my stremio, stremio downloader, stremio extras, stremio features, stremio tips, stremio tricks, stremio tutorial, stremio user guide]
|
||||
sidebar_label: Extras
|
||||
---
|
||||
# Extras
|
||||
|
||||
Here, you can find extra features and addons for Stremio that can enhance your Stremio experience.
|
||||
|
||||
```mdx-code-block
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
|
||||
<DocCardList />
|
||||
```
|
||||
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
---
|
||||
title: Open in Stremio
|
||||
sidebar_label: Open in Stremio
|
||||
description: Browser extension to open titles or create lists in Stremio from sites.
|
||||
|
||||
---
|
||||
# Open in Stremio
|
||||
|
||||
This is a browser extension that aims to improve the integration between Stremio and other websites.
|
||||
|
||||
It has many features:
|
||||
|
||||
- Adds a button that opens the movie or show in Stremio to sites like IMDb, Trakt, Letterboxd, Rotten Tomatoes, Metacritic.
|
||||
- Allows you to search highlighted text on any page in Stremio
|
||||
|
||||
You can also create lists using the extension from:
|
||||
- reddit posts (on r/MovieSuggestions, r/televisionsuggestions, r/Letterboxd).
|
||||
- IMDB search results
|
||||
- movies from BestSimilar
|
||||
|
||||
Then you can also use [their tool that converts lists to catalogues](https://www.journey.co.il/stremio/) to have these lists show up in Stremio.
|
||||
|
||||
You can find screenshots and more information on using these features on:
|
||||
- [The extensions GitHub page](https://github.com/yortem/chrome-stremio-imdb)
|
||||
- [Reddit post announcing the extension](https://www.reddit.com/r/StremioAddons/comments/1dtvjmk/chrome_extension_open_the_movie_in_stremio/)
|
||||
- [Reddit post showing how to create a catalogue based on reddit posts](https://www.reddit.com/r/StremioAddons/comments/1ei94yp/create_a_catalog_based_on_reddit_suggestions/)
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
title: Pimp My Stremio
|
||||
sidebar_label: Pimp My Stremio
|
||||
description: A local add-on manager with more capable addons
|
||||
---
|
||||
|
||||
# Pimp My Stremio
|
||||
|
||||
:::warning
|
||||
Pimp My Stremio (PMS) has not been updated since 2020
|
||||
:::
|
||||
Pimp My Stremio is a local addon manager for Stremio. The addons available through PMS have higher capabilities than the normal addons.
|
||||
You can find a list of addons [here](https://github.com/sungshon/PimpMyStremio/blob/master/src/addonsList.json).
|
||||
|
||||
Read more about it on [their GitHub](https://github.com/sungshon/PimpMyStremio). There is a user guide on that page.
|
||||
|
||||
Although there is no android package for this, it is possible to use Termux to get it running. Here is a [guide](https://gist.github.com/sleeyax/e9635eb352a4fcdf94194f763d743689) that explains how to do so.
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
title: Stremio Downloader
|
||||
sidebar_label: Stremio Downloader
|
||||
description: Download streams on desktop for offline viewing through addon
|
||||
---
|
||||
|
||||
# Stremio downloader
|
||||
|
||||
[Stremio Downloader](https://github.com/BurningSands70/stremio-downloader) is a desktop application that allows you to download streams that you are watching through Stremio to your device.
|
||||
|
||||
You can also download a video by clicking the 3 dots within the player and then clicking `Download this video`
|
||||
|
||||
If you want to download streams on android, read this [reddit post](https://www.reddit.com/r/StremioAddons/comments/ekwj5x/how_to_download_moviesseries_on_android/).
|
||||
@@ -1,295 +0,0 @@
|
||||
---
|
||||
title: Trakt
|
||||
sidebar_label: Trakt
|
||||
description: Learn how to use Trakt with Stremio to get personalised lists and recommendations.
|
||||
keywords:
|
||||
[
|
||||
stremio,
|
||||
guide,
|
||||
streaming,
|
||||
on-demand,
|
||||
video player,
|
||||
4k,
|
||||
debrid,
|
||||
torrenting,
|
||||
streaming service,
|
||||
addons,
|
||||
media player,
|
||||
streamer,
|
||||
streaming service,
|
||||
movies,
|
||||
tv shows streaming service,
|
||||
streaming app,
|
||||
streaming device,
|
||||
streaming platform,
|
||||
movie website,
|
||||
free movie,
|
||||
]
|
||||
toc_min_heading_level: 2
|
||||
toc_max_heading_level: 5
|
||||
---
|
||||
|
||||
# Using Trakt
|
||||
|
||||
The previous addons provide a good experience for most users. However, they only provide content from streaming services.
|
||||
If you want to have a more customised experience with personalised lists and other custom lists such as MCU Movies, then you can use the Trakt Lists addon.
|
||||
|
||||
## What is Trakt?
|
||||
|
||||
Trakt is a media tracking service that helps users sync their TV shows and movies across numerous platforms and devices.
|
||||
It also allows users to create custom lists of movies and TV shows.
|
||||
|
||||
Lists are a collection of movies or TV shows that are created by users.
|
||||
They can be public or private. Public lists can be accessed by anyone and private lists can only be accessed by the owner of the list.
|
||||
|
||||
## Creating a Trakt Account
|
||||
|
||||
1. First, we need to create a Trakt account. Head over to [Trakt](https://trakt.tv/) and click [Join Trakt For Free](https://trakt.tv/auth/join)
|
||||
2. You can create an account using your Google or Apple account or use an email address.
|
||||
|
||||
After you have created an account, you can now use Trakt with Stremio.
|
||||
|
||||
## Enabling Trakt scrobbling
|
||||
|
||||
Stremio has built-in Trakt scrobbling support.
|
||||
This means that you can sync what you watch on Stremio to your Trakt account.
|
||||
This is useful if you want to keep track of what you have watched.
|
||||
|
||||
Trakt scrobbling is a feature that allows you to keep track of what you have watched.
|
||||
This is useful if you want to keep track of what you have watched and also to get recommendations based on what you have watched.
|
||||
It is built into Stremio and can be enabled through the settings page.
|
||||
|
||||
1. Head over to your [account settings](https://www.stremio.com/acc-settings) on Stremio.
|
||||
If the link doesn't work, head over to [Stremio](https://www.stremio.com/) and click on either `My Account` or `Login` in the top right.
|
||||
2. Click on the Integrations tab and click `Authenticate` next to Trakt Scrobbling to enable it.
|
||||
|
||||

|
||||
|
||||
3. Login to your Trakt account and allow Stremio to access your account.
|
||||
|
||||
## Trakt Integration addon
|
||||
|
||||
Now that you have enabled Trakt integration, an addon called Trakt Integration will be installed to your account.
|
||||
|
||||
It provides the following catalogs:
|
||||
|
||||
- Trakt History (Movies and TV Shows)
|
||||
- Trakt Watchlist (Movies and TV Shows)
|
||||
- Trakt Recommendations (Movies and TV Shows)
|
||||
|
||||
This means 6 catalogs will be added. You cannot configure and change the catalogs that are shown so I recommend that you uninstall this addon.
|
||||
|
||||
The addon is not related to the Scrobbling feature and can be uninstalled without any issues.
|
||||
|
||||
We will be able to get recommendations and a watchlist from the Trakt Lists addon.
|
||||
|
||||
## Trakt Lists Addon
|
||||
|
||||
We will now go through setting up the Trakt Lists addon.
|
||||
This addon will allow you to add lists from Trakt to your Stremio homepage.
|
||||
This is useful if you want to have a more customised experience with personalised lists.
|
||||
|
||||
I will first go through setting up custom lists with MDBList and Couchmoney.
|
||||
These are services that can create lists for us.
|
||||
|
||||
- MDBList - for creating custom lists based on advanced filters
|
||||
- Couchmoney - for personalised recommendation lists based on your watch history and ratings
|
||||
|
||||
If you don't want to create your own lists you can simply only look at the [user created lists](#using-other-users-lists) on MDBList and skip ahead to [configuring the addon](#adding-the-trakt-lists-to-stremio) where you can browse popular/trending lists or search for lists.
|
||||
|
||||
You do not need to setup couchmoney and create your own lists on MDBList but you can, all of this is purely optional, you can have a look at all of them and choose the lists that you want to add to Stremio.
|
||||
|
||||
### MDBList
|
||||
|
||||
:::info
|
||||
A Trakt account is required if we want to create our own lists.
|
||||
However, using other users' public lists does not require a Trakt account.
|
||||
:::
|
||||
|
||||
[MDBList](https://mdblist.com/) offers a tool to create custom lists based on filters such as genre, rating, year, and more.
|
||||
You can also use lists created by other users.
|
||||
|
||||
I will first go through creating our own lists with our own filters. You do not need to do this and can simply use the lists created by other users.
|
||||
|
||||
#### Creating our own lists
|
||||
|
||||
:::warning
|
||||
You can only create up to 4 lists with a free account.
|
||||
If you want to create more lists, you will need to [become a supporter](https://docs.mdblist.com/docs/supporter/).
|
||||
|
||||
The trakt list limit also applies to the number of lists you can create with MDBList.
|
||||
However, you can add non-trakt synced lists to Stremio using the [Stremio MDBList Addon](https://1fe84bc728af-stremio-mdblist.baby-beamup.club/configure)
|
||||
:::
|
||||
|
||||
To create our own lists, you first need to make sure you are logged in to Trakt.
|
||||
Click Login in the top right corner and then click `with Trakt.tv`:
|
||||
|
||||

|
||||
|
||||
With MDBList, you have to create lists separetely for movies and TV shows.
|
||||
|
||||
To create a list for movies, head to the homepage for [MDBList](https://mdblist.com/) and you should see the Movie Search menu.
|
||||
|
||||

|
||||
|
||||
If you want to create a list for TV shows, click [`Shows`](https://mdblist.com/tv/) on the top bar, and you should see the TV Show Search menu.
|
||||
|
||||

|
||||
|
||||
Now you need to fill in all the search criteria and then click the `Search` button.
|
||||
Make sure you have filled in as much of the filters as you can as this will give you the best results.
|
||||
|
||||
Once you have clicked search, you should see a list of movies or TV shows that match your criteria.
|
||||
Expand the `Create List` menu and fill in the name and description, then click `Create MDBList + Trakt`
|
||||
|
||||

|
||||
|
||||
The list should now be created and you can view it on the [My Lists](https://mdblist.com/mylists/) page.
|
||||
|
||||
#### Using other users' lists
|
||||
|
||||
You can browse the top lists on the [top lists](https://mdblist.com/toplists/) page.
|
||||
There is also a search bar at the top of the page that you can use to search for lists.
|
||||
|
||||
I recommend you to take a look at the MDBList lists from [Gary](https://mdblist.com/lists/garycrawfordgc/) and [Riz](https://mdblist.com/lists/rizreflects/).
|
||||
|
||||
Once you have found a list on MDBList, keep the page for the list open in a new tab.
|
||||
We will use this later when we are setting up the addon.
|
||||
|
||||
### Couchmoney
|
||||
|
||||
:::info
|
||||
Couchmoney requires a Trakt account and you need to have some history, preferably with ratings.
|
||||
:::tip
|
||||
Have some history on Netflix? Use [Netflix to Trakt Import](https://github.com/jensb89/Netflix-to-Trakt-Import) to save time and import your history from Netflix to Trakt.
|
||||
:::
|
||||
[Couchmoney](https://couchmoney.tv/) creates custom personalised lists based on recently watched, trending, or a specific list. We can filter the content by date, genre, language, and popularity. We can create up to 10 lists. A Trakt account is required.
|
||||
|
||||
1. Go to the [Couchmoney website](https://couchmoney.tv/)
|
||||
2. Click Login with Trakt
|
||||
3. Click Yes to allow Couchmoney to access your Trakt account
|
||||
|
||||

|
||||
|
||||
4. On couchmoney, it should now show 2 lists Movies- Recommenations and TV - Recommendations. Click the edit icon on each list and this will walk you through customising it to your liking.
|
||||

|
||||
:::info
|
||||
If it says `Not enough recommendations - try rating more shows on Trakt`, it simply means that you haven't added enough items to your history and given a rating.
|
||||
|
||||
To fix this, simply head over to Trakt and find a movie or show you have watched.
|
||||
Then, click add to history.
|
||||
Click the Add a rating button just under the title and give it a rating
|
||||

|
||||
|
||||
Repeat this process for a few movies and shows and then go back to couchmoney and try again.
|
||||
:::tip
|
||||
If you have watch history on Netflix, you can use [Netflix to Trakt Import](https://github.com/jensb89/Netflix-to-Trakt-Import) to import your history from Netflix to Trakt.
|
||||
:::
|
||||
|
||||
Now, these lists should be visible on your Trakt account.
|
||||
|
||||
### Adding the Trakt Lists to Stremio
|
||||
|
||||
Now that you have chosen or created the lists you want, we need to add them to Stremio.
|
||||
|
||||
1. Go to the [addon configuration page](https://2ecbbd610840-trakt.baby-beamup.club/configure/)
|
||||
|
||||
2. If you want to add your own lists that you created using couchmoney or MDBList, you will need to click the `Login to Trakt.tv` button and allow the addon to access your account.
|
||||
|
||||

|
||||
|
||||
:::warning
|
||||
The addon page will show an expiration date for the token. When this date is reached, the addon won't be able to access personal lists anymore.
|
||||
Remember to reconfigure the addon when the token expires if you want to keep using your personal lists.
|
||||
:::
|
||||
|
||||
3. Then, scroll down to the `Add lists section`
|
||||
|
||||

|
||||
|
||||
4. Now you can either add lists you found or created earlier, or browse and search lists here.
|
||||
|
||||
:::info
|
||||
You only need to click `Add list` once. If you click it again, it will show duplicates.
|
||||
Although there is no response when you click it, the list will be added.
|
||||
:::
|
||||
|
||||
<details>
|
||||
<summary>Adding our own MDBLists and Couchmoney Lists</summary>
|
||||
<div>
|
||||
For MDBList (your own lists only) and Couchmoney, click `Browse personal lists (requires login)`
|
||||

|
||||
|
||||
Then click Add list on all the lists you want to add.
|
||||
|
||||
:::tip
|
||||
You can use the [MDBList Stremio Addon](https://1fe84bc728af-stremio-mdblist.baby-beamup.club/configure) to add lists that are not synced with Trakt.
|
||||
This is useful if you have reached the Trakt list limit and want to add more lists from MDBList.
|
||||
:::
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Adding other users' lists from MDBList</summary>
|
||||
<div>
|
||||
For other users' list you found on MDBList, go back to the tab where the list is open on MDBList and right click the trakt icon and click `Copy link address`. This will copy the URL of the list to your clipboard.
|
||||

|
||||
|
||||
Once you have the URL, paste it into the `Paste list URL` box and click `Add List`
|
||||

|
||||
|
||||
Repeat this process for any other lists you want to add.
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Browsing popular/trending lists & searching for lists</summary>
|
||||
<div>
|
||||
You can click the `Browse popular lists` or `Browse trending lists` button to browse popular and trending lists.
|
||||
You can also use the search box to search for lists.
|
||||
|
||||
For example, you could search for `marvel`
|
||||

|
||||
|
||||
Once you find a list, click the `Add list` button.
|
||||
|
||||
Repeat this process for any other lists you want to add.
|
||||
</div>
|
||||
</details>
|
||||
|
||||
After you've added the lists, the lists should show up at the bottom like this:
|
||||
|
||||

|
||||
|
||||
5. Drag and drop the lists to the order you want them to appear on your homepage.
|
||||
|
||||
6. Optionally provide your [RPDB API key](../faq#how-do-i-obtain-a-rpdb-api-key) to show ratings on the posters.
|
||||
|
||||
7. Now, we need to configure the `Generic lists` section
|
||||
|
||||

|
||||
|
||||
This section allows you to configure the generic lists that will show up on Stremio. I will go through each option and explain what they do.
|
||||
|
||||
- Poplar - This will create a catalog for popular movies and shows on Trakt
|
||||
- Trending - This will create a catalog for trending movies and shows on Trakt
|
||||
- Watchlist: This will create a catalog for your Trakt watchlist
|
||||
- Merged/Divided: Control whether movies and shows are merged into one list or divided into two separate lists
|
||||
- Recommendations: This will create a catalog for your Trakt recommendations. (If you have setup a couchmoney list, there is no need to enable this)
|
||||
- Search: This will show results from Trakt when you search for a movie or show on Stremio.
|
||||
|
||||
8. Now click `Install Addon`
|
||||
|
||||
You should now see the lists on your home page.
|
||||

|
||||
|
||||
## Trakt Up Next Addon
|
||||
|
||||
The Trakt Up Next addon will show you the next episode of a TV show you are watching.
|
||||
The TV show must be in your Trakt watchlist for this to work and a previous episode must have been watched.
|
||||
|
||||
To set this up:
|
||||
|
||||
1. Head over to the [Trakt Up Next Configuration page](https://up-next.dontwanttos.top/)
|
||||
2. Configure the addon to your liking
|
||||
3. Click Install.
|
||||
@@ -1,606 +0,0 @@
|
||||
---
|
||||
title: FAQ | Stremio
|
||||
sidebar_label: FAQ
|
||||
description: Frequently asked questions about Stremio, debrid services and addons.
|
||||
keywords:
|
||||
[
|
||||
stremio,
|
||||
help,
|
||||
faq,
|
||||
frequently asked questions,
|
||||
stremio guide,
|
||||
stremio help,
|
||||
stremio faq,
|
||||
stremio questions,
|
||||
stremio answers,
|
||||
stremio support,
|
||||
stremio troubleshooting,
|
||||
]
|
||||
---
|
||||
|
||||
import Tabs from "@theme/Tabs";
|
||||
import TabItem from "@theme/TabItem";
|
||||
import Admonition from "@theme/Admonition";
|
||||
|
||||
# FAQ
|
||||
|
||||
This FAQ will mostly repeat what has already been said but provide the answers in a more accessible form
|
||||
|
||||
## Debrid/VPN Questions
|
||||
|
||||
### Is a Debrid Service required?
|
||||
|
||||
No. Depending on your circumstances, Stremio and Torrentio without a Debrid service may work fine and 4K content may still stream without buffering.
|
||||
|
||||
However, torrenting carries a legal risk and if this is an issue for you, a debrid service is recommended.
|
||||
|
||||
Furthermore, torrenting relies on seeders being available constantly and you are limited by the upload seed of the seeders.
|
||||
With a Debrid Service, this issue is solved as the torrent is downloaded to the Debrid services' high speed servers.
|
||||
You can then stream content from their servers at high speeds. (The speed is still limited by your own internet connection)
|
||||
|
||||
### Do I need a VPN?
|
||||
|
||||
If you are using a debrid service, a VPN is NOT required.
|
||||
|
||||
For HTTP addons, a VPN is not required.
|
||||
However, if you are using a torrent addon such as Torrentio then a VPN or a Debrid service might be required.
|
||||
|
||||
This depends on the laws in your country. If your country is strict on torrenting, then a VPN or a Debrid service is recommended.
|
||||
Otherwise, you can use Stremio without a VPN or a Debrid service.
|
||||
|
||||
However, a Debrid service is usually the better option as it is usually cheaper and provides a smoother experience on Stremio and a debrid service can also be used to download other torrents.
|
||||
|
||||
### Can you have a recurring payment with Real Debrid?
|
||||
|
||||
On Real Debrid, there are no recurring payments. You will have to set a reminder to renew your subscription.
|
||||
You can always add more days to your subscription before it expires.
|
||||
|
||||
Other debrid providers, such as AllDebrid, do have recurring payments based on a monthly subscription.
|
||||
|
||||
### How do I know if I am in an optimal location for a Debrid service?
|
||||
|
||||
You can check the speed of your connection to the Debrid service by using the speedtest on the Debrid service's website.
|
||||
|
||||
You can find the speed tests [here](#where-can-i-find-the-speed-tests-for-debrid-services).
|
||||
|
||||
For other Debrid services, you can find the speedtest on their website.
|
||||
|
||||
### Can I use a Debrid service on multiple devices?
|
||||
|
||||
Yes. A debrid service can be used from an unlimited number of devices.
|
||||
|
||||
Most debrid services will **not allow you to use the service from more than one public IP address at a time**.
|
||||
|
||||
This would mean that you can use the service on multiple devices within your home network but you cannot use the service on a device outside of your home network while another device is using the service at home.
|
||||
You can find more details on this [below](#how-does-the-one-ip-address-rule-work).
|
||||
|
||||
However, there are some exceptions to this.
|
||||
Torbox and Premiumize allow you to use the service from multiple IP addresses at the same time.
|
||||
|
||||
### How does the one IP address rule work?
|
||||
|
||||
Debrid services typically allow access from only one IP address at a time.
|
||||
This means you can't use the service from multiple IP addresses simultaneously.
|
||||
|
||||
In a network, all devices share the same public IP address, allowing multiple devices on the same network to use the service concurrently.
|
||||
However, this may be limited by your internet bandwidth and speed.
|
||||
|
||||
If the debrid service is being used at home, it can't be used on a device outside your home network at the same time, and vice versa.
|
||||
|
||||
Using a VPN changes your IP address, so if you're on a VPN, others on your network can't use the Debrid service simultaneously, as it would appear as multiple IP addresses accessing the service.
|
||||
|
||||
### Can I use a Debrid service with a VPN?
|
||||
|
||||
Yes, but it is not recommended.
|
||||
A debrid service is enough to protect you from legal trouble and a VPN can limit your speed.
|
||||
|
||||
As explained in the previous question, a VPN changes your IP address.
|
||||
This means that if you are using a VPN, others on your network can't use the Debrid service simultaneously, as it would appear as multiple IP addresses accessing the service.
|
||||
|
||||
### Where can I find the speed tests for Debrid services?
|
||||
|
||||
Here, you can find the links to the speed tests for different Debrid services.
|
||||
These speed tests will give you an idea of the speed you can expect when streaming through these services.
|
||||
|
||||
:::warning
|
||||
You may need to be logged in to access these pages.
|
||||
If you get any errors attempting to access these pages, try logging in to the Debrid service first, then clicking the link again.
|
||||
|
||||
Do consider using my affiliate links to sign up if you haven't created an account already.
|
||||
These are available [here](setup#which-debrid-service-do-i-use).
|
||||
:::
|
||||
|
||||
- [Real Debrid](https://real-debrid.com/speedtest)
|
||||
- [AllDebrid](https://alldebrid.com/speedtest)
|
||||
- [Premiumize](https://www.premiumize.me/speedtest)
|
||||
- [Debrid-Link](https://debrid-link.fr/webapp/speedtest)
|
||||
- [put.io](https://app.put.io/settings/route)
|
||||
- [Torbox](https://speedtest.torbox.app/)
|
||||
|
||||
For offcloud, there is no speedtest available, however you can test the speed by checking each proxy manually and attempting to download a file.
|
||||
This does require you to have a premium account.
|
||||
|
||||
For other Debrid services, you can try to find the speed test on their website.
|
||||
|
||||
You can also use [SamKnows](https://www.samknows.com/realspeed) to test your own internet speed.
|
||||
This will let you know if a debrid service is limiting your speed.
|
||||
|
||||
### Where can I find my Debrid API Key?
|
||||
|
||||
<Tabs className="custom-tabs" queryString="debrid-service">
|
||||
<TabItem value="real-debrid" label="Real Debrid">
|
||||
|
||||
1. Go to [apitoken page on RealDebrid](https://real-debrid.com/apitoken)
|
||||
2. Your API key will be displayed on this page. Highlight it all and press `Ctrl + C` to copy it.
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="alldebrid" label="AllDebrid">
|
||||
|
||||
1. Go to the [apikeys page on AllDebrid](https://alldebrid.com/apikeys)
|
||||
2. Enter a name to identify the API key and press `Create`
|
||||
3. Below the name you entered, you will see the API key. Highlight it all and press `Ctrl + C` to copy it.
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="premiumize" label="Premiumize">
|
||||
|
||||
1. Go to the [account page on Premiumize](https://www.premiumize.me/account)
|
||||
2. Under the `Account Data` section, you will see `API Key`. Press `Show API Key`
|
||||
3. The API Key will now be displayed above the button. Highlight it all and press `Ctrl + C` to copy it.
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="debrid-link" label="Debrid-Link">
|
||||
|
||||
1. Go to the [API Key page on Debrid-Link](https://debrid-link.fr/webapp/apikey)
|
||||
2. Click `Reveal Key`
|
||||
3. Confirm your password
|
||||
4. Your API key will be displayed. Press the `Copy` button to copy it.
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="offcloud" label="Offcloud">
|
||||
|
||||
1. Go to [your account page](https://offcloud.com/#/account) on Offcloud
|
||||
2. Click `API` on the left side of the page
|
||||
3. Your API key will be displayed. Press the `Copy` button to copy it.
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="put-io" label="Put.io">
|
||||
|
||||
1. Go to the [API page](https://app.put.io/oauth) on Put.io
|
||||
2. Click `Create App`
|
||||
3. Fill in the required information and click `Create App`
|
||||
:::tip
|
||||
You can use any information for the app name and description. It does not have to be accurate.
|
||||
:::
|
||||
4. You will be shown 3 fields - `Client ID`, `Client Secret` and `OAuth token`. For Torrentio, you need both the `Client ID` and `OAuth token`. You can press the clipboard icon to copy the value.
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="torbox" label="Torbox">
|
||||
|
||||
1. Go to [Torbox Settings](https://torbox.app/settings)
|
||||
2. Scroll down to the `API Key` section
|
||||
|
||||

|
||||
|
||||
3. Click `Copy API Key` to copy the API key to your clipboard.
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
|
||||
### Which Debrid services are supported by each addon?
|
||||
|
||||
Use this table below to see debrid compatability for each addon.
|
||||
|
||||
:::warning
|
||||
With AllDebrid and RealDebrids recent limits on the /instant and /instantAvaibility endpoints respectively, this table may not be accurate.
|
||||
|
||||
Please let me know if an addon is not working / working with AllDebrid or Real Debrid.
|
||||
|
||||
**This table takes into account the latest available version of the addon. The public ElfHosted instance may not be up to date.**
|
||||
:::
|
||||
|
||||
| Addon/Debrid Service | Real-Debrid | All-Debrid | Debrid-Link | Premiumize | Offcloud | Put.io | Torbox |
|
||||
|--------------------------- |:------------------: |:------------------: |:------------------: |:------------------: |:------------------: |:------------------: |:------------------: |
|
||||
| Torrentio | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
|
||||
| KnightCrawler :warning: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
|
||||
| MediaFusion | :white_check_mark: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: |
|
||||
| Stremio-Jackett :warning: | :x: | :white_check_mark: | :x: | :white_check_mark: | :x: | :x: | :x: |
|
||||
| Comet | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: | :white_check_mark: |
|
||||
| Jackettio | :white_check_mark: | :x: | :white_check_mark: | :x: | :x: | :x: | :x: |
|
||||
| Orion | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: |
|
||||
| Torbox | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: |
|
||||
|
||||
:warning: - Deprecated addon
|
||||
|
||||
:::info
|
||||
I only included the debrid services that were covered in my guide. However, even if I had a column for each one, this wouldn't change the table very much.
|
||||
|
||||
The only row that would change is the MediaFusion addon. This is because this addon also supports PikPak and Seedr.cc which are not covered in this guide.
|
||||
All other addons only support some of the debrid services covered in this guide.
|
||||
:::
|
||||
|
||||
### What do I do if I encounter buffering issues with a Debrid service?
|
||||
|
||||
If you are encountering buffering issues with a Debrid service, you can try the following:
|
||||
|
||||
1. **Carry out a speed test** - Check the speed of your connection to the Debrid service. You can find the speed tests [here](#where-can-i-find-the-speed-tests-for-debrid-services).
|
||||
Make sure to carry out a speed test on your own internet connection as well to ensure that the issue is not with your own internet connection.
|
||||
|
||||
2. **Change the route/server** - You can try changing the route/server that you are using to connect to the Debrid service.
|
||||
You can find the option to change the route/server in the settings of the Debrid service.
|
||||
|
||||
3. **Check the status of the Debrid service** - Sometimes, the Debrid service may be experiencing issues. You can check the status of the Debrid service on their website or social media.
|
||||
You can also check on r/StremioAddons to see if others are experiencing the same issue.
|
||||
|
||||
|
||||
## Addon Questions
|
||||
|
||||
### Can I change the configuration of an addon without reinstalling it?
|
||||
|
||||
Yes, simply click the cogwheel/settings icon on the addon in the addons menu.
|
||||
This opens the addon's configuration page with your current configuration.
|
||||
You can change the settings here and click install again.
|
||||
|
||||
:::info
|
||||
You will have to uninstall the old version of the addon as you would otherwise have two versions of the addon installed.
|
||||
:::
|
||||
|
||||
### Where can I find more addons?
|
||||
|
||||
Through the Community addons tab in the Addons menu of the Stremio app or the [community hosted addon list](https://stremio-addons.netlify.app/)
|
||||
|
||||
### Is [insert addon here] down?
|
||||
|
||||
Use this [website](https://status.elfhosted.com/) from ElfHosted to check the status of various addons.
|
||||
You can also check the [r/StremioAddons](https://reddit.com/r/StremioAddons/) subreddit or the [r/StremioAddons Discord](https://discord.gg/zNRf6YF) for more information.
|
||||
|
||||
### Is there a way to change the order of the addons without reinstalling them?
|
||||
|
||||
Yes. You can use the [Stremio Addon Manager](extras/addon-manager) to change the order of your addons without reinstalling them.
|
||||
|
||||
### How do I install an addon manually?
|
||||
|
||||
To install an addon manually, you will need the addon's manifest URL.
|
||||
|
||||
There are 3 possible ways to obtain this URL:
|
||||
|
||||
1. The addon's configuration page has a `Copy URL` button or a box with the URL in it.
|
||||
2. The addon's configuration page will copy the URL to your clipboard automatically when you click install
|
||||
3. You can right click / hold the install button and click `Copy link`
|
||||
|
||||
To avoid issues, when you are pasting the link replace stremio:// with https://
|
||||
|
||||
Now that you have the URL, you can install the addon on your device by following these steps depending on the platform you are using:
|
||||
|
||||
<Tabs groupId="platform" className="custom-tabs">
|
||||
<TabItem value="web" label="Stremio Web / iOS">
|
||||
1. Go to the [Addon page on Stremio Web](https://web.stremio.com/#/addons).
|
||||
2. Click the ` + Add Addon` button
|
||||
3. Paste the URL into the box and click `Add`
|
||||
4. A prompt will appear asking if you want to install the addon. Click `Install`
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="app" label="Stremio Apps">
|
||||
|
||||
This is for if you are using the Stremio app on a device such as Android,
|
||||
Windows, macOS etc.
|
||||
|
||||
1. Open the Stremio app and go to the Addons menu.
|
||||
2. Click the search bar and paste the URL into the search bar.
|
||||
3. A prompt will appear asking if you want to install the addon. Click `Install`
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
### What is the difference between Torrentio and Torrentio-sh?
|
||||
|
||||
The [KnightCrawler addon](https://knightcrawler.elfhosted.com/configure) used to be called torrentio-sh and only supported 4 providers initially, and there was no elf hosted version.
|
||||
This is because its initial goal was to be a self hostable torrentio (Hence the -sh in the name, which stood for self hosted).
|
||||
|
||||
As there was no public instance of torrentio, a member of the community hosted an instance of it and it still remains on the list now.
|
||||
|
||||
This addon is outdated and there is no reason to install it. You will find much less streams, especially for TV shows due to the limited number of providers.
|
||||
|
||||
The normal Torrentio addon is not listed in the addon catalog, you will have to install it from [the configuration page](https://torrentio.strem.fun/).
|
||||
|
||||
### What addons do I need to watch anime?
|
||||
|
||||
The only 2 addons you need are Torrentio and Anime Kitsu.
|
||||
|
||||
Make sure the NyaaSi and AniDex providers are enabled in Torrentio.
|
||||
You should also make sure that you are using the Anime Kitsu addon to get the best results.
|
||||
|
||||
|
||||
## Stremio questions
|
||||
|
||||
### Will I have to repeat the setup process on all of my devices?
|
||||
|
||||
No. Your account and its addons are stored on Stremio's servers.
|
||||
Meaning that it is all in the cloud.
|
||||
As long as you sign in to the same account on a different device, it will sync the addons that are linked with your account and you do not need to repeat the setup process.
|
||||
|
||||
### My device was not listed in the supported devices list. Can I still use it?
|
||||
|
||||
Yes. Through [Stremio Web](https://web.stremio.com), any device can use Stremio as long as you log in your account.
|
||||
|
||||
### Can I use Stremio on my Smart TV?
|
||||
|
||||
Yes. Stremio will run on any android based smart TV. It can be downloaded from the Google Play Store.
|
||||
Stremio is also available on LG WebOS (2020+ models only) and Samsung Tizen (2019+ models only).
|
||||
You can download it from the respective app stores.
|
||||
|
||||
### Will Stremio automatically update?
|
||||
|
||||
If Stremio is installed from the Google Play Store, it will automatically update.
|
||||
|
||||
If Stremio was sideloaded / installed from the website, it will not automatically update. You will have to manually update it.
|
||||
|
||||
### Can I use Stremio on my iPhone or iPad?
|
||||
|
||||
Yes. Although a fully featured Stremio app is not available on iOS, you can add the Stremio Web app to your home screen.
|
||||
|
||||
Read the [iOS tab](setup?platform=web-ios#downloading-stremio) under the Web category for more information
|
||||
|
||||
### Can I use Stremio on my iPhone or iPad without a debrid service?
|
||||
|
||||
Yes. You will have to set up a streaming server on your computer or android phone.
|
||||
|
||||
Read the [stremio server](setup?platform=web#downloading-stremio) guide for more information.
|
||||
|
||||
|
||||
### What streaming device should I use for Stremio?
|
||||
|
||||
The Chromecast 4K with Google TV, Fire TV Stick 4K, or the ONN 4K Box Pro are the best devices in terms of value for money.
|
||||
|
||||
The ONN is only available in America from Walmart but it is the best value so it is highly recommended.
|
||||
|
||||
The Amazon Fire TV Sticks are becoming more and more locked down and many have run into issues with them.
|
||||
They will be moving from an Android based OS to a custom OS and this will make sideloading Stremio impossible.
|
||||
However, currently, it is still a good option if you are not in America.
|
||||
|
||||
The Chromecast 4K with Google TV is the most customisable and offers the best experience.
|
||||
|
||||
However, the most powerful device you can use is the NVIDIA Shield TV Pro.
|
||||
It is the most expensive but it is the most powerful. Although it is old, it still is a good choice.
|
||||
You may also consider the Fire Cube.
|
||||
|
||||
In my personal opinion (I recommend researching this yourself):
|
||||
|
||||
- the best device in terms of value for money is the ONN 4K Box Pro if you are in America or the cheapest out of the Fire Stick 4K and Chromecast 4K if you are not in America.
|
||||
- the best device in terms of performance is the NVIDIA Shield TV Pro.
|
||||
|
||||
### Can I use Stremio on my Apple TV or Roku?
|
||||
|
||||
No. Stremio is not available on Apple TV or Roku.
|
||||
|
||||
### Can I use Stremio on my Rasberry Pi?
|
||||
|
||||
Yes. The Stremio team have released Stremio OS for the Rasberry Pi 4 and 5 that has Stremio pre-installed.
|
||||
You can find the download link and instructions [here](https://blog.stremio.com/stremio-os-is-now-available-for-raspberry-pi-5-4/)
|
||||
|
||||
### How do I change the default player?
|
||||
|
||||
The instructions are different depending on the device you are using.
|
||||
I'm not sure on the instructions for every device but they should be something similar.
|
||||
|
||||
<Tabs>
|
||||
<TabItem value="web" label="Stremio Web" default>
|
||||
1. Go to the settings menu
|
||||
2. Click on the player tab
|
||||
3. Scroll down to the advanced section and find the `Play in external player` option
|
||||
4. Click on the dropdown menu and select the player you want to use
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="windows" label="Windows">
|
||||
1. Within the player, click on the 3 dots
|
||||
2. There should be an option saying `Watch on [player name]`
|
||||
3. Click on this and the video should open in the player you selected
|
||||
</TabItem>
|
||||
<TabItem value="android" label="Android">
|
||||
1. Within the player, there is a button that says `Play in external player`
|
||||
2. Click this and it should show a prompt asking which player to use.
|
||||
3. Select the player you want to use and the video should open in that player.
|
||||
<Admonition type="info">
|
||||
There is an option in settings called `Always open in external player`. You can enable this to always open videos in an external player.
|
||||
</Admonition>
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
### Can I download a stream from Stremio?
|
||||
|
||||
If you are using a debrid service, then you only need to start watching the video.
|
||||
It will then show up on your debrid service's website where you can download it.
|
||||
|
||||
Otherwise you may also try the following:
|
||||
|
||||
Yes. You can download a video by clicking the 3 dots within the player and then clicking `Download this video`.
|
||||
|
||||
You can also use [Stremio Downloader](extras/stremio-downloader).
|
||||
|
||||
### Is there a watch together feature?
|
||||
|
||||
Although there is no official watch together feature, you can use several solutions:
|
||||
|
||||
- [Peario](https://peario.xyz/) is a watch together service that works with Stremio specifically.
|
||||
Scroll down to the `Bonus: Movies are better with popcorn... and friends` section of the [this reddit post](https://www.reddit.com/r/StremioAddons/comments/17833ms/stremio_all_you_need_to_know/) for more information.
|
||||
:::danger
|
||||
Peario simply shares the streaming link that you click on with your friends.
|
||||
This means that if you are **using a Debrid service**, your friends will count as an additional IP address and you can get your account **terminated**. (This is not the case for Premiumize)
|
||||
This has been confirmed by the developer in [this GitHub issue](https://github.com/tymmesyde/peario-client/issues/67)
|
||||
:::
|
||||
- [Discord](https://discord.com/) has a screen sharing feature that can be used to watch content together.
|
||||
However, you will be limited to the quality of the stream that Discord can handle which is 720p@30fps or 4k@60fps for Nitro users.
|
||||
:::info
|
||||
You can use client modifications such as [Vencord](https://vencord.dev/) or [BetterDiscord](https://betterdiscord.app/) to increase the quality of the stream without having to pay for Nitro
|
||||
:::
|
||||
- [Parsec](https://parsec.app/) is a screen sharing service that can be used to watch content together.
|
||||
It is not limited by the quality of the stream that Discord is limited to.
|
||||
|
||||
### Can I import my history from Netflix?
|
||||
|
||||
Yes. You can use [Netflix-To-Trakt-Import](https://github.com/jensb89/Netflix-to-Trakt-Import) to import your Netflix history to Trakt.
|
||||
You can then import your Trakt history to Stremio.
|
||||
|
||||
### Is it possible to see the ratings of movies and shows on the posters?
|
||||
|
||||
Yes. There are services that can provide posters with ratings.
|
||||
|
||||
I will go through two of these services, [RPDB](https://ratingposterdb.com/) and [aioratings](https://aioratings.com/).
|
||||
|
||||
These services are databases of movie posters with ratings. They provide an API that addon developers can use to get the posters with ratings.
|
||||
You will only be able to use these services with addons that support them.
|
||||
|
||||
While these services provide a free tier, these are limited and depending on your needs, you may want to pay for a higher tier.
|
||||
|
||||
<Tabs queryString="ratings" className="custom-tabs">
|
||||
<TabItem value="rpdb" label="RPDB">
|
||||
|
||||
To see what [RPDB](https://ratingposterdb.com/) offers, have a look at these [examples](https://ratingposterdb.com/examples/).
|
||||
The examples will show you what you get on each tier.
|
||||
|
||||
Other than the ratings, RPDB also offers textless posters, posters with other languages, badges (4K, REMUX, HDR etc.).
|
||||
You can also get backgrounds with ratings and certifications.
|
||||
|
||||
Follow [these instructions](#how-do-i-obtain-a-rpdb-api-key) to obtain an API key.
|
||||
|
||||
<details>
|
||||
<summary>What addons support RPDB?</summary>
|
||||
<div>
|
||||
|
||||
To use RPDB, input your API Key in the configuration page for the addon, unless stated otherwise.
|
||||
|
||||
RPDB is supported by the following catalogue addons:
|
||||
- [The Movie Database Addon](/stremio/addons/tmdb-addon)
|
||||
- [IMDB Catalogs](/stremio/addons/imdb-catalogs)
|
||||
- [Streaming Catalogs](/stremio/addons/streaming-catalogs)
|
||||
- [Cyberflix](/stremio/addons/cyberflix)
|
||||
- [Trakt.tv Addon](/stremio/extras/trakt#adding-the-trakt-lists-to-stremio)
|
||||
- [MDBList](https://1fe84bc728af-stremio-mdblist.baby-beamup.club/configure)
|
||||
- [Anime Catalogs](/stremio/addons/anime-catalogs)
|
||||
- [RPDB Catalogs](https://1fe84bc728af-rpdb.baby-beamup.club/configure)
|
||||
- [Rotten Tomatoes](https://7a82163c306e-rottentomatoes.baby-beamup.club/configure)
|
||||
- [Letterboxd](https://letterboxd.almosteffective.com/configure/)
|
||||
- [Top Seeded Torrent Catalogs](https://1fe84bc728af-top-seeded.baby-beamup.club/configure)
|
||||
- [Anime Seasons](https://1fe84bc728af-anime-seasons.baby-beamup.club/configure)
|
||||
- [Letterboxd](https://letterboxd.almosteffective.com/configure/)
|
||||
- It can also be used on the [Stremio Lists website](https://www.journey.co.il/stremio/) (Applies to the [Newest Movies](/stremio/addons/newest-movies), [Popular People](/stremio/addons/popular-people) and [Networks](/stremio/addons/networks) addons and any custom catalogues you create)
|
||||
- To use it on this website, you have to create an account by clicking `Register` in the top right corner. Then, click `Your Catalogs` where you can enter your RPDB API key.
|
||||
</div>
|
||||
</details>
|
||||
|
||||
You can also use it to replace the posters of Cinemeta, the default metadata and catalogue addon.
|
||||
However, this requires a paid API key. **It will not work with the free tier**.
|
||||
|
||||
To do this, use this [Cinemeta (with ratings)](https://cinemeta.ratingposterdb.com/) addon.
|
||||
|
||||
You can use the [RPDB Manager](https://manager.ratingposterdb.com/) to customise the posters.
|
||||
With the free tier, there are no customisation options.
|
||||
|
||||
Related links:
|
||||
- [Reddit: RPDB Free tier announcement](https://www.reddit.com/r/StremioAddons/comments/1f12nz9/free_rpdb_is_now_generally_available/)
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="aioratings" label="aioratings">
|
||||
|
||||
[aioratings](https://aioratings.com/) has a free plan and a pro plan.
|
||||
|
||||
The free plan provides IMDb and Rotten Tomatoes ratings, while the pro plan also provides ratings from Metacritic and Roger Ebert.
|
||||
|
||||
Currently, aioratings only has its own [Stremio aioratings addon](https://stremio.aioratings.com/) that supports it.
|
||||
|
||||
To use aioratings, you will need to sign up for an account on their website and obtain an API key.
|
||||
|
||||
Once you have the API key, you can input it into the configuration page of the aioratings addon.
|
||||
|
||||
Related links:
|
||||
- [Reddit: aioratings announcement](https://www.reddit.com/r/StremioAddons/comments/1ggukbu/update_aioratingscom_a_free_ratings_on_posters/)
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
### Can I use Stremio to watch local files, like on Plex or Jellyfin?
|
||||
|
||||
Although there is a local files addon, it is not recommended to use Stremio for this purpose.
|
||||
Stremio is not designed to be a media server and it is not as good as Plex or Jellyfin for this purpose.
|
||||
|
||||
### Is it possible to share what I am watching on Discord?
|
||||
|
||||
Yes. There are multiple ways to do this. Read the [Discord section](extras/discord-integration) for more information.
|
||||
|
||||
### Can I use my own subtitles?
|
||||
|
||||
Yes. Drag your subtitle file into the player and it should play with the video.
|
||||
You can also use the MSubtitles addon to use your own subtitles.
|
||||
|
||||
### Can I make my own addon for Stremio?
|
||||
|
||||
Yes. The [Stremio Addon SDK](https://github.com/Stremio/stremio-addon-sdk/) can be used to develop addons with Node.js.
|
||||
Addons can also be developed with any other language that supports creating a HTTP server.
|
||||
Here are some [examples](https://github.com/Stremio/stremio-addon-sdk/blob/ff10a5a66ff6a592d6145baba117515041aa33ab/docs/examples.md)
|
||||
|
||||
### Can I use Stremio to watch Live TV?
|
||||
|
||||
Stremio does support live streams. However, its its interface is not designed for this and there are very few working addons.
|
||||
|
||||
- The [USA TV Addon](https://848b3516657c-usatv.baby-beamup.club/) can be used to watch live TV for channels in the USA.
|
||||
- [MediaFusion](https://mediafusion.elfhosted.com/configure) does provide live streams and replays for sports.
|
||||
- The [xtremio addon](https://xtremio.elfhosted.com/configure) can be used to stream content from your paid IPTV subscription.
|
||||
|
||||
Please see the [Live TV section](setup#live-tv--sports) for more information.
|
||||
|
||||
### Can I have my lists from Letterboxd or Simkl on Stremio?
|
||||
|
||||
Yes. There are addons that can be used to import your lists from these services.
|
||||
|
||||
- [Letterboxd addon](https://letterboxd.almosteffective.com/configure/)
|
||||
- [Simkl addons](https://simkl.com/apps/stremio/)
|
||||
|
||||
### Is there a way to get recommendations based on what I have watched?
|
||||
|
||||
Yes. You can use Trakt to achieve this. Read the [Trakt section](extras/trakt) for more information.
|
||||
|
||||
### Is it possible to have Stremio automatically open on fullscreen on boot?
|
||||
|
||||
Yes. For Windows, another user has created a AutoHotkey script that will automatically put Stremio in fullscreen when it is opened.
|
||||
|
||||
See how to do this at [this reddit comment](https://www.reddit.com/r/StremioAddons/comments/1d42tbq/comment/lvnw5sg/).
|
||||
|
||||
### What are the official links for Stremio and the StremioAddons community?
|
||||
|
||||
Official links:
|
||||
- [Stremio website](https://www.stremio.com/)
|
||||
- [Stremio Zendesk](http://stremio.zendesk.com/)
|
||||
- [Stremio GitHub](https://github.com/Stremio)
|
||||
- [/r/Stremio](https://www.reddit.com/r/Stremio/)
|
||||
- [Stremio Twitter](https://twitter.com/Stremio)
|
||||
- [Stremio Facebook](https://www.facebook.com/stremio/)
|
||||
|
||||
Community links:
|
||||
- [/r/StremioAddons Discord](https://discord.com/invite/zNRf6YF)
|
||||
- [/r/StremioAddons](https://www.reddit.com/r/StremioAddons/)
|
||||
|
||||
## Other Questions
|
||||
|
||||
### How to obtain a TMDB API key?
|
||||
|
||||
1. Go to the [TMDB website](https://www.themoviedb.org/)
|
||||
2. Click `Join TMDB` in the top right corner
|
||||
3. Fill in the required information and click `Sign Up`
|
||||
4. Go to the [API page](https://www.themoviedb.org/settings/api).
|
||||
5. You can now fill in the required information. This can be all garbage information but to avoid any issues, you can fill in the information somewhat accurately.
|
||||
6. After your API key is generated, go back to the [API page](https://www.themoviedb.org/settings/api) and highlight and copy the `API Key`.
|
||||
|
||||
### How do I obtain a RPDB API key?
|
||||
|
||||
If you only want free access, then use this API Key: `t0-free-rpdb`
|
||||
|
||||
If you want to access some of the premium features, you will have to subscribe to the RPDB Patreon:
|
||||
|
||||
1. [Login to your Patreon account](https://www.patreon.com/login)
|
||||
2. Go to the [RPDB Patreon page](https://www.patreon.com/rpdb)
|
||||
3. Click `Join for Free`
|
||||
4. Then, go to the [RPDB Website](https://ratingposterdb.com/) and click [Login](https://ratingposterdb.com/login) in the top right corner
|
||||
5. RPDB will ask you to log in with Patreon, click `Allow`
|
||||
6. You will now see your API Key. Highlight it all and press `Ctrl + C` to copy it.
|
||||
7. You can now use this API key in the addons that support RPDB.
|
||||
@@ -1,41 +0,0 @@
|
||||
---
|
||||
sidebar_label: Stremio
|
||||
sidebar_position: 2
|
||||
keywords:
|
||||
[
|
||||
stremio,
|
||||
streaming,
|
||||
on-demand,
|
||||
video player,
|
||||
4k,
|
||||
debrid,
|
||||
torrenting,
|
||||
streaming service,
|
||||
addons,
|
||||
media player,
|
||||
streamer,
|
||||
streaming service,
|
||||
movies,
|
||||
tv shows,
|
||||
streaming service,
|
||||
streaming app,
|
||||
streaming device,
|
||||
streaming platform,
|
||||
movie website,
|
||||
free movie,
|
||||
stremio guide,
|
||||
]
|
||||
description: Everything you need to know about Stremio, the most effective way to stream movies and TV shows.
|
||||
---
|
||||
|
||||
# Stremio
|
||||
|
||||
This guide contains all the information you need to setup Stremio, your on-demand streaming experience.
|
||||
|
||||
This website is hosted on GitHub Pages, feel free to suggest improvements to any of the pages using the edit button at the end of each page.
|
||||
|
||||
```mdx-code-block
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
|
||||
<DocCardList />
|
||||
```
|
||||
@@ -1,76 +0,0 @@
|
||||
---
|
||||
title: Introduction | Stremio
|
||||
sidebar_label: Intro
|
||||
description: Introduction to Stremio, one of the best on-demand video players available.
|
||||
keywords:
|
||||
[
|
||||
stremio,
|
||||
streaming,
|
||||
on-demand,
|
||||
video player,
|
||||
4k,
|
||||
debrid,
|
||||
torrenting,
|
||||
streaming service,
|
||||
addons,
|
||||
media player,
|
||||
streamer,
|
||||
streaming service,
|
||||
movies,
|
||||
tv shows,
|
||||
streaming service,
|
||||
streaming app,
|
||||
streaming device,
|
||||
streaming platform,
|
||||
movie website,
|
||||
free movie,
|
||||
stremio guide,
|
||||
]
|
||||
---
|
||||
|
||||
# Introduction
|
||||
|
||||
## What is Stremio?
|
||||
|
||||
Stremio, on its surface, is a simple media player and aggregator.
|
||||
When combined with the right addons and a debrid service though, it becomes my favourite on-demand video streamer currently in existence.
|
||||
Following this guide, you'll end up with a simple solution to streaming content from all streaming services and more in the highest quality available with no buffering.
|
||||
|
||||
Stremio itself is free to download and use. All addons are also free to install and use.
|
||||
You can optionally use addons with debrid services or Usenet providers to improve your experience.
|
||||
To reiterate, these are optional and not required to use Stremio.
|
||||
I cover what these services are and why you may want to use them later on in the guide.
|
||||
|
||||
Stremio can be used on many devices, including but not limited to:
|
||||
|
||||
- Android
|
||||
- iPhone and iPad
|
||||
- Windows, macOS, Linux
|
||||
- Steam Deck
|
||||
- Fire TV
|
||||
- Android TV
|
||||
- Samsung TV (2019+ Models)
|
||||
- LG TV (2020+ Models)
|
||||
- Rasberry Pi
|
||||
- Meta Quest
|
||||
- Apple Vision Pro
|
||||
|
||||
You can also use Stremio without installing any application from your browser at [Stremio Web](https://web.stremio.com/).
|
||||
This may not work on some devices.
|
||||
|
||||
I will now go through the technical details of Stremio, debrid services and addons.
|
||||
If you do not care for these details, please skip ahead to the [setup](setup).
|
||||
|
||||
## Showcase
|
||||
|
||||
Here is a short video showing the UI of Stremio:
|
||||
|
||||

|
||||
|
||||
## Why should I use it over a movie website
|
||||
|
||||
- Your website does not support 4k
|
||||
- The 1080p content available through Stremio is vastly superior to the low bitrate and compressed content shown on your movie website
|
||||
- With a Debrid service, you will not experience buffering (with a good internet)
|
||||
- As soon as digital copies are available, you will be able to watch it through Stremio.
|
||||
- Stremio can be directly installed onto many devices and there are no ads.
|
||||
@@ -1,21 +0,0 @@
|
||||
Stremio can be installed from the [Play Store](https://play.google.com/store/apps/details?id=com.stremio.one).
|
||||
|
||||
However, you can also download the APK for your device from [Stremio's download page](https://www.stremio.com/downloads)
|
||||
|
||||
:::warning
|
||||
Stremio may not be available in your region in the Play Store.
|
||||
You may, however, sideload it by using the APK from the [Stremio website](https://www.stremio.com/downloads).
|
||||
|
||||
You can use either the [Downloader by AFTVnews](https://play.google.com/store/apps/details?id=com.esaba.downloader) app on your TV or the [Send Files to TV](https://play.google.com/store/apps/details?id=com.yablio.sendfilestotv) app on your phone to sideload the APK.
|
||||
:::
|
||||
|
||||

|
||||
|
||||
You will most likely need to download the ARM APK.
|
||||
|
||||
- ARM (armeabi-v7a) - 32 bit
|
||||
- ARM64 (arm64-v8a) - 64 bit
|
||||
- x86 - 32 bit Intel
|
||||
- x86_64 - 64 bit Intel
|
||||
|
||||
Once the Stremio app is installed, open it and log in with the account you created earlier.
|
||||
@@ -1,19 +0,0 @@
|
||||
Stremio can be installed from the [Play Store](https://play.google.com/store/apps/details?id=com.stremio.one).
|
||||
|
||||
However, you can also download the APK for your device from [Stremio's download page](https://www.stremio.com/downloads)
|
||||
|
||||
:::warning
|
||||
Stremio is not available in all regions on the Play Store.
|
||||
If you cannot find it in the Play Store, you will have to sideload it by using the APK from the Stremio website.
|
||||
:::
|
||||
|
||||

|
||||
|
||||
You will most likely need to download the ARM64 APK.
|
||||
|
||||
- ARM (armeabi-v7a) - 32 bit
|
||||
- ARM64 (arm64-v8a) - 64 bit
|
||||
- x86 - 32 bit Intel
|
||||
- x86_64 - 64 bit Intel
|
||||
|
||||
Once the Stremio app is installed, open it and log in with the account you created earlier.
|
||||
@@ -1,63 +0,0 @@
|
||||
Stremio is not available on the amazon app store. To install Stremio, you will need to sideload the app.
|
||||
|
||||
I will now go through the steps to sideload the app.
|
||||
|
||||
1. In the home screen, click on the search icon to access the find menu.
|
||||
|
||||
2. Search for Downloader
|
||||
|
||||
3. Click on the `Downloader` app and then click get/download.
|
||||
|
||||

|
||||
|
||||
4. Navigate to the settings menu from the home screen
|
||||
|
||||

|
||||
|
||||
5. Scroll down to `My Fire TV` and click it
|
||||
|
||||
6. If you see the `Developer Options` setting under `About`, click it and skip to step 11.
|
||||
|
||||
7. Click `About`
|
||||
|
||||
8. Click `Fire TV Stick Lite/4K/4K MAX` 7 times quickly.
|
||||
|
||||
9. You should then see a message saying `No need, you are already a developer`
|
||||
|
||||
10. Go back to the My Fire TV menu and click Developer Options
|
||||
|
||||
11. You will see either `Install apps from unknown sources`, in which case you select that, and turn it ON.
|
||||
|
||||
Otherwise, you will see `Install unknown apps`. Select this, navigate to Downloader, and turn it ON.
|
||||
|
||||
12. Go back to the home screen. Scroll to the end and click on the apps menu. Click on `My Apps`
|
||||
|
||||

|
||||
|
||||
13. Select the Downloader app.
|
||||
|
||||
14. Click `Allow` if it asks for permission to access storage
|
||||
|
||||
15. Navigate to the Downloader settings and enable JavaScript
|
||||
|
||||
16. Click `Browser` on the sidebar.
|
||||
|
||||
17. Enter the following URL in the searchbar `https://stremio.com/downloads` and click `Go`
|
||||
|
||||
18. On the stremio website, scroll down to the android TV section and click the following link:
|
||||
|
||||

|
||||
|
||||
19. The download should automatically start. When the Android installation prompt shows, click `Install`
|
||||
|
||||
20. When the install is finished, click Done.
|
||||
|
||||
21. When you click Done, a pop-up will appear on the Downloader app. You can click `Delete` to remove the APK file. This won't delete the app.
|
||||
|
||||
22. Stremio should now be installed to your Fire Stick. Launch Stremio from the same place you launched the downloader app from.
|
||||
|
||||
:::info
|
||||
You can also move Stremio to the top so that you can launch it directly from the home screen
|
||||
:::
|
||||
|
||||
23. Log in with the account you created earlier.
|
||||
@@ -1,5 +0,0 @@
|
||||
Search for Stremio in the App Store of 2020+ LG TV models.
|
||||
:::note
|
||||
Stremio may not appear in the search results. However, if you go to the enterntainment section of the app store. You should see Stremio
|
||||
:::
|
||||
Install the app and log in with the account you created earlier.
|
||||
@@ -1,4 +0,0 @@
|
||||
To use Stremio on your Meta Quest, you will need to sideload the app.
|
||||
Follow the steps in this [blog post from Stremio](https://blog.stremio.com/how-to-install-stremio-on-meta-quest/) to install Stremio on your Meta Quest.
|
||||
|
||||
Log in with the account you created earlier.
|
||||
@@ -1,22 +0,0 @@
|
||||
Go to [Stremio's download page](https://www.stremio.com/downloads) and download the appropriate package for your system.
|
||||
|
||||
If you need help determining which package to download, refer to the following:
|
||||
|
||||
For windows, download the following:
|
||||
|
||||

|
||||
|
||||
For Mac OS, download one of the following depending on your version of Mac OS:
|
||||
|
||||

|
||||
|
||||
For Linux, download one of the following:
|
||||
|
||||

|
||||
|
||||
There are packages available for popular distributions of Linux such as Debian and Arch Linux. However, there is also a flatpak link as well as a link to the source code.
|
||||
|
||||
The flatpak can be used to install Stremio on the Steam Deck too.
|
||||
|
||||
Once you have downloaded the package for your system, install it and open Stremio.
|
||||
Then, log in with the account you created earlier.
|
||||
@@ -1,4 +0,0 @@
|
||||
Stremio can be used on the Raspberry Pi 4 and 5 through the use of Stremio's Custom Stremio OS.
|
||||
Follow [this blog post from Stremio](https://blog.stremio.com/stremio-os-is-now-available-for-raspberry-pi-5-4/) to install Stremio on your Raspberry Pi.
|
||||
|
||||
Then, log in with the account you created earlier.
|
||||
@@ -1,3 +0,0 @@
|
||||
Search for Stremio in the App Store of 2019+ Samsung TV models.
|
||||
|
||||
Install the app and log in with the account you created earlier.
|
||||
@@ -1,205 +0,0 @@
|
||||
import Tabs from "@theme/Tabs";
|
||||
import TabItem from "@theme/TabItem";
|
||||
import Admonition from "@theme/Admonition";
|
||||
|
||||
[Stremio Web](https://web.stremio.com) is a web version of Stremio doesn't require any signup or installation.
|
||||
|
||||
**The following steps are for using Stremio Web only**.
|
||||
If your device has a dedicated app, then you should use that instead.
|
||||
You will see a separate tab if your device has a standalone app available.
|
||||
|
||||
<Tabs className="custom-tabs" queryString="web-platform">
|
||||
|
||||
<TabItem value="ios" label="iPhone & iPad" default>
|
||||
|
||||
The app available in the App Store is very limited and is pretty useless.
|
||||
|
||||
You can, however, install Stremio Web as an app to your device by following these steps:
|
||||
|
||||
1. **Open Stremio Web on Safari**: Open Safari and go to [Stremio Web](https://web.stremio.com/).
|
||||
2. **Add it to your home screen**:
|
||||
- Tap the box with an arrow located next to the address bar.
|
||||
- Scroll down and tap `Add to Home Screen`
|
||||
3. **Access the app**: The Stremio icon will appear on your home screen, allowing you to access Stremio Web directly.
|
||||
|
||||
We aren't quite done just yet. Stremio Web, on its own, does not support torrent playback or streaming videos in the browser.
|
||||
|
||||
To work around this limitation, you could [setup a streaming server on your android phone or desktop.](#stremio-server)
|
||||
|
||||
However, this may be inconvenient as you may not have an android phone or you may not want to leave your desktop on 24/7.
|
||||
|
||||
For this reason, I will go through how to use an external player with Stremio Web first. It does, however, have some limitations.
|
||||
|
||||
- Torrent streaming is still not possible. This means **a debrid service is required** to stream torrents.
|
||||
- No episode progress tracking.
|
||||
- Addon-provided subtitles cannot be used (you can still use the embedded subtitles provided by the video file).
|
||||
|
||||
Here are the steps to set up an external player on your iPhone or iPad:
|
||||
|
||||
1. **Open the Stremio Web App**: Tap the Stremio icon on your home screen to open the app.
|
||||
2. **Dismiss the Warning**: Ignore the "streaming server not available" banner by tapping `Don't show again`.
|
||||
3. **Access Settings**:
|
||||
- Go to the settings menu by tapping the gear icon.
|
||||
- Scroll down to the `Player` section and under `Advanced` select `Play in external player`
|
||||
4. **Choose an External Player**: Select "Outplayer" or "VLC" from the options. Make sure the chosen player is installed on your device.
|
||||
|
||||
You can now open a link and it should open in the external player you selected.
|
||||
</TabItem>
|
||||
|
||||
<TabItem label="Vision Pro" value="vision-pro">
|
||||
|
||||
To get the best experience on Apple Vision Pro, you should use the Moon VR Player on Stremio Web.
|
||||
|
||||
Follow [this blog post](https://blog.stremio.com/how-to-use-stremio-web-on-vision-pro/) to set up Stremio Web on your Apple Vision Pro.
|
||||
Ensure that you select the Moon VR Player as the external player when setting up Stremio Web.
|
||||
|
||||
After setting up Stremio Web, you should ensure that Moon VR Player is installed on your Apple Vision Pro.
|
||||
|
||||
Limitations:
|
||||
- Torrent streaming is not possible. This means **a debrid service is required** to stream torrents.
|
||||
- No episode progress tracking.
|
||||
- Addon-provided subtitles cannot be used (you can still use the embedded subtitles provided by the video file).
|
||||
|
||||
To resolve these limitations, you can [setup a streaming server on your android phone or desktop.](#stremio-server)
|
||||
</TabItem>
|
||||
|
||||
<TabItem label="PC" value="pc">
|
||||
|
||||
|
||||
On PC, playback in the browser will work most of the time. However, you may encounter audio issues and you won't be able to stream torrents without a streaming server.
|
||||
|
||||
Therefore, you will need to follow the steps below to [setup a streaming server on your android phone or desktop.](#stremio-server)
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem label="Android" value="android">
|
||||
|
||||
If you are using Stremio Web on your android phone, then you can add it to your home screen for easy access. Here are the steps to do this:
|
||||
|
||||
1. **Open Stremio Web**: Open your browser and go to [Stremio Web](https://web.stremio.com/).
|
||||
2. **Add it to your home screen**:
|
||||
- The steps for this are different depending on the browser you are using.
|
||||
- However, generally, you can do this by tapping the three dots and selecting "Add to Home Screen."
|
||||
3. **Access the app**: The Stremio icon will appear on your home screen, allowing you to access Stremio Web directly.
|
||||
|
||||
We aren't quite done just yet. Stremio Web, on its own, does not support torrent playback or streaming videos in the browser.
|
||||
|
||||
To overcome these limitations, you can [setup a streaming server on your android phone or desktop.](#stremio-server)
|
||||
|
||||
Another method to use Stremio Web on your android phone is to use an external player. This method, however, has some limitations:
|
||||
|
||||
- Torrent streaming is still not possible. This means **a debrid service is required** to stream torrents.
|
||||
- No episode progress tracking.
|
||||
- Addon-provided subtitles cannot be used (you can still use the embedded subtitles provided by the video file).
|
||||
|
||||
Here are the steps to set up an external player:
|
||||
|
||||
1. **Open the Stremio Web App**: Tap the Stremio icon on your home screen to open the app.
|
||||
2. **Dismiss the Warning**: Ignore the "streaming server not available" banner by tapping `Don't show again`.
|
||||
3. **Access Settings**:
|
||||
- Go to the settings menu by tapping the gear icon.
|
||||
- Scroll down to the `Player` section and under `Advanced` select `Play in external player`
|
||||
4. **Choose an External Player**: Select `VLC`, `MX Player` or `Just Player`. Make sure the chosen player is installed on your device.
|
||||
|
||||
You can now open a link and it should open in the external player you selected.
|
||||
</TabItem>
|
||||
|
||||
|
||||
</Tabs>
|
||||
|
||||
##### Stremio Server
|
||||
|
||||
The steps below can be used to set up a stremio server that is to be used by Stremio Web.
|
||||
|
||||
It is completely optional and not required for most users.
|
||||
|
||||
|
||||
<details>
|
||||
<summary>Stremio Server</summary>
|
||||
<div>
|
||||
On its own, Stremio Web is limited in what it can do.
|
||||
You won't be able to stream torrents, you may encounter audio issues and on some devices, you won't be able to play content within the browser.
|
||||
|
||||
On iOS, you are most likely using an external player. This has some limitations:
|
||||
- Torrent streaming is still not possible. This means **a debrid service is required** to stream torrents.
|
||||
- No episode progress tracking.
|
||||
- Addon-provided subtitles cannot be used (you can still use the embedded subtitles provided by the video file).
|
||||
|
||||
By using a streaming server, you can overcome these limitations.
|
||||
It would mean you can play in the native web browser, stream torrents without a debrid service (though I still recommend you use a debrid service anyways) and have a better experience overall.
|
||||
|
||||
This is why it is recommended that you connect Stremio Web to a streaming server.
|
||||
|
||||
There are a few ways to set up a streaming server for Stremio Web.
|
||||
You can either run it on your desktop or on your android device.
|
||||
I recommend using an android device as it can be left on 24/7 more easily than a desktop.
|
||||
|
||||
|
||||
<Tabs queryString="server-device">
|
||||
<TabItem value="desktop" label="Desktop">
|
||||
You can either use a standalone server with the Stremio Service or use the server that is built-in to the desktop application.
|
||||
If you are planning on using Stremio Web only, then I recommend using the standalone server.
|
||||
|
||||
To get started, first ensure that one of the two is downloaded and installed .
|
||||
|
||||
1. Download the standalone [Stremio Service](https://www.stremio.com/download-service) or the [Stremio Desktop](https://www.stremio.com/download) application.
|
||||
2. Run the setup and then launch the application.
|
||||
<Admonition type="note">
|
||||
If you are using Stremio Service, you can see if it is running by checking the system tray.
|
||||
</Admonition>
|
||||
3. Open [Stremio Web](https://web.stremio.com/)
|
||||
4. Go to Settings
|
||||
5. Click on the Streaming section, you should see this:
|
||||
|
||||

|
||||
|
||||
:::tip
|
||||
If it shows the Status as error, try disabling any adblockers/tracking blockers you have enabled.
|
||||
On Brave, it will not work without disabling Brave Shields.
|
||||
|
||||
You may need to also add an exception for the Stremio service in your firewall settings.
|
||||
:::
|
||||
|
||||
6. The Stremio service has now been correctly set up. However, you can only access it on the same device.
|
||||
To access it from another device (in the same network) follow the next steps:
|
||||
|
||||
7. Set the Streaming HTTPS endpoint to your local IP address (this option should appear as a dropdown).
|
||||
8. Then copy the Remote URL and paste it into your other device's Stremio settings for the streaming server URL.
|
||||
|
||||
The Stremio service is now set up and can be accessed from another device.
|
||||
</TabItem>
|
||||
<TabItem value="android" label="Android">
|
||||
|
||||
1. Ensure the [Stremio app](https://play.google.com/store/apps/details?id=com.stremio.one) is installed on your android device.
|
||||
2. Ensure it has the notifications permission
|
||||
3. Open the app and go to settings and scroll down to the Streaming Server section.
|
||||
4. You should set the cache size to 10GB and torrent profile to Ultra Fast or Fast depending on your internet speed..
|
||||
|
||||

|
||||
|
||||
5. Below that, you will see the `Performance & Stability` section. Check the `Run as foreground service` option.
|
||||
|
||||

|
||||
6. You should now see a notification in your notification bar. This means the server is running.
|
||||
|
||||

|
||||
|
||||
You can now access this server from the android device only.
|
||||
To access it from other devices within your network, follow the remaining steps:
|
||||
|
||||
7. Open [Stremio Web](https://web.stremio.com/) on the same android device that is running the server.
|
||||
8. Go to settings and scroll down to the Streaming section
|
||||
9. You should see the following options:
|
||||
|
||||

|
||||
|
||||
10. Set the Streaming HTTPS endpoint to your local IP address (this option should appear as an option in the dropdown).
|
||||
11. Copy the Remote URL and send it to your other device.
|
||||
12. On your other device now, open [Stremio Web](https://web.stremio.com/) and go to settings.
|
||||
13. Go to the Streaming section and paste the Remote URL into the `Url` field.
|
||||
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
</div>
|
||||
</details>
|
||||
@@ -1,911 +0,0 @@
|
||||
---
|
||||
title: Setup | Stremio
|
||||
sidebar_label: Setup
|
||||
description: The only Stremio guide you'll ever need.
|
||||
keywords:
|
||||
[
|
||||
stremio,
|
||||
guide,
|
||||
streaming,
|
||||
on-demand,
|
||||
video player,
|
||||
4k,
|
||||
debrid,
|
||||
torrenting,
|
||||
streaming service,
|
||||
addons,
|
||||
media player,
|
||||
streamer,
|
||||
streaming service,
|
||||
movies,
|
||||
tv shows streaming service,
|
||||
streaming app,
|
||||
streaming device,
|
||||
streaming platform,
|
||||
movie website,
|
||||
free movie,
|
||||
setup,
|
||||
installation,
|
||||
configuration,
|
||||
stremio setup,
|
||||
stremio installation,
|
||||
stremio configuration,
|
||||
addons,
|
||||
viren070,
|
||||
viren070's stremio guide
|
||||
]
|
||||
toc_min_heading_level: 2
|
||||
toc_max_heading_level: 4
|
||||
---
|
||||
import Tabs from "@theme/Tabs";
|
||||
import TabItem from "@theme/TabItem";
|
||||
import Admonition from "@theme/Admonition";
|
||||
|
||||
import Web from "./platform/_web.mdx";
|
||||
import Pc from "./platform/_pc.mdx";
|
||||
import Android from "./platform/_android.mdx";
|
||||
import AndroidTv from "./platform/_android-tv.mdx";
|
||||
import FireTv from "./platform/_fire-tv.mdx";
|
||||
import SamsungTv from "./platform/_samsung-tv.mdx";
|
||||
import LgTv from "./platform/_lg-tv.mdx";
|
||||
import RasberryPi from "./platform/_rasberry-pi.mdx";
|
||||
import MetaQuest from "./platform/_meta-quest.mdx";
|
||||
|
||||
import DebridCostComparisonTable from "@site/src/components/DebridCostComparisonTable";
|
||||
import KoFiWidgetWrapper from "@site/src/components/KoFiWidgetWrapper";
|
||||
|
||||
import StremioAddon from "@site/src/components/StremioAddonDetailsWrapper";
|
||||
|
||||
# Setup
|
||||
|
||||
I will now begin the guide to setting up Stremio and its addons.
|
||||
I recommend that the **initial setup is completed on your laptop or desktop**.
|
||||
Once it has been setup, you can log in to Stremio with the same account on any device and your configuration will be synced to the device so there is no need to set it up again.
|
||||
|
||||
## Creating a Stremio Account
|
||||
|
||||
First, we need to create a Stremio account. This allows you to keep your progress on different content synced across devices and also allows you to sync your configuration so that it does not need to be repeated.
|
||||
|
||||
Head over to [Stremio](https://stremio.com/) and either [sign up for an account](https://www.stremio.com/register) with an email or [login](https://stremio.com/login) through Facebook.
|
||||
|
||||
## Downloading Stremio
|
||||
|
||||
Here are the instructions for each platform, if you are viewing on a mobile phone, you will need to scroll horizontally to see all the different platform instructions.
|
||||
|
||||
:::tip
|
||||
Some devices (such as iPhones) do not have a Stremio app.
|
||||
In this case, it may be possible to use Stremio through Stremio Web.
|
||||
|
||||
In the [Web](?platform=web#downloading-stremio) tab below, you will find device specific instructions on how to use Stremio through Stremio Web.
|
||||
:::
|
||||
|
||||
<Tabs className="custom-tabs" queryString="platform">
|
||||
|
||||
<TabItem value="web" label="Web" default>
|
||||
|
||||
<Web/>
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="pc" label="PC">
|
||||
|
||||
<Pc/>
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="android" label="Android">
|
||||
|
||||
<Android/>
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="fire-tv" label="Fire TV">
|
||||
|
||||
<FireTv/>
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="android-tv" label="Android TV">
|
||||
|
||||
<AndroidTv/>
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="samsung-tv" label="Samsung TVs">
|
||||
|
||||
<SamsungTv/>
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="lg-tv" label="LG TVs">
|
||||
|
||||
<LgTv/>
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="rasberry-pi" label="Rasberry Pi">
|
||||
|
||||
<RasberryPi/>
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="meta-quest" label="Meta Quest">
|
||||
|
||||
<MetaQuest/>
|
||||
|
||||
</TabItem>
|
||||
|
||||
</Tabs>
|
||||
|
||||
## Configuring Stremio settings
|
||||
|
||||
Although Stremio is mostly ready to use out of the box, one setting you should turn on is hardware accelerated decoding. This can avoid issues relating to crashing while playing content.
|
||||
|
||||
And if you are planning on torrenting, then set the torrent profile to Ultra Fast and the cache size to 10GB or infinite.
|
||||
|
||||
## Debrid Service
|
||||
|
||||
I will now go through what a debrid service is and why you should use it.
|
||||
|
||||
**It is not required** and most torrent addons can be used without one.
|
||||
You would still be able to stream torrents as long as it has enough seeders.
|
||||
However, using a debrid service will provide a better experience.
|
||||
|
||||
### What is a debrid service?
|
||||
|
||||
A debrid service is a service that allows you to generate unrestricted (up to 1gbps) download links for torrents and other files on supported hosters (It has more features that are discussed in [Debrid Services](technical-details#debrid-services)).
|
||||
|
||||
It brings the following benefits:
|
||||
|
||||
- Using a debrid service allows you to stream torrents without the risk of receiving a notice from your ISP as you would be streaming through HTTPS
|
||||
- While you are streaming something, you are not reliant on the number of seeders and can stream at up to 1gbps speeds. This makes it possible to stream some of the highest quality content available (4K, DV, HDR, Dolby Atmos, etc.) without buffering as long as your internet connection can handle it.
|
||||
- If you are using a debrid service, a VPN is not required as you are streaming through HTTPS.
|
||||
- You can use it for more than just Stremio. You can use it to download any type of file, whether that be games, software or audio. If it is a torrent or a file on a supported hoster, you can download it through your debrid service.
|
||||
|
||||
However, the drawbacks of using a debrid service are that most do not seed the torrents and will also restrict usage to one IP address at a time.
|
||||
This means that you are not contributing to the torrent and that you can only use the service in one location at a time.
|
||||
:::tip
|
||||
For more details on the one IP address rule, please see this question in the [FAQ](faq#how-does-the-one-ip-address-rule-work).
|
||||
:::
|
||||
|
||||
There are some exceptions to this, which I discuss below.
|
||||
|
||||
### Should I use a debrid service?
|
||||
|
||||
The answer to this question is dependent on your personal circumstances.
|
||||
|
||||
- Whether torrenting puts you at risk of receiving a notice from your ISP
|
||||
- The popularity (number of seeders) of the content you want to watch
|
||||
- Whether your internet speed is sufficient to warrant a debrid service
|
||||
|
||||
The main reason to use a debrid service is to avoid the risks of torrenting.
|
||||
As explained earlier, you are streaming through HTTPS and the debrid service essentially becomes the middle-man.
|
||||
However, if you are in a country where torrenting is not an issue, then a debrid service or VPN is not needed to avoid receiving a notice from your ISP.
|
||||
|
||||
The next big reason is to avoid buffering.
|
||||
However, whether it buffers or not depends on the type of content you are watching and your internet speed.
|
||||
If the content you want to watch is popular and has a lot of seeders, then you will be able to stream it at a high quality without buffering.
|
||||
However, torrents of extremely high quality content may still buffer even with a lot of seeders.
|
||||
|
||||
Something that is often ignored is that a debrid service cannot increase your download speeds.
|
||||
If your internet speed is already slow, then a debrid service will not help you stream higher quality content.
|
||||
You need to have a fast internet speed yourself to capitalise on the benefits of a debrid service.
|
||||
|
||||
With all that being said, if torrenting is not an issue, the best way to determine whether you need a debrid service is to try streaming without one.
|
||||
You can then try watching the content you want to watch and see if it buffers at the quality you want to watch in.
|
||||
If it does, then you may want to consider using a debrid service.
|
||||
|
||||
### Which debrid service do I use?
|
||||
|
||||
:::info
|
||||
I receive a commission (free days or small amount of money) if you sign up to a debrid service through (some of) the links provided. This is at no extra cost to you and is a way to support me.
|
||||
:::
|
||||
|
||||
There are many debrid services available to use. Here is a list of some of the most popular ones.
|
||||
If you have already chosen a debrid service, you can skip to the [setup instructions](#setting-up-a-debrid-service).
|
||||
Otherwise, I will go through the factors you should consider when choosing a debrid service.
|
||||
|
||||
|
||||
- [Premiumize](https://www.premiumize.me/)
|
||||
- [Debrid-Link](https://debrid-link.com/id/EY0JO)
|
||||
- [Offcloud](https://offcloud.com/?=06202a3d)
|
||||
- [Put.io](https://put.io/)
|
||||
- [Torbox](https://torbox.app/subscription?referral=9ca21adb-dbcb-4fb0-9195-412a5f3519bc)
|
||||
- AllDebrid (Not recommended due to recent events, see [here](?debrid=alldebrid#setting-up-a-debrid-service))
|
||||
- Real Debrid (Not recommended due to recent events, see [here](?debrid=real-debrid#setting-up-a-debrid-service))
|
||||
|
||||
When choosing a Debrid service, the factors you have to consider are cost and the value you get from it which is made up of its optimality and userbase.
|
||||
|
||||
Due to recent events surrounding Real Debrid and AllDebrid, I cannot recommend them at this time. I also cannot recommend any other debrid service as I have not tried them all.
|
||||
Previously, Real Debrid was widely regarded as the best debrid service, which is why I had recommended it previously.
|
||||
|
||||
I recommend coming to your own conclusion by reading the information below, in addition to your own research.
|
||||
|
||||
**Cost**
|
||||
|
||||
|
||||
|
||||
<details>
|
||||
<summary>Expand me for a full table comparing the costs of all debrid services</summary>
|
||||
|
||||
|
||||
<Admonition type="note">
|
||||
|
||||
The currency rates used here are updated semi-automatically every week.
|
||||
|
||||
These prices do not consider any discounts/deals/sales that may be available.
|
||||
It also does not take into account any resellers that may offer the service at a cheaper price.
|
||||
|
||||
</Admonition>
|
||||
|
||||
<DebridCostComparisonTable />
|
||||
|
||||
<details>
|
||||
<summary>What are FP (fidelity points)?</summary>
|
||||
|
||||
When you buy a plan from some debrid services, you will be awarded fidelity points.
|
||||
Once you have enough fidelity points, they can be used to extend your subscription for free.
|
||||
|
||||
For debrid services that offer fidelity points, there are 2 rows in the table above.
|
||||
One of them takes into account the extra duration you get from the fidelity points and the other does not.
|
||||
|
||||
<details>
|
||||
<summary>How are the fidelity points accounted for?</summary>
|
||||
|
||||
The number of plans needed to get an amount of fidelity points that is entirely usable is calculated.
|
||||
This essentially means the lowest common multiple of the fidelity points awarded and the number of fidelity points needed to extend your subscription.
|
||||
|
||||
For example, if you need 1000 fidelity points to extend your subscription by 30 days
|
||||
and you are awarded 800 fidelity points when you buy a plan, then you will need to buy 5 plans to get 4000 fidelity points.
|
||||
Then all 4000 fidelity points can be used to extend your subscription by 120 days.
|
||||
|
||||
The cost of 5 plans with the duration of 5 plans plus the extra duration from the fidelity points is then used to calculate an average cost.
|
||||
|
||||
</details>
|
||||
</details>
|
||||
</details>
|
||||
|
||||
If you take into consideration the fidelity points awarded by Real Debrid and AllDebrid, then AllDebrid is the cheapest, with Real Debrid closely following.
|
||||
|
||||
Otherwise, Torbox is the cheapest, with AllDebrid and Debrid-Link following closely behind.
|
||||
|
||||
:::info
|
||||
If you are unsure if this is something you want to use, you can try a free trial or a limited free plan.
|
||||
|
||||
- Torbox offer a limited free plan.
|
||||
- All-Debrid offer a free 7-day trial with phone number verification.
|
||||
- put.io offers a $0.99 1 day trial.
|
||||
|
||||
Alternatively, you can use the 15 day package that most debrid services offer to test them out.
|
||||
:::
|
||||
|
||||
|
||||
**Optimality**
|
||||
|
||||
Optimality refers to your proximity to the service's servers. The closer you are, the faster the download speeds and thus the better the streaming experience.
|
||||
The download speeds you get directly determine the quality of the stream you can watch. Make sure to carry out speed tests to determine the best service for you.
|
||||
The speed tests for each debrid service can be found [here](faq#where-can-i-find-the-speed-tests-for-debrid-services) and on their website too.
|
||||
|
||||
While a debrid service is unlikely to be the bottleneck in your streaming experience, Torbox has the fastest servers (80gbit NVME) which no other service can offer at prices as low as theirs.
|
||||
|
||||
**Userbase**
|
||||
|
||||
This is important as the more users a debrid service has, the more cached torrents it will have.
|
||||
Cached torrents are what you rely on when streaming content through Stremio.
|
||||
|
||||
A larger userbase means more cached torrents, with Real Debrid, Premiumize, and AllDebrid leading.
|
||||
However, the other debrid services will still have a lot of popular torrents cached.
|
||||
|
||||
In this regard, Torbox is lacking.
|
||||
Being a relatively new service (founded in 2023), it has a smaller userbase and has had less time to build up its cache of torrents.
|
||||
This means you may not find the content you want to watch cached on Torbox.
|
||||
However, with the recent events surrounding Real Debrid, more and more people are moving to Torbox.
|
||||
This could mean that Torbox will end up having a lot of cached torrents in the future.
|
||||
|
||||
Offcloud also has very little cached content.
|
||||
|
||||
**Addon Support**
|
||||
|
||||
Support for debrid services varies among addons, with Real Debrid, AllDebrid, Debrid-Link and Premiumize being the most supported.
|
||||
However, all debrid services except Torbox are supported by Torrentio, the most popular Stremio addon, and usually the only one you need.
|
||||
|
||||
Although Torbox is not supported by Torrentio, it is supported by other addons so you can still use it with Stremio.
|
||||
|
||||
Find a full table of addons and supported debrid services [here](faq#which-debrid-services-are-supported-by-each-addon).
|
||||
|
||||
**Additional Features**
|
||||
|
||||
Another thing to consider is the additional features that some debrid services offer.
|
||||
|
||||
I previously discussed some of the limitations of debrid services, namely the lack of seeding and the restriction to one IP address.
|
||||
As I said before, there are some exceptions. I will now go through them.
|
||||
|
||||
|
||||
- **IP Restrictions**:
|
||||
|
||||
- Torbox has no IP restrictions whatsoever. You can use it on as many devices as you want.
|
||||
- Premiumize also allows several IPs. However, it does operate on a storage limitation that you may reach depending on your usage.
|
||||
You can find more details on this [article](https://www.premiumize.me/help/article/download-limit) and the [fair use page](https://www.premiumize.me/fairuse) (you need to be logged in for this link).
|
||||
|
||||
- **Seeding**:
|
||||
|
||||
:::warning
|
||||
With the way debrid services work, debrid services will always be taking more than they are giving.
|
||||
|
||||
The debrid services below will seed the torrent if it hasn't been cached already.
|
||||
In the case that its already been cached, they may not seed it, and other users can stream this cached torrent too.
|
||||
:::
|
||||
|
||||
- Torbox offer a seedbox that can seed for up to an unlimited amount ratio for up to 30 days. This makes it the best debrid service for seeding. (The amount of torrents you can actively seed is dependent on your plan, referred to as your `Concurrent Slots`)
|
||||
- Debrid-Link offers a seedbox with these limits: 600 torrents and 2.5TB of data transfer per month.
|
||||
- Premiumize will seed to a 2.0 ratio or for 72 hours. Whichever comes first.
|
||||
- put.io is similar to Premiumize but the exact numbers are dependent on your plan. Check their pricing page for more information.
|
||||
|
||||
|
||||
- **Usenet:**
|
||||
- Torbox offers access to Usenet on its Pro plan ($110/year or $10/month). This is a unique feature that is not offered by any other debrid service. (Usenet is explained in more detail later. It is simply another way to access more content)
|
||||
- Premiumize also offers access to Usenet. However, it does not support streaming, therefore it cannot be used for Stremio.
|
||||
|
||||
**Legal Restrictions**
|
||||
|
||||
Due to legal issues, some debrid services have placed restrictions upon their services.
|
||||
|
||||
Both Real Debrid and AllDebrid have removed the API endpoint that allows addons to determine if a torrent is cached on their service.
|
||||
|
||||
This means that addons can no longer accurately determine if a torrent is cached on Real Debrid or AllDebrid.
|
||||
This has caused many addons to stop working with Real Debrid and AllDebrid.
|
||||
|
||||
However, some addons have implemented workarounds to remove the check for cached torrents.
|
||||
This means that you would have to configure your addons to show uncached results from Real Debrid or AllDebrid.
|
||||
|
||||
While you will still be able to use Real Debrid or AllDebrid with the addons that implement this workaround (or others), it is recommended that you use another debrid service or Easynews if you aren't using Real Debrid or AllDebrid already.
|
||||
|
||||
This is because it is inconvenient to have to pick streams at random not knowing if they are cached or not.
|
||||
In the case they are not cached, you will have to wait for the torrent to download before you can watch it.
|
||||
Of course, you could just keep trying different streams until you find one that is cached, but this is not ideal.
|
||||
|
||||
And again, not all addons have implemented this workaround.
|
||||
|
||||
The [addon debrid support table](faq#which-debrid-services-are-supported-by-each-addon) will tell you which addons will work with your debrid service.
|
||||
|
||||
---
|
||||
|
||||
After considering everything, you should have a good idea of which debrid service you want to use.
|
||||
I wouldn't recommend Offcloud or put.io due to their lack of addon support as well as their smaller userbases.
|
||||
|
||||
### Setting up a debrid service
|
||||
|
||||
I will now cover the instructions of setting up each debrid service I previously mentioned.
|
||||
|
||||
<Tabs className="custom-tabs" queryString="debrid">
|
||||
<TabItem value="real-debrid" label="Real Debrid">
|
||||
<Admonition type="danger">
|
||||
You should hold off on purchasing a Real Debrid subscription until you have read this:
|
||||
|
||||
<details>
|
||||
<summary>Tweet from Real Debrid</summary>
|
||||
<div>
|
||||
From [@RealDebrid](https://x.com/RealDebrid/status/1859673163681960169):
|
||||
|
||||
Following a formal notice from the FNEF (https://fnef.fr/les-adherents/), Real-Debrid is strengthening its anti-piracy measures.
|
||||
|
||||
As you already know, we actively comply with DMCA and are already blocking a certain number of infringing torrents.
|
||||
|
||||
In the coming hours:
|
||||
- audiovisual files available on a number of cyberlockers listed on the USTR blacklist or listed in the European "CCounterfeit and Piracy Watch List" will all be blocked.
|
||||
- a filtering by file name will also be applied, in accordance with the request of the FNEF, this may unfortunately lead to false positives that we will process manually.
|
||||
- a blocking of all torrents hashes of private torrent trackers mentioned in cases at the Paris judicial court
|
||||
- a complete purge of files potentially cached on the previously mentioned criteria
|
||||
- the deactivation of the API endpoint /instantAvaibility
|
||||
- a blocking of counterfeit Kodi / Stremio applications to the extent that they are identifiable
|
||||
|
||||
|
||||
</div>
|
||||
</details>
|
||||
|
||||
Real Debrid may no longer be a viable choice. It is currently uncertain what effects this will have.
|
||||
I suggest choosing a different debrid service if you are impatient, or wait for more information.
|
||||
Keep an eye on [r/StremioAddons Discord Server](https://discord.com/invite/zNRf6YF), [r/StremioAddons](https://www.reddit.com/r/StremioAddons) and [r/RealDebrid](https://www.reddit.com/r/RealDebrid) for updates.
|
||||
|
||||
Following this announcement, Real Debrid has now:
|
||||
- Closed the /instantAvailability API endpoint
|
||||
<details>
|
||||
<summary>What does this mean for Stremio?</summary>
|
||||
<div>
|
||||
Addons can no longer accurately determine if a torrent is cached on Real Debrid.
|
||||
|
||||
However, it is possible to continue using Real Debrid with Stremio.
|
||||
The Torrentio addon has added a workaround that makes use of a local short-term cache to determine if a torrent is cached on Real Debrid.
|
||||
You can find more details on this [GitHub issue](https://github.com/TheBeastLT/torrentio-scraper/issues/305).
|
||||
This workaround does mean that most results will be shown as [RD Download] instead of [RD+].
|
||||
To continue using Real Debrid, it is recommended that you keep the `Don't show download to debrid links` setting off.
|
||||
|
||||
Other than this, the DMM (Debrid Media Manager) developer has stated that they are working on a crowdsourced solution to determine if a torrent is cached on Real Debrid.
|
||||
|
||||
Other addons may also implement a similar workaround in the future, but this is not guaranteed. It is recommended that you use another debrid service or Easynews if you aren't using Real Debrid already.
|
||||
</div>
|
||||
</details>
|
||||
- Blocked audiovisual files from a number of cyberlockers listed on the USTR blacklist or listed in the European "Counterfeit and Piracy Watch List"
|
||||
- This includes several services. I'm not sure if these are the right sites, but here is what I found:
|
||||
- [European Commission's Counterfeit and Piracy Watch List](https://circabc.europa.eu/ui/group/d0803128-7d62-40ee-8349-c43ee92745aa/library/b36f701d-2850-4768-9b3e-e487140e11e5/details)
|
||||
- [USTR Notorious Markets List](https://ustr.gov/sites/default/files/2023_Review_of_Notorious_Markets_for_Counterfeiting_and_Piracy_Notorious_Markets_List_final.pdf)
|
||||
- Blocked any torrent hashes from French private torrent trackers like YGGTorrent
|
||||
|
||||
As a result, many addons no longer work with Real Debrid. This afffects services outside of Stremio too.
|
||||
|
||||
Some addons can implement workarounds to remove the check for cached torrents.
|
||||
This would mean that you would have to configure your addons to show uncached results from Real Debrid.
|
||||
|
||||
While you will still be able to use Real Debrid with the addons that implement this workaround (or others), it is recommended that you use another debrid service or Easynews if you aren't using Real Debrid already.
|
||||
|
||||
Known addons that have implemented this workaround are:
|
||||
- Torrentio: Make sure the `Don't show download to debrid links` setting is off.
|
||||
- MediaFusion: Make sure
|
||||
|
||||
|
||||
</Admonition>
|
||||
<h2> **Please read the warning above before proceeding.** </h2>
|
||||

|
||||
<h2> **Please read the warning above before proceeding.** </h2 >
|
||||
1. Go to [Real Debrid's website](https://real-debrid.com/?id=9483829)
|
||||
2. Click Sign Up to create an account
|
||||
3. Go to the Premium Offers page
|
||||
4. Choose a package and subscribe.
|
||||
</TabItem>
|
||||
<TabItem value="alldebrid" label="AllDebrid">
|
||||
<Admonition type="danger">
|
||||
You should hold off on purchasing an AllDebrid subscription.
|
||||
|
||||
Similar to Real Debrid, AllDebrid have also removed the /instant API endpoint.
|
||||
This means that addons can no longer accurately determine if a torrent is cached on AllDebrid.
|
||||
|
||||
Addons can implement workarounds to remove the check for cached torrents.
|
||||
This would mean that you would have to configure your addons to show uncached results from AllDebrid.
|
||||
|
||||
While you will still be able to use AllDebrid with the addons that implement this workaround (or others), it is recommended that you use another debrid service or Easynews if you aren't using AllDebrid already.
|
||||
|
||||
Known addons that have implemented this workaround are:
|
||||
- Torrentio: Make sure the `Don't show download to debrid links` setting is off.
|
||||
</Admonition>
|
||||
<h2> **Please read the warning above before proceeding.** </h2>
|
||||

|
||||
<h2> **Please read the warning above before proceeding.** </h2>
|
||||
|
||||
1. Go to [AllDebrid's website](https://alldebrid.com/?uid=3n8qa&lang=en)
|
||||
2. Click `Create an account` at the top and register for an account.
|
||||
3. Go to the Pricing page
|
||||
4. Choose a package and subscribe.
|
||||
</TabItem>
|
||||
<TabItem value="premiumize" label="Premiumize">
|
||||

|
||||
|
||||
1. Go to [Premiumize's website](https://www.premiumize.me/)
|
||||
2. Click Sign Up in the top right corner to create an account
|
||||
3. Click `Buy Premium` at the top of the page
|
||||
4. Choose a package and subscribe.
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="debrid-link" label="Debrid-Link">
|
||||

|
||||
|
||||
1. Go to [Debrid-Link's website](https://debrid-link.com/id/EY0JO)
|
||||
2. Click Register in the top right corner or `Try it Free` on the home page.
|
||||
3. Fill in the required details and click `Register`
|
||||
4. Click `Premium` in the top right corner
|
||||
5. Choose a package and purchase it.
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="offcloud" label="Offcloud">
|
||||

|
||||
|
||||
1. Go to [Offcloud's website](https://offcloud.com/?=06202a3d)
|
||||
2. Enter your email and click `Join us for free`
|
||||
3. You will be sent an email to set your password, set your password and log in.
|
||||
4. Click `Shop` from the navigation bar on the left.
|
||||
5. Choose a package and purchase it.
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="put.io" label="put.io">
|
||||

|
||||
|
||||
1. Go to [put.io's register page](https://app.put.io/register) and create an account
|
||||
2. You will see a banner asking you to activate your account. Click the button to go to the [billing page](https://app.put.io/billing/activate-account)
|
||||
3. Choose a package and purchase it.
|
||||
|
||||
<Admonition type="info">
|
||||
Put.io offers two plans for which you can either pay monthly or yearly.
|
||||
One plan gives you 100GB of storage and the other 1TB. Depending on the amount and size of files you will be streaming, choose the plan that suits you best.
|
||||
|
||||
I believe that the storage is not made up of the accumulated size of all the files you have downloaded, but rather the amount of files you have downloaded and stored currently.
|
||||
You can delete files to make space for new ones.
|
||||
|
||||
However, I am unsure of the accuracy of this information. If you are considering put.io, then I would recommend contacting their support or looking at their FAQ.
|
||||
</Admonition>
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="torbox" label="Torbox">
|
||||
|
||||

|
||||
Torbox is a relatively new debrid service but it is unique in that it offers a lot more.
|
||||
It offers :
|
||||
- A generous seedbox that can seed for up to an unlimited ratio for up to 30 days.
|
||||
- Access to Usenet and a VPN. (Usenet is explained in more detailed below. It is simply another way to access more content)
|
||||
|
||||
To set up a Torbox account, follow these steps:
|
||||
|
||||
1. Go to [Torbox's website](https://torbox.app/)
|
||||
2. Click `Get Started For Free Now` or `LOGIN` in the top right corner to create an account.
|
||||
3. Click `Don't have an account yet?` at the bottom of the page.
|
||||
4. Fill in the email and password fields and click `Continue`
|
||||
5. You will be sent an email to verify your email address. Click the link in the email to verify your email address.
|
||||
6. You will then be taken to the Dashboard.
|
||||
7. Go to the [Subscription page](https://torbox.app/subscription?referral=9ca21adb-dbcb-4fb0-9195-412a5f3519bc) and choose a package.
|
||||
:::info
|
||||
You may get an alert saying `Do you want to use this referral code? If you already have a code, this will replace it.`
|
||||
This is because the above link has a referral code in it. You will get 7 days free if you accept my referal code.
|
||||
|
||||
You may also enter this referral code manually at the bottom of the page:
|
||||
```
|
||||
9ca21adb-dbcb-4fb0-9195-412a5f3519bc
|
||||
```
|
||||
:::
|
||||
10. Now you can choose the plan you want. You can choose to pay a subscription or a one-time payment. A yearly subscription has the best value.
|
||||
:::note
|
||||
To access Usenet and the 30 day seeding time, you need to buy the highest tier package - the `Pro` package.
|
||||
:::
|
||||
11. Once you have decided on a package, click `Subscribe`
|
||||
12. Then, follow the steps at the payment page to complete your purchase.
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
## Usenet
|
||||
|
||||
I will now go through what Usenet is and why you may want to use it.
|
||||
|
||||
Usenet is completely optional, and for the average user, it is not needed and should not be considered. You may read the [Should I use Usenet?](#should-i-use-usenet) section to determine if you need it.
|
||||
|
||||
### What is Usenet?
|
||||
|
||||
Usenet is a form of decentralised internet communication that consists of various different "newsgroups".
|
||||
You can think of a newsgroup as a forum where people can post messages and files.
|
||||
For the purpose of Stremio, the files we are interested in are the binaries (NZB files) for video content that are posted to the newsgroups.
|
||||
|
||||
Each different newsgroup is dedicated to a specific topic. These newsgroups can have their own moderators and rules.
|
||||
This is very similar to subreddits on Reddit.
|
||||
|
||||
#### Providers
|
||||
|
||||
To access Usenet, you need a Usenet provider.
|
||||
A provider will host the servers that store the content from the newsgroups.
|
||||
This provider will give you access to their servers where you can download content from the newsgroups.
|
||||
Usenet providers will be paid services due to the real costs of hosting the servers and the bandwidth required to provide access to the content.
|
||||
|
||||
The content on different Usenet providers is theoretically the same as the content on all newsgroups is mirrored across all providers.
|
||||
However, due to issues like data corruption, takedowns, and different retention periods, some content may not be available on all providers.
|
||||
|
||||
For this guide, we will only be considering Easynews and Torbox as Usenet providers as they are the only ones that have addons for Stremio.
|
||||
However, generally, the factors to consider when choosing a Usenet provider:
|
||||
- Data Limits: Depending on your plan, you may have a fixed amount of data you can download per month. You will have to consider how much data you will be downloading and choose a plan accordingly.
|
||||
- Retention: This is the amount of time that the provider will store the content for. The longer the retention, the better.
|
||||
- Connections: This is the number of connections you can have to the server at the same time. The more connections you have, the more devices you can use the service on at the same time, as well as the number of files you can download at the same time.
|
||||
|
||||
#### Indexers
|
||||
|
||||
Usenet has a lot of content, and to search for this content, most providers will have some sort of search engine that you can use.
|
||||
However, you may not be satisfied with the search engine provided by your Usenet provider. There may be content on the newsgroups that you cannot find through their search engine.
|
||||
|
||||
This is where indexers come in. Indexers are websites that index the content on the newsgroups and allow you to search for content.
|
||||
As independent, dedicated services to search for content, they are usually better than the search engine on your Usenet provider.
|
||||
|
||||
You can use multiple indexers at the same time to increase the chances of finding the content you want.
|
||||
Different indexers may specialise in different types of content.
|
||||
|
||||
### Should I use Usenet?
|
||||
|
||||
The main reason to use Usenet is to access more niche content as well as getting files of larger sizes (and thus higher quality, usually) than what is available through torrents.
|
||||
|
||||
Just like with debrid services:
|
||||
|
||||
- Usenet providers offer extremely fast download speeds, which mean that only your internet speed will limit the quality of the content you can watch.
|
||||
- The content is aquired through HTTP with SSL encryption, so you are not at risk of receiving a notice from your ISP.
|
||||
- Usenet can be used for more than just Stremio. You can download any type of file, it doesn't have to be video files. If it is on Usenet, you can download it.
|
||||
|
||||
Most people will not need to use Usenet. Torrents are usually sufficient.
|
||||
Even if you may need to use Usenet, you will most likely use it as a backup to your debrid service.
|
||||
|
||||
However, in some cases, where torrents are not sufficient - such as for German content - Usenet may be the only way to access the content you want.
|
||||
|
||||
If you are currently satisfied with your debrid service, then I do not recommend using Usenet.
|
||||
However, it can act as a backup to your debrid service if you want to be prepared for any situation.
|
||||
|
||||
### How do I use Usenet with Stremio?
|
||||
|
||||
There are only two ways to access Usenet content through Stremio.
|
||||
|
||||
One way is through Easynews.
|
||||
Easynews is a Usenet provider and there are two addons for Stremio that allow you to access their content.
|
||||
|
||||
The other way is through Torbox.
|
||||
Torbox is a debrid service that offers access to Usenet content.
|
||||
Their Usenet service is only available on their highest tier package - the `Pro` package.
|
||||
They have undisclosed providers and indexers that they use to provide access to Usenet content.
|
||||
Torbox have their own Stremio addon that allows you to access their Usenet content, alongside torrents.
|
||||
|
||||
I will now go through the setup for each of these services.
|
||||
|
||||
<Tabs className="custom-tabs" queryString="usenet">
|
||||
|
||||
<TabItem value="easynews" label="Easynews">
|
||||

|
||||
|
||||
1. Head to [Easynews's signup page](https://signup.easynews.com/checkout/)
|
||||
:::tip
|
||||
Use one of the following deals to get a discount on your subscription:
|
||||
- [Win Back Deal](https://signup.easynews.com/checkout/winback-deal-ae/)
|
||||
- [Promo for you (e)](https://signup.easynews.com/checkout/promo-for-you-e/)
|
||||
- [Promo for you (1)](https://signup.easynews.com/checkout/promo-for-you-1/)
|
||||
- [Deal For You](https://signup.easynews.com/checkout/deal-for-you-e1/)
|
||||
- [Unlimited Special Deal](https://signup.easynews.com/checkout/unlimited-special-deal/)
|
||||
- [Exclusive Usenet Special](https://signup.easynews.com/checkout/exclusive-usenet-special/)
|
||||
- [Exclusive Unlimited Usenet Deal](https://signup.easynews.com/checkout/exclusive-unlimited-usenet-deal/)
|
||||
:::
|
||||
2. Choose a package, fill in your details and subscribe.
|
||||
3. Complete the payment and signup process.
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="torbox" label="Torbox">
|
||||
|
||||

|
||||
|
||||
To set up a Torbox account with Usenet support, follow these steps:
|
||||
|
||||
1. Go to [Torbox's website](https://torbox.app/)
|
||||
2. Click `Get Started For Free Now` or `LOGIN` in the top right corner to create an account.
|
||||
3. Click `Don't have an account yet?` at the bottom of the page.
|
||||
4. Fill in the email and password fields and click `Continue`
|
||||
5. You will be sent an email to verify your email address. Click the link in the email to verify your email address.
|
||||
6. You will then be taken to the Dashboard.
|
||||
7. Go to the [Subscription page](https://torbox.app/subscription?referral=9ca21adb-dbcb-4fb0-9195-412a5f3519bc).
|
||||
:::info
|
||||
You may get an alert saying `Do you want to use this referral code? If you already have a code, this will replace it.`
|
||||
This is because the above link has a referral code in it. You will get 7 days free if you accept my referal code.
|
||||
|
||||
You may also enter this referral code manually at the bottom of the page:
|
||||
```
|
||||
9ca21adb-dbcb-4fb0-9195-412a5f3519bc
|
||||
```
|
||||
:::
|
||||
10. To be able to access Usenet, you need to buy the highest tier package - the `Pro` package.
|
||||
11. Click `Subscribe` on the `Pro` package.
|
||||
12. Then, follow the steps at the payment page to complete your purchase.
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
These steps only cover the setup of services that provide access to Usenet content.
|
||||
To access the content, you will need to use the Stremio addons for Easynews and Torbox.
|
||||
I will now go through the setup of these addons. Look for the Easynews and Torbox addons.
|
||||
|
||||
## Setting up Addons
|
||||
|
||||
As I mentioned before, the intial setup should be done on a laptop/desktop or an android device. Once you have set up the addons, you can log in to Stremio on any device and your configuration will be synced to that device.
|
||||
|
||||
Before we install the addons, we need to go through some of the pre-installed addons.
|
||||
|
||||
:::info
|
||||
If you are attempting to install addons on your **iPhone** or using **Stremio Web** then you will need to use the [manual method of adding addons through a link](faq#how-do-i-install-an-addon-manually).
|
||||
:::
|
||||
|
||||
### Removing pre-installed addons
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
The first picture above shows that when you click on a movie, Stremio will display links to third party streaming services that provide the selected content.
|
||||
The addon that does this is called WatchHub.
|
||||
|
||||
The second picture shows catalogues from two different addons - YouTube and Public Domain Movies.
|
||||
The YouTube addon will show popular YouTube channels and allow you to view their latest videos.
|
||||
The Public Domain Movies addon will show movies that are now in the [Public Domain](https://en.wikipedia.org/wiki/Public_domain).
|
||||
Most of these movies are quite old and released in the 1900s.
|
||||
|
||||
These addons are not required so it is recommended that they be removed.
|
||||
If, however, you prefer to keep them, then you may do so.
|
||||
|
||||
To remove these addons, go to the addons page (the puzzle icon on the navigation menu on the left of the screen) and click Uninstall on the following addons.
|
||||
|
||||

|
||||
|
||||
### Stream Provider Addons
|
||||
|
||||
I will now go through some addons that provide content to Stremio.
|
||||
|
||||
These addons are the backbone to our on-demand streaming experience.
|
||||
They provide the video content that allows us to watch anything we want.
|
||||
|
||||
You can have a look at this [community hosted addon list](https://stremio-addons.netlify.app/) to view all the available addons.
|
||||
This list will have more addons listed than the ones shown in the Stremio app.
|
||||
|
||||
|
||||
Please refer to the key below to understand the different types of addons.
|
||||
|
||||
| Key | Addon Type | Explanation |
|
||||
| :---------------------: | :----------: | :--------------- |
|
||||
| :busts_in_silhouette: | Torrent | Torrent addons rely on a peer to peer network consisting of seeders - people who have the file and are uploading it, and peers - other people who are also downloading the torrent from seeders <br/><br/>The quality available through torrents is much higher as no centralised server is required to host the content or pay for bandwidth.|
|
||||
| :globe_with_meridians: | HTTP | HTTP addons provide direct links to content on a centralised server.<br/><br/>These are usually of lower quality due to hosting and bandwidth costs. |
|
||||
| :cloud: | Debrid | An addon that supports debrid services allow you to stream torrents through HTTPS without the need to torrent. <br/><br/>The quality of content is much higher due to it being based on torrents, a decentralised network, thus avoiding the bandwidth and hosting costs. The debrid service itself, however, is centralised. With the debrid service storing the files on their high speed server. This allows streaming without buffering and without exposing your IP. |
|
||||
| :newspaper: | Usenet | These are addons that show links from Usenet newsgroups. <br/><br/>You can usually find niche content or higher sized files on Usenet, and as it is a paid service, the speeds are also very high, only being limited by your own internet speeds. |
|
||||
|
||||
:::tip
|
||||
If an addon only has the :busts_in_silhouette: icon, then it is a torrent addon, and you cannot use it with a debrid service
|
||||
|
||||
If an addon only has the :cloud: icon, then it requires a debrid service.
|
||||
|
||||
An addon that has both the :busts_in_silhouette: and :cloud: icons is a torrent addon that supports debrid services. So you may use it without a debrid service.
|
||||
:::
|
||||
|
||||
If you are curious about which debrid services are supported by each addon, you can find a table [here](faq#which-debrid-services-are-supported-by-each-addon).
|
||||
|
||||
|
||||
#### General Addons
|
||||
|
||||
These addons provide general content such as movies, shows and anime.
|
||||
|
||||
It is not required for you to install all of these addons.
|
||||
For most users, only installing the Torrentio addon will be sufficient.
|
||||
|
||||
As Stremio addons are hosted on a server, an influx of users or other potential issues can cause the server to go down.
|
||||
Torrentio has a history of going down due to the large number of users.
|
||||
You may want to install a backup addon, such as Comet, in case Torrentio goes down.
|
||||
|
||||
In this guide, I will be providing public instances of addons.
|
||||
Some of these are hosted by ElfHosted, but they have put in place a rate limit to prevent abuse.
|
||||
However, you most likely will not hit this rate limit.
|
||||
|
||||
I recommend self-hosting your addons to completely remove reliance on third parties.
|
||||
While I don't cover how to self-host addons in this guide, most open-source addons have instructions on how to self-host them on their source code repository.
|
||||
My recommendation is to self-host [Comet](/stremio/addons/comet)
|
||||
|
||||
|
||||
|
||||
<StremioAddon name="Torrentio" debrid torrent />
|
||||
<StremioAddon name="Comet" debrid />
|
||||
<StremioAddon name="MediaFusion" http torrent debrid/>
|
||||
<StremioAddon name="Jackettio" debrid />
|
||||
<StremioAddon name="Orion Stremio Addon" torrent debrid/>
|
||||
<StremioAddon name="DMM Cast" debrid />
|
||||
<StremioAddon name="KnightCrawler" torrent debrid deprecated/>
|
||||
<StremioAddon name="Stremio-Jackett" torrent debrid deprecated />
|
||||
<StremioAddon name="Peerflix" torrent flag="Spain" />
|
||||
<StremioAddon name="CometFR" debrid flag="France"/>
|
||||
<StremioAddon name="Torbox" debrid usenet />
|
||||
<StremioAddon name="Easynews" usenet />
|
||||
<StremioAddon name="Easynews+" usenet />
|
||||
<StremioAddon name="Stremify" http/>
|
||||
<StremioAddon name="JaMovies" http/>
|
||||
<StremioAddon name="DramaCool" http debrid />
|
||||
<StremioAddon name="Stremio GDrive" http/>
|
||||
<StremioAddon name="MammaMia" http flag="Italy" />
|
||||
|
||||
#### Live TV & Sports
|
||||
|
||||
These addons can provide live TV channels, live sports and replays.
|
||||
|
||||
<StremioAddon name="USA TV" http />
|
||||
<StremioAddon name="Formulio" torrent />
|
||||
<StremioAddon name="Argentina TV" http flag="Argentina"/>
|
||||
|
||||
|
||||
- [Mediafusion](/stremio/addons/mediafusion) provides streams for live sports and replays. It also has a few live TV channels.
|
||||
The live streams are direct streams but the replays are torrents. You can find more information above, where I covered it previously.
|
||||
- The [MammaMia](/stremio/addons/mammamia) addon also provides live TV channels.
|
||||
- If you have an IPTV provider, you can use the [xtremio](https://xtremio.elfhosted.com/configure) addon to watch content from your IPTV provider.
|
||||
|
||||
|
||||
----
|
||||
|
||||
The basic setup for Stremio has now been completed. You can now search for a movie and you will be provided with high quality links to stream from.
|
||||
|
||||
However, your home page will be quite empty.
|
||||
The next section will go through how to populate your home page with popular movies and shows.
|
||||
You will also not have any subtitles, so I highly recommend that you continue to read this guide to the end to get the full experience.
|
||||
|
||||
It is also possible to populate your homepage with customised lists such as recommendations or a list that dynamically updates according to strict filters that you can customise.
|
||||
I will go through this in the [Using Trakt](extras/trakt) section of this guide.
|
||||
I highly recommend that you read this section as it will provide you with a more personalised experience.
|
||||
|
||||
|
||||
### Catalogue Addons
|
||||
|
||||
These are the addons that provide the different catalogues (the rows of movies/shows) on your Stremio homepage.
|
||||
|
||||
There is one built-in addon called cinemeta which provides Popular and Featured Movies and Series.
|
||||
However, there may be some shows that provide more results with the TMDB addon, so I highly recommend that you install the TMDB addon.
|
||||
|
||||
:::tip
|
||||
It is possible to see ratings on the posters of the movies and shows.
|
||||
|
||||
Please see [this question in the FAQ](faq#is-it-possible-to-see-the-ratings-of-movies-and-shows-on-the-posters).
|
||||
:::
|
||||
|
||||
:::warning
|
||||
The order in which you install the addons is important. Stremio will display the catalogues in the order that you install the addons.
|
||||
There is currently no way to rearrange the order of the catalogues within Stremio.
|
||||
However, you can use this unofficial [Stremio Addon Manager](extras/addon-manager) to change the order of the addons which would change the order that the catalogues are displayed in Stremio.
|
||||
:::
|
||||
|
||||
#### General Catalogues
|
||||
|
||||
These addons provide general catalogues of movies and shows such as popular, trending, new, featured, award-winning etc.
|
||||
|
||||
<StremioAddon name="TMDB Addon" />
|
||||
<StremioAddon name="IMDB Catalogs" />
|
||||
<StremioAddon name="Custom Catalogues" />
|
||||
<StremioAddon name="Newest Movies" />
|
||||
|
||||
#### Streaming Service Catalogues
|
||||
|
||||
These addons will provide catalogues that pull movies and shows from popular streaming services (e.g. Netflix, Prime, Hulu, Disney+ etc.).
|
||||
|
||||
I recommend only installing one of them. If you install multiple, you may see the same content multiple times on your homepage.
|
||||
You can try both to see which you prefer but I recommend Streaming Catalogs.
|
||||
|
||||
<StremioAddon name="Streaming Catalogs" />
|
||||
<StremioAddon name="CyberFlix" />
|
||||
<StremioAddon name="Networks" />
|
||||
|
||||
#### Anime Catalogues
|
||||
|
||||
I will now go through some Anime catalogue addons. A reminder that these addons are only catalogue addons and do not provide any links themselves.
|
||||
However, Torrentio with the NyaaSi and AniDex providers enabled should provide you the necessary links.
|
||||
|
||||
The Stremify addon also provides streams from Gogoanime if you are looking for http streams.
|
||||
|
||||
Scroll up to the [Stream Provider Addons section](#stream-provider-addons) to see how to configure Torrentio and Stremify.
|
||||
|
||||
:::note
|
||||
If you are planning to only watch on an android device, you may want to look into [Aniyomi](/aniyomi) instead.
|
||||
|
||||
My personal opinion is that Stremio is severely lacking for anime.
|
||||
|
||||
Aniyomi provides a much better player, better and more tracking integrations, and a better library to keep track of your anime.
|
||||
You can combine your debrid subscription with Aniyomi through the Torrentio extension on Aniyomi to keep the high quality streams.
|
||||
An added bonus is that it will auto-play the first link it finds, so you don't have to manually select a link.
|
||||
|
||||
You can find my guide for Aniyomi [here](/aniyomi).
|
||||
:::
|
||||
|
||||
<StremioAddon name="Anime Kitsu" />
|
||||
<StremioAddon name="Anime Catalogs" />
|
||||
<StremioAddon name="Animeo" />
|
||||
<StremioAddon name="MAL Stremio Addon" />
|
||||
|
||||
|
||||
#### Other Catalogues
|
||||
|
||||
<StremioAddon name="Popular People" />
|
||||
|
||||
### Subtitle Addons
|
||||
|
||||
Here are a list of working subtitle addons. This list may become outdated, please check the [community addons list with the subtitle filter](https://stremio-addons.netlify.app/?label=subtitles) if none of these work.
|
||||
|
||||
<StremioAddon name="OpenSubtitles v3" />
|
||||
<StremioAddon name="OpenSubtitles Pro" />
|
||||
<StremioAddon name="SubDL Subtitles" />
|
||||
<StremioAddon name="SubSource Subtitles" />
|
||||
<StremioAddon name="yifysubtitles by dexter21767" />
|
||||
<StremioAddon name="MSubtitles" />
|
||||
<StremioAddon name="LegendasDivx" />
|
||||
|
||||
## End of inital setup
|
||||
|
||||
Done!
|
||||
You have now setup Stremio and have one of the best on demand streaming experiences available.
|
||||
|
||||
I highly recommend checking out the [Extras](extras) section for more information on how to get the most out of Stremio.
|
||||
This includes using tracking services such as Trakt to get personalised recommendations and customised lists.
|
||||
|
||||
You can also check the [FAQ](faq) for any questions you may have or the [Troubleshooting](troubleshooting) page if you encounter any issues.
|
||||
|
||||
<KoFiWidgetWrapper widgetType="button"/>
|
||||
@@ -1,196 +0,0 @@
|
||||
---
|
||||
title: Technical Details | Stremio
|
||||
description: Technical details of Stremio, debrid services and addons.
|
||||
keywords:
|
||||
[
|
||||
stremio,
|
||||
streaming,
|
||||
on-demand,
|
||||
video player,
|
||||
4k,
|
||||
debrid,
|
||||
torrenting,
|
||||
streaming service,
|
||||
addons,
|
||||
media player,
|
||||
streamer,
|
||||
streaming service,
|
||||
movies,
|
||||
tv shows,
|
||||
streaming service,
|
||||
streaming app,
|
||||
streaming device,
|
||||
streaming platform,
|
||||
movie website,
|
||||
free movie,
|
||||
stremio guide,
|
||||
]
|
||||
sidebar_label: Technical Details
|
||||
toc_max_heading_level: 5
|
||||
---
|
||||
|
||||
# Technical Details
|
||||
|
||||
## Stremio
|
||||
|
||||
Stremio is only a media player. It can also stream torrents.
|
||||
While streaming torrents, it will also upload back to the swarm.
|
||||
|
||||
The way you are able to obtain the sources to stream from is through addons.
|
||||
|
||||
### Addons
|
||||
|
||||
As mentioned before, Stremio itself provides no content and is simply a media player.
|
||||
This is to avoid legal issues.
|
||||
The way Stremio is able to become one of the best on-demand video players is through the addon system.
|
||||
|
||||
Stremio's "addons" aren't locally installed code that alter the way Stremio works, but simple web services that provide information on request.
|
||||
The type of information is defined by Stremio's addon framework.
|
||||
This makes them simple and safe, but limits what they're capable of doing.
|
||||
|
||||
Stremio provides an [addon SDK](https://github.com/Stremio/stremio-addon-sdk) that can be used by the community to create addons.
|
||||
An addon can provide one of the following to Stremio:
|
||||
|
||||
- Video sources: This is the actual content
|
||||
- Catalogues: These addons are what will fill your home screen with content but they do not provide sources
|
||||
- Subtitles: These addons will use the metadata of what you're watching and provide subtitles for them
|
||||
- Metadata: These addons will provide the metadata (name, actors, genre, runtime etc. ) of content.
|
||||
|
||||
|
||||
There are many addons that provide streams. Each addon either provides HTTP streams or torrent streams.
|
||||
|
||||
#### HTTP Addons
|
||||
|
||||
HTTP addons will scrape for sources from a central server and provide these sources to Stremio.
|
||||
|
||||
Addons that use HTTP streams are safe to use and will not get you flagged by your ISP.
|
||||
These streams are stored on a central server. Due to this, they are usually of lower size (and thus quality) than torrents. This is because it reduces costs.
|
||||
Although they may have a lower quality, due to the lower file size, it requires less bandwidth to stream.
|
||||
This is useful for users with slower internet connections.
|
||||
|
||||
HTTP streams are reliant on the server that hosts the file.
|
||||
A benefit of this is that, if a stream is available, it will work. This is unlike torrents, where you need seeders for the torrent to work.
|
||||
However, this is also a downside. If the server goes down, the stream will not work.
|
||||
Furthermore, these servers can be overloaded with users, which can cause buffering.
|
||||
These free central servers usually rely on ads to generate revenue. Through Stremio, users will not see any ads.
|
||||
Therefore, the hoster may make small changes often to counter scrapers, which can cause the addon to break.
|
||||
|
||||
In summary, these are the advantages and disadvantages of HTTP addons:
|
||||
|
||||
Advantages:
|
||||
- No need for a VPN
|
||||
- No need to worry about seeders
|
||||
- Lower file size, which means less bandwidth is required to stream
|
||||
|
||||
Disadvantages:
|
||||
- Lower quality
|
||||
- Reliant on the server that hosts the file
|
||||
- These types of sources are often taken down
|
||||
- Server can be overloaded with users, causing buffering
|
||||
- Addons can break often due to the hoster making changes to counter
|
||||
|
||||
#### Torrent Addons
|
||||
|
||||
Torrent addons, will scrape torrents from available sources on the web and provide these torrents to Stremio to stream.
|
||||
|
||||
Torrents are based on a decentralised network and are not reliant on a single server to provide the content.
|
||||
As a result, torrents are usually of much higher quality than streams from HTTP addons.
|
||||
Other than generally having a higher quality, the range of qualities is much larger.
|
||||
There can be up to hundreds of, if not more, torrents available for a single movie or TV show episode, ranging from Blu-Ray REMUX to 480p quality, or even lower.
|
||||
|
||||
Torrents are also more reliable. The addon itself is less likely to break as there is no incentive to stop scrapers from accessing the torrent.
|
||||
Moreover, you won't have to rely on a single server to provide the content. You will be able to stream the torrent as long as there are enough seeders.
|
||||
|
||||
However, torrenting carries the risk of your IP being shown to the trackers on the torrent.
|
||||
This means that if that torrent is being monitored, DMCA notices can be sent to your ISP, who can then forward it to you.
|
||||
Continued torrenting can lead to your ISP throttling your internet speed or even terminating your internet connection.
|
||||
|
||||
:::note
|
||||
It is important to note that the legal risk of torrenting is dependent on your country and ISP.
|
||||
In most countries, torrenting won't be an issue.
|
||||
|
||||
Some countries that are known to be strict on torrenting is USA and Germany.
|
||||
:::
|
||||
|
||||
The speed of a torrent stream is heavily reliant on the number of seeders for that torrent.
|
||||
If a torrent has a small number of low speed seeders, you will encounter a lot of buffering.
|
||||
|
||||
In summary, these are the advantages and disadvantages of torrent addons:
|
||||
|
||||
Advantages:
|
||||
- Much higher quality and range of qualities
|
||||
- More reliable
|
||||
- Generally better subtitles
|
||||
- Faster availability of new content
|
||||
- Addons are less likely to break
|
||||
|
||||
Disadvantages:
|
||||
- Reliant on seeders
|
||||
- Unpopular/Old torrents may not have enough seeders to reliably stream.
|
||||
- Legal risk of torrenting
|
||||
|
||||
While a VPN can solve the legal risk, it can potentially slow down your speeds and you will still be reliant on the seeders for the torrent to stream.
|
||||
You also cannot bind your VPN to Stremio, which means that if your VPN disconnects, your IP could be visible.
|
||||
|
||||
A more effective and better solution to this is to use a debrid service.
|
||||
|
||||
#### Metadata Addons
|
||||
|
||||
Metadata addons provide metadata for content. This includes the name, actors, genre, runtime etc.
|
||||
These addons are used by Stremio to display information about the content you are watching.
|
||||
Each metadata provider will use separate title IDs for content. You can see the ID prefix when you open a title in [Stremio Web](https://web.stremio.com/) by looking at the URL in the address bar.
|
||||
|
||||
If you open a title in Stremio from the Cinemeta addon (For example, Silo), you will see that it makes use of tt ID's. These correspond to the IMDb ID's for the content.
|
||||
|
||||
If you now open a title from the TMDB addon, you will see that it has the tmdb prefix. These correspond to the TMDB ID's for the content.
|
||||
|
||||
Content from addons that use different prefixes will be considered as separate content by Stremio. If you choose a movie and start watching it from Cinemeta, if you later access it from TMDB, it will not show your previous progress, and it will also refetch addon stream results.
|
||||
|
||||
You may notice that you may not get accurate results for anime content sometimes.
|
||||
To combat this, the Anime Kitsu addon was created. This makes use of the Kitsu ID. Kitsu, as a database focused on anime content, is more accurate than other metadata providers.
|
||||
The Torrentio addon, maintained by the same developer as the Anime Kitsu addon, has support for Kitsu ID's.
|
||||
This means that you can use the Anime Kitsu addon for metadata and the Torrentio addon for streams to get better results for anime content.
|
||||
|
||||
## Debrid Services
|
||||
|
||||
Debrid services generate unrestricted, high-speed, HTTPS links to torrents or files on supported file hosters (such as Mega, 1fichier etc) by downloading the torrent or file to their servers first.
|
||||
Once a file is downloaded to their servers, it remains there for a certain amount of time (dependent on the debrid service) and is available for any user to download.
|
||||
If another user accesses the same file, it resets the timer for the file to be deleted from the debrid service's servers.
|
||||
|
||||
This is useful because it allows you to remove speed limitations and download restrictions imposed by file hosters.
|
||||
It also allows you to access torrents without exposing your IP address to the trackers on the torrent and risking a DMCA notice through your ISP.
|
||||
This means a VPN is not necessary when using a debrid service.
|
||||
|
||||
Once a torrent or file has been "cached", it removes the need for seeders as the file is already downloaded to the debrid service's servers.
|
||||
Most torrents are already cached and are constantly being downloaded.
|
||||
This effectively means that they will remain cached and you will not need to wait for the debrid service to download the torrent first.
|
||||
You can just instantly download or stream the file.
|
||||
|
||||
### Benefits over a VPN
|
||||
- Since debrid services are web-based, they can be accessed from any device with a web browser.
|
||||
You do not need to install anything to use a debrid service, just paste the link to the torrent or file and it will generate a download link for you.
|
||||
This makes it super convenient to use.
|
||||
|
||||
- You don't need to worry about configuring kill switches or binding VPNs, as no torrenting is done on your device.
|
||||
|
||||
- With a VPN, you are reliant on the seeders when downloading a torrent. However, due to the fact that most torrents on a debrid service are already cached, you do not need to rely on the number or speed of seeders for a torrent to stream or download quickly.
|
||||
You will be able to download or stream the file at the maximum speed of your internet connection.
|
||||
:::note
|
||||
In cases where a torrent is not cached, you will still need to rely on the seeders for the torrent to download with a debrid service.
|
||||
:::
|
||||
|
||||
- Debrid services are usually cheaper than VPNs.
|
||||
|
||||
|
||||
## Integrating Debrid Services with Stremio
|
||||
|
||||
As mentioned before, Stremio has 2 types of addons that provide streams: HTTP and Torrent addons.
|
||||
|
||||
Debrid services can provide files from file hosters and torrents.
|
||||
|
||||
Torrent addons can be configured to run the torrents they scraped through a debrid service.
|
||||
It can check if the torrent is cached on the debrid service and if it is, it will provide the link to the file on the debrid service's servers.
|
||||
If it isn't, it can provide a link that sends a request to the debrid service to cache the torrent.
|
||||
|
||||
Addons that make use of debrid services' file hoster capabilites are essentially non-existent on Stremio.
|
||||
Only 1 addon ([DramaCool](/stremio/addons/dramacool)) exists and it only supports Real Debrid.
|
||||
@@ -1,133 +0,0 @@
|
||||
---
|
||||
title: Troubleshooting | Stremio
|
||||
sidebar_label: Troubleshooting
|
||||
description: Troubleshooting common issues with Stremio, debrid services and addons.
|
||||
keywords:
|
||||
[
|
||||
stremio,
|
||||
troubleshooting,
|
||||
help,
|
||||
faq,
|
||||
frequently asked questions,
|
||||
stremio guide,
|
||||
stremio help,
|
||||
stremio faq,
|
||||
stremio questions,
|
||||
stremio answers,
|
||||
stremio support,
|
||||
stremio troubleshooting,
|
||||
solve,
|
||||
fix,
|
||||
issues,
|
||||
problems,
|
||||
]
|
||||
---
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
## A movie/TV show I wanted to watch said “No streams were found”
|
||||
|
||||
**Misconfiguration of Torrentio or other addons**:
|
||||
|
||||
- Ensure that you followed the guide correctly and that your configuration of Torrentio isn't causing an issue (Configure your Torrentio settings exactly as I have done in the guide to confirm this).
|
||||
|
||||
**Your ISP is blocking Torrentio or other addons**:
|
||||
|
||||
- You can try using a VPN or [changing your DNS resolution](https://blog.stremio.com/change-dns-resolution/)
|
||||
|
||||
**The movie or TV show is not available digitally:**
|
||||
|
||||
- Ensure that there is a digital version of the movie or TV show you are trying to watch.
|
||||
If the movie or TV show you are trying to watch is still in cinemas, you will not see streams as a digital release has not come out yet.
|
||||
You may see CAM or Screener (a recording of the movie being played in cinema) if you have not excluded those qualities.
|
||||
|
||||
**The movie or TV show is too niche and a torrent for it exists but is not cached:**
|
||||
|
||||
- Try using [Debrid Media Manager](extras/debrid-media-manager) to find the movie or TV show.
|
||||
If you can find it through here, you should be able to watch it through debrid media manager.
|
||||
|
||||
If you want to watch it on Stremio, use the Debrid Search addon (linked above) to achieve this.
|
||||
|
||||
## Content keeps stuttering/buffering
|
||||
|
||||
**Slow internet connection:**
|
||||
|
||||
- Check your internet speed at [SamKnows](https://samknows.com/realspeed/).
|
||||
If your internet speed is slow, then you will experience buffering.
|
||||
|
||||
- If you believe your internet speed is fast and are using a debrid service, then it could be that the connection to the debrid service is the issue.
|
||||
Perform the speedtest on your debrid service's website to see if it is your connection to the debrid service that is the issue.
|
||||
You can find the speed tests for most debrid services [here](faq#where-can-i-find-the-speed-tests-for-debrid-services)
|
||||
|
||||
**Stremio settings**
|
||||
|
||||
- Try enabling/disabling the hardware-accelerated decoding option in the advanced player settings.
|
||||
- If you don't use a debrid service, try increasing the cache size and changing the torrent profile to Ultra Fast.
|
||||
|
||||
**Your device is not powerful enough to handle the stream:**
|
||||
|
||||
- If your device is not powerful enough, it will be unable to play larger sized streams. Try choosing a lower quality stream or buying a more powerful device.
|
||||
|
||||
## Red screen when clicking on a debrid stream
|
||||
|
||||
**Expired subscription:**
|
||||
|
||||
- Check that your your debrid subscription hasn't expired.
|
||||
If it has expired, you will need to reconfigure your addons with the new API token as it refreshes when you renew your subscription after it expires.
|
||||
|
||||
**Debrid service is down:**
|
||||
|
||||
- The debrid service may be experiencing issues, check the debrid service's website or their social media to see if they are having issues.
|
||||
|
||||
**Your debrid service expired and you renewed after this**:
|
||||
|
||||
- Some debrid services, such as RealDebrid, will regenerate your API token when you renew your subscription.
|
||||
You will have to reconfigure your addons with the new API token.
|
||||
|
||||
**Other:**
|
||||
|
||||
- Try refreshing the token and reconfigure your addons that use the debrid service.
|
||||
|
||||
## Can't find torrentio / Only see torrentio-sh / Only 4 providers / No streams for TV shows
|
||||
|
||||
The torrentio-sh addon is outdated and should not be used.
|
||||
|
||||
Install the normal Torrentio addon from [the configuration page](https://torrentio.strem.fun/).
|
||||
|
||||
If you want a more detailed explanation on what torrentio-sh is, see [this question in the FAQ](faq#what-is-the-difference-between-torrentio-and-torrentio-sh)
|
||||
|
||||
## When I click Install, nothing happens
|
||||
|
||||
This happens when the website fails to establish a connection to the app.
|
||||
This could happen if you don't have the Stremio application installed.
|
||||
This means that if you are using Stremio Web, it will also not work.
|
||||
|
||||
To fix this, you will have to [install the addon manually](faq#how-do-i-install-an-addon-manually)
|
||||
|
||||
## Content appears split
|
||||
|
||||

|
||||
|
||||
This is a known issue due to the Firestick 4K Max 2nd gen not supporting DV profile 7.
|
||||
You will have to choose a different link that does not have DV profile 7.
|
||||
|
||||
## Audio plays but only black screen
|
||||
|
||||
This indicates that your device can't handle that specific stream.
|
||||
Try choosing a different stream.
|
||||
|
||||
Note that firesticks currently have an issue with playing content that has both DV and HDR10+.
|
||||
|
||||
## An addon is not working
|
||||
|
||||
Check this [status page from ElfHosted](https://status.elfhosted.com/) or recent posts from [r/StremioAddons](https://reddit.com/r/StremioAddons/) to see if the addon is down.
|
||||
|
||||
If the addon is experiencing issues, then you will have to wait for the addon developer to fix it.
|
||||
|
||||
Otherwise, try reinstalling the addon.
|
||||
If the addon depends on a debrid service and the error you get is related to the debrid service, then refresh your API token and reconfigure the addon with the new token.
|
||||
|
||||
## Subtitles not appearing correctly
|
||||
|
||||
This could be because the subtitles are SSA subtitles. Stremio's default player, ExoPlayer, does not support these subtitles.
|
||||
You can use an external player such as Vimu Player to fix this.
|
||||
@@ -1,41 +0,0 @@
|
||||
stremio-addon:
|
||||
label: Stremio Addon
|
||||
stremio-addon:usenet-streams:
|
||||
label: Usenet Streams
|
||||
description: Addons that provide Usenet links for Stremio.
|
||||
|
||||
stremio-addon:debrid-streams:
|
||||
label: Debrid Streams
|
||||
description: Addons that provide Debrid stream links for Stremio.
|
||||
|
||||
stremio-addon:torrent-streams:
|
||||
label: Torrent Streams
|
||||
description: Addons that provide torrent links for Stremio.
|
||||
|
||||
stremio-addon:http-streams:
|
||||
label: HTTP Streams
|
||||
description: Addons that provide HTTP streams for Stremio.
|
||||
|
||||
stremio-addon:anime:
|
||||
label: Anime
|
||||
description: Addons that provide anime content for Stremio.
|
||||
|
||||
stremio-addon:live-tv:
|
||||
label: Live TV
|
||||
description: Addons that provide live TV streams for Stremio.
|
||||
|
||||
stremio-addon:sports:
|
||||
label: Sports
|
||||
description: Addons that provide sports content for Stremio.
|
||||
|
||||
stremio-addon:catalogues:
|
||||
label: Catalogues
|
||||
description: Addons that provide catalogues for Stremio.
|
||||
|
||||
stremio-addon:subtitles:
|
||||
label: Subtitles
|
||||
description: Addons that provide subtitles for Stremio.
|
||||
|
||||
stremio-addon:tracking:
|
||||
label: Tracking
|
||||
description: Addons that provide tracking of the content you watch with external services for Stremio.
|
||||
@@ -1,38 +0,0 @@
|
||||
{
|
||||
"link.title.Categories": {
|
||||
"message": "Categories",
|
||||
"description": "The title of the footer links column with title=Categories in the footer"
|
||||
},
|
||||
"link.title.Popular": {
|
||||
"message": "Popular",
|
||||
"description": "The title of the footer links column with title=Popular in the footer"
|
||||
},
|
||||
"link.title.More": {
|
||||
"message": "More",
|
||||
"description": "The title of the footer links column with title=More in the footer"
|
||||
},
|
||||
"link.item.label.Gaming": {
|
||||
"message": "Gaming",
|
||||
"description": "The label of footer link with label=Gaming linking to category/gaming"
|
||||
},
|
||||
"link.item.label.Streaming": {
|
||||
"message": "Streaming",
|
||||
"description": "The label of footer link with label=Streaming linking to category/streaming"
|
||||
},
|
||||
"link.item.label.Stremio": {
|
||||
"message": "Stremio",
|
||||
"description": "The label of footer link with label=Stremio linking to stremio"
|
||||
},
|
||||
"link.item.label.Plutonium": {
|
||||
"message": "Plutonium",
|
||||
"description": "The label of footer link with label=Plutonium linking to plutonium"
|
||||
},
|
||||
"link.item.label.GitHub": {
|
||||
"message": "GitHub",
|
||||
"description": "The label of footer link with label=GitHub linking to https://github.com/Viren070/guides"
|
||||
},
|
||||
"link.item.label.Ko-fi": {
|
||||
"message": "Ko-fi",
|
||||
"description": "The label of footer link with label=Ko-fi linking to https://ko-fi.com/viren070"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"title": {
|
||||
"message": "Viren070's Guides",
|
||||
"description": "The title in the navbar"
|
||||
},
|
||||
"logo.alt": {
|
||||
"message": "Guides Logo",
|
||||
"description": "The alt text of navbar logo"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user