Git Product home page Git Product logo

Comments (3)

Ivshti avatar Ivshti commented on June 7, 2024

can you paste a more full code snippet? how is addon defined?

also try installing stremio-addon-sdk from github, as the latest version may have not been published

finally, I think you might be looking to do publishToCentral, if you want it to appear in the addon catalog

from stremio-addon-sdk.

LordVenom avatar LordVenom commented on June 7, 2024
const addon = new addonSDK({
    id: 'org.estream',
    version: '0.0.1',

    name: 'estream',
    description : 'French stream movie and series',
    icon: `https://logopond.com/logos/a8fc258d634eec86835b5d2034a8f432.png`,

    // Properties that determine when Stremio picks this add-on
    // this means your add-on will be used for streams of the type movie
    resources: ['catalog', 'meta', 'stream'],
    "catalogs": [
        {
            type: 'movie',
            id: 'estream_movie',
            name: 'eStream Films',
            extraSupported: ['search', 'genre']
        }],
    types: ["movie", "series"],
    idPrefixes: ['ttez']
})
addon.runHTTPWithOptions({ port: process.env.PORT || 7000 })
//page d'accueil
addon.publishToWeb('https://estream.herokuapp.com/manifest.json')
//partage l'addon
addon.publishToCentral('https://estream.herokuapp.com/manifest.json')

the addon works and it's publish "estream". Just publishToWeb no run

package.json

 "dependencies": {
    "opn": "^5.4.0",
    "stremio-addon-sdk": "^0.6.4",
    "universal-analytics": "^0.4.20"
  },

from stremio-addon-sdk.

Ivshti avatar Ivshti commented on June 7, 2024

@jaruba can you take a look?

from stremio-addon-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.