scmtm/dflxbd
0
DhakaFlix Stremio Addon
A Stremio addon that provides access to DhakaFlix (BDIX) content including series, anime, and movies.
Prerequisites
Before you begin, ensure you have the following installed on your system:
- Node.js - Download here
- npm (comes with Node.js)
- Git - Download here
Installation & Setup
1. Clone the Repository
git clone https://github.com/Niloy-Sarker/dhakaflix-stremio-addon.git
cd dhakaflix-stremio-addon2. Install Dependencies
npm install3. Run the Addon
node index.jsThe addon will start on port 7001 by default. You'll see output similar to:
===================================================
- Install URL in Stremio: http://localhost:7001/manifest.json
===================================================4. Install in Stremio
- Copy the install URL from the terminal output
- Open Stremio
- Go to Settings → Addons
- Click Add Addon and paste the URL:
http://localhost:7001/manifest.json - Click Install
Project Structure
├── addon.json # Addon manifest configuration
├── index.js # Main entry point
├── server.js # Addon server implementation
├── package.json # Node.js dependencies and scripts
└── README.md # This fileNote: This addon only works with ISP with DhakaFlix FTP access in Bangladesh.
