
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
A modern CLI tool and web server to browse and play videos from any folder structure with an elegant UI
A lightweight web-based video player for your local video collection
dtplay transforms any folder containing videos into a beautiful web-based media center. Simply point it at your video directory, and it creates a local web server with a clean interface to browse, search, and play your videos from any device on your network.
Perfect for organizing personal video collections, home media servers, or sharing videos across devices without cloud storage.
npm install -g dtplay
Navigate to any folder containing videos and run:
dtplay /path/to/your/videos
Or use current directory:
dtplay .
Custom Port: Use the -p flag to specify a different port:
dtplay /path/to/your/videos -p 3000
Then open your browser to http://localhost:8454 (or your custom port)
Clone the repository:
git clone https://github.com/dubey-prashant/dtplay.git
cd dtplay
npm install
Build CSS:
npm run build-css
Start the server:
npm start /path/to/videos
dtplay/
├── index.js # Main CLI entry point
├── views/
│ └── index.ejs # Web UI template
├── public/
│ ├── index.css # Compiled styles
│ └── alpine.js # Frontend framework
└── package.json
dtplay works out of the box with no configuration needed. Simply point it to any folder containing videos.
-p <port>: Set custom port (default: 8454)Examples:
dtplay /path/to/videos # Default port 8454
dtplay /path/to/videos -p 3000 # Custom port 3000
dtplay . -p 8080 # Current directory, port 8080
MIT © Prashant Dubey
Contributions are welcome! Please feel free to submit a Pull Request.
Found a bug or have a feature request? Please open an issue on GitHub.
Give a ⭐️ if this project helped you!
FAQs
A modern CLI tool and web server to browse and play videos from any folder structure with an elegant UI
The npm package dtplay receives a total of 4 weekly downloads. As such, dtplay popularity was classified as not popular.
We found that dtplay demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.