Metadata-Version: 2.4
Name: bdix-stremio-addon
Version: 2.0.7
Summary: One combined Stremio stream addon for BDIX/FTP sources, with a web UI to choose which sources are included.
License: MIT License
        
        Copyright (c) 2026 serra666
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Keywords: stremio,stremio-addon,addon,streams,bdix
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# bdix-stremio-addon

A Stremio addon for BDIX stream sites, with a web UI to choose which sources
are included. Python 3.8+, standard library only.

## Supported sites

1. **Dflix(Dot)**
2. **CircleFTP**
3. **CTGMovies**
4. **Nagordola**

## Install

Run it without installing anything:

```bash
uvx bdix-stremio-addon           # or: pipx run bdix-stremio-addon
```

Or install it:

```bash
pipx install bdix-stremio-addon     # then run:  bdix
pip install bdix-stremio-addon      # then run:  python -m bdix
```

Then open <http://127.0.0.1:7000/>, pick your sources, and install the addon
into Stremio from that page.

## Use it from a TV or phone

The addon listens on `127.0.0.1`, which only reaches Stremio running on the
same machine. To use it elsewhere, expose the port with a tunnel:

```bash
ngrok http 7000
# or
cloudflared tunnel --url http://127.0.0.1:7000
```

Either one prints a public `https://…` address. Add `/manifest.json` to that
address and install it in Stremio → Addons → **Install from URL**.
