Menu
The Stremio Blog
  • Stremio News
  • Tutorials
  • Movies
  • TV Series
  • Quizzes
  • Security
  • Download Stremio
The Stremio Blog

Stremio Addon Competition Update: Guides & Subtitles Addons

Posted on March 14, 2019February 3, 2020 by Stremio

With the 2019 Stremio Add-On competition, our team is busy improving our documentation, creating tutorials and guides and making it as easy as possible for anyone with basic coding skills to create an add-on for their favourite media. Here are a few updates.

Subtitles-related changes to the add-on system

We’ve made critical changes to the way subtitles work in Stremio. As a result, it’s now much easier and more practical to make subtitles add-ons:

  • Breaking change: we’ve made subtitles requests consistent with stream requests; namely, we’re using videoId as the ID now and videoHash is in extra; see the new documentation here. If you’re building a subtitles add-on, you need to change this right away! The updated Stremio will be rolled out on Monday (March 18, 2019).
  • We’ve resolved a bug that restricted Stremio to only requesting from one subtitles add-on.
  • We’ve made Stremio request subtitles from all subtitles add-ons, and for all types, including channels.

Guides

We’ve published updated guides on:

  • How to build an add-on using the SDK;
  • How to build an add-on using any programming language.

Enter the Stremio add-on contest

If you are a developer and have an idea for some great content you’d like to bring to Stremio, now is the best time to do it. You can win a share of a $5,000 prize pool! Learn more about the contest and enter:

Stremio Add-On Competition 2019

3 thoughts on “Stremio Addon Competition Update: Guides & Subtitles Addons”

  1. Anon says:
    March 17, 2019 at 3:27 am

    How difficult is to develop a simple search capability like such,
    top + action + 2019!…

    currently is it one option or the other, max 2, e.g. rate + action.

    Reply
  2. Almir says:
    May 4, 2019 at 6:38 pm

    Hi, can someone tell me how can I get subtitle group by language ?
    I can’t find this anywhere in documentation, I use new SDK with addon-bootstrap and write new addon for subtitle only.

    I try like in code below but not work, also try to use underscore and _.groupBy(arr, ‘lang’) and also not work.

    const subs = [
    {url: url1, lang: ‘lang1’},
    {url: url2, lang: ‘lang1’},
    {url: url3, lang: ‘lang2’},
    ];
    builder.defineSubtitlesHandler( ({ type, id }) => {
    return Promise.resolve({ subtitles: subs })
    })

    Is this SDK have some limitation/bug or I doing something wrong ?

    Reply
  3. keith alexander says:
    December 17, 2019 at 4:30 pm

    how do I turn off subtitles

    Reply

Leave a Reply to Anon Cancel reply

Your email address will not be published. Required fields are marked *

Search this blog:

Stremio for desktop
Stremio for Android
©2025 The Stremio Blog | WordPress Theme by Superb Themes