A simple yet powerful Stremio addon that helps you find discussions with one click. Whether you're watching a TV show episode or a movie, simply click the addon to open a Google search for relevant discussions.
- One-click access to discussions for both TV shows and movies
- Works with any TV series or movie on Stremio
- Automatically fetches correct titles and years from IMDB
- Specialized search queries for optimal results
- Fast and lightweight
- No configuration needed
- Open Stremio
- Click the puzzle piece icon (addons)
- Click 'Community Addons'
- Search for "Discussio"
- Click 'Install'
# Clone the repository
git clone https://github.com/yourusername/discussio.git
# Navigate to the directory
cd discussio
# Install dependencies
deno install
# Run the addon
deno run --allow-net main.ts
# Once running, add to Stremio:
# 1. Open Stremio
# 2. Go to the addons section
# 3. Add addon URL: http://127.0.0.1:11470/manifest.json
- Open any TV series in Stremio
- Select a season and episode you want to discuss
- Look for the "Streams" button (usually shows a number of available streams)
- Click the "Streams" button to see available streaming options
- In the streams list, you'll find "Search Episode Discussions"
- Click it to open Google search results for discussions about that episode
For example:
- Open "Breaking Bad"
- Go to Season 1, Episode 1
- Click the "Streams" button
- Find "Search Episode Discussions" in the list
- Click to find discussions about Breaking Bad S01E01
- Open any movie in Stremio
- Click the "Streams" button
- Find "Search Movie Discussions" in the list
- Click to find discussions about the movie
The search will automatically include:
- The movie's release year (when available)
- Results from popular discussion platforms like Reddit and Letterboxd
- Relevant movie discussion forums
If you've installed the addon but can't find it:
- Make sure you're looking at either a TV series episode or a movie
- For TV shows, make sure you're in a specific episode
- Click the "Streams" button (the same place where you'd find streaming sources)
- Scroll through the list of streams - "Search Episode Discussions" or "Search Movie Discussions" should be there
- If it's not showing up, try:
- Checking if the addon is properly installed in your addons list
- Restarting Stremio
- Try searching manually with the same title
- Built with Deno and TypeScript
- Uses Stremio Addon SDK
- Implements caching for better performance
- Runs on port 11470 by default
- Intelligent search query construction for different content types
No configuration is needed! The addon works out of the box.
Contributions are welcome! Please feel free to submit a Pull Request.
If you have any questions or suggestions, please open an issue on GitHub.
Made with ❤️ for the Stremio community.