Stremio Addons

beta
AIOLists

AIOLists

Manage all your lists in one place.

Documentation

AIOLists

AIOLists is a stateless open source list management addon for Stremio. The project originated from this post, since then I have continued development and added features I would personally want in a list management addon.

✨ Features

  • Unified List Management: Import and manage lists from various sources in one place.
  • Unified Search: Choose between Cinemeta, Trakt, TMDB or all 3 aggregated search.
  • Metadata: Choose between Cinemeta or TMDB metadata, and pick between one of their extensive set of supported languages.
  • MDBList & Trakt URL Imports: Directly import lists by pasting URLs from MDBList.com and Trakt.tv no API key or connection needed.
  • Trakt Integration: Connect your Trakt account to access personal lists, watchlist, recommendations, trending, and popular content.
  • MDBList Integration: Enter your MDBList API Key and import all your personal lists and watchlists into one place.
  • External Lists from Addon: From letterboxd to anime lists import manifest.json from any external addon into AIOLists.
  • Sorting: If the sorting option exists it's there.
  • List Customization:
    • Change type: Instead of movies/series change it to whatever you want, even make it blank.
    • Reorder: Drag and drop to arrange lists as you like.
    • Rename: Give custom names to any list for better organization.
    • Merge/Split: If a list contains both movies and series you can merge it into a single Stremio row so it doesn't take up more space than it needs to.
  • Hide/Show from homeview: Hide lists from homeview, while still accessing them through the Discover tab.
  • Instant Watchlist Updates: Fetches watchlist content on load.
  • RPDB Support: Optional RatingPosterDB (RPDB) integration for enhanced poster images across all your lists (requires your own RPDB API key).
  • Configurable Genre Filtering: If you add too many list you might hit the 8kb manifest size limit. By disabling genre filtering the manifest size should half so you can have more lists.
  • Discovery Lists: Randomly selected MDBList from a set list of users, a new random list is delivered everytime you refresh the catalog.
  • Share Your Setup: Generate a shareable hash of your AIOLists configuration (list order, names, imported addons) to share with others.

🤔 More Planned Features in Order

  • Speed up the loading time of lists in Stremio
  • Merged and Anime Search
  • Support for TV lists from external addons
  • Randomize option for lists without sort options
  • Better TMDB list support
  • Maybe features:
    • Switching Profiles
    • Native Trakt persistance

💾 Trakt Persistance

Due to the stateless nature of this addon Trakt keys can't automatically update when they expire. I added an option to make Trakt persistant through Upstash. You can create a free account on there. Here's a short guide:

  1. Create an account, using a temp-mail works fine.
  2. After logging in you will be prompted to Create a database press Create Database.
  3. Input a Name and the region closest to you.
  4. Next -> Next -> Create
  5. Scroll down to copy the HTTPS ENDPOINT and put it as your Upstash URL and copy the Token and use it as them into AIOLists.

Your Trakt tokens are now stored in the redis db and will automatically refresh when they expire.

❤️ Support

If you find this project useful, the best way to support me is to star the repo on GitHub!

Usage

Easiest way to use this addon is through the Elfhosted public instance. Because this addon is stateless by nature it is fairly easy to set up your own instance.

Deployment

The easiest way to host this project for free is through hugging face.

Steps:

  1. Create a huggingface account. https://huggingface.co/
  2. Go to https://huggingface.co/new-space?sdk=docker
  3. Fill in the Space name and Create Space
  4. Scroll down to "Create your Dockerfile" and press "create the Dockerfile" at the bottom of the section.
  5. Paste in
    FROM ghcr.io/sebastianmorel/aiolists:latest
    ENV PORT=7860
    
  6. Press "Commit new file to main"
  7. Go to settings and add your TMDB_REDIRECT_URI (username-projectname.hf.space) and TMDB_BEARER_TOKEN in secrets
  8. Wait for it to finish building and you should have your own instance.

Environment Variables

Although there's a somewhate no longer maintained way to enter your TMDB token directly into AIOlists, it is recommended to put them in as your environment variables, if you plan to selfhost. Create a .env file in the root directory or add secrets where you host it with the following variables:

# TMDB Configuration  
TMDB_REDIRECT_URI=your_tmdb_redirect_uri_here
TMDB_BEARER_TOKEN=your_tmdb_bearer_token_here

Configuration Details

  • TMDB_REDIRECT_URI: Redirect URI for TMDB OAuth. When set, you will be redirected after authentication.
  • TMDB_BEARER_TOKEN: Your TMDB Read Access Token. When set, the bearer token field is hidden in the UI and this token is used automatically.

Automatic Redirect Behavior

When both TMDB_BEARER_TOKEN and redirect URIs are configured, the "Connect to TMDB" button will redirect users directly to the authentication pages instead of showing manual steps.

Deploying on Railway, Render, Fly.io, etc.

Most modern PaaS providers that support Docker can deploy AIOLists.

  • Railway: Connect your GitHub repository and let Railway build from the Dockerfile. Set the PORT environment variable if needed (Railway usually injects it).
  • Render: Create a new "Web Service", connect your repository, and choose Docker as the environment. Render will build and deploy from the Dockerfile. Set the PORT environment variable.
  • Fly.io: Use the flyctl CLI to launch a new app. It can often detect and use your Dockerfile.

Deploy with Docker

Steps:

  1. Clone your fork (or the original repository):

    git clone https://github.com/YOUR_USERNAME/AIOLists.git # Replace YOUR_USERNAME if you forked
    cd AIOLists
    
  2. Build the Docker image:

    docker build -t aiolists-addon .
    
  3. Run the container:

    docker run -d -p 7000:7000 -e NODE_ENV=production --restart unless-stopped aiolists-addon
    

    Your addon will be available at http://YOUR_SERVER_IP:7000. You can then access the configuration panel at http://YOUR_SERVER_IP:7000/configure.

Deploy on Your Own Node.js Server

You can also run the addon directly with Node.js if you prefer not to use Docker.

  1. Clone your fork:
    git clone https://github.com/YOUR_USERNAME/AIOLists.git
    cd AIOLists
    
  2. Install dependencies:
    npm install --production
    
  3. Start the server:
    npm run prod
    
    The server will start on port 7000 by default.

Additional Information

Submitted By

a

Version

1.2.7-1751587242131

Developed By

a

Language

Multilingual

Submitted On

Last Updated

Status

Checking

We value your privacy

This site uses cookies to improve your browsing experience and show personalized content.