Hello everyone!
I'd like to present VLSub OpenSubtitles.com, a VLC extension that automatically downloads subtitles from OpenSubtitles.com directly within VLC Media Player.
What it does:
- Automatic subtitle search while watching movies/TV shows
- Multiple search methods: Hash-based (exact matches) and name-based (flexible search)
- Multi-language support - select up to 3 preferred languages
- One-click download - double-click any subtitle to download and load
- Auto-update functionality - keeps the extension current
- Cross-platform - works on Windows, macOS, and Linux
Windows:
1. Press Windows + R → type powershell → Enter
2. Paste and run:
Code: Select all
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser; iwr -useb https://raw.githubusercontent.com/opensubtitles/vlsub-opensubtitles-com/main/scripts/install.ps1 | iex
Code: Select all
curl -sSL https://raw.githubusercontent.com/opensubtitles/vlsub-opensubtitles-com/main/scripts/install.sh | bash
- VLC Media Player 3.0+
- Free OpenSubtitles.com account (register here)
- Internet connection
- Website: https://opensubtitles.github.io/vlsub-opensubtitles-com/
- GitHub: https://github.com/opensubtitles/vlsub-opensubtitles-com
- Latest Release: Download here
This extension is not extensively tested yet and is considered in active development. I'm looking for users to help test it across different systems and configurations.
Feedback Welcome:
Please report any issues, bugs, or suggestions:
- On this forum thread (I'll monitor regularly)
- GitHub Issues: https://github.com/opensubtitles/vlsub-opensubtitles-com/issues
- Installation issues on different operating systems
- Compatibility with various VLC versions
- Subtitle search accuracy and performance
- UI/UX feedback
- Feature requests
- Install the extension and restart VLC
- Go to View → VLSub OpenSubtitles.com
- Enter your OpenSubtitles.com credentials
- Open any video file
- The extension automatically searches for matching subtitles
- Double-click any result to download and load instantly
Recent Updates:
- Modern API integration
- Improved search algorithms
- Cross-platform installation scripts
- Auto-update functionality
- Enhanced error handling
Try it out and let me know how it works for you! Your feedback will help make this extension better for everyone.
Thanks for testing!