VLC extension to download subtitles from opensubtitles.org
Author: Guillaume Le Maout
Contact: http://addons.videolan.org/messages/?action=newmessage&username=exebetche
Bug report: http://addons.videolan.org/content/show.php/?content=148752
Save the file "vlsub.lua" in vlc /lua/extensions directory of your OS:
- Windows (all users): %ProgramFiles%\VideoLAN\VLC\lua\extensions\
- Windows (current user): %APPDATA%\vlc\lua\extensions\
- Linux (all users): /usr/lib/vlc/lua/extensions/
- Linux (current user): ~/.local/share/vlc/lua/extensions/
- Mac OS X (all users): /Applications/VLC.app/Contents/MacOS/share/lua/extensions/
- Mac OS X (current user): /Users/%your_name%/Library/Application Support/org.videolan.vlc/lua/extensions/
Alternatively if you are using Windows 7 you can use the installer availbale here:
http://addons.videolan.org/content/download.php?content=148752&id=2&tan=28601353
- Start Vlc
- Start your video
- Click on the menu View > VLSub or VLC > Extension > VLSub if you're on Mac OS X
- Click on "Search by hash" or "Search by name"
- Select a subtitles file on the list
- Click on "Download selection"
- That's it, the subtitles should appear on your video.
- If you're not happy with your subtitles (wrong sync etc), you can select an other one and click "Download" again, that will erase the previous one and load it autoamtically.
Due to some bugs on Windows, if the path to your video contain non-english characters, the extension will not be able to save subtitles in this directory autmatically (it will propose you to save it manually) and the "search by hash" method might be slower.
-> If possible, use a diretcory with english (ASCII) characters only to store your videos (on Windows only).
Add a method to search subtitles for videos file inside an archive and for video with specials characters in its name or path on Windows.
Add an installer for Windows 7
Bug fix: display download behaviour display on xp
Bug fix: Add error message if github CA certificate is not present when downloading translations
Bug fix: closing dialog on config menu on OS X
Add interface localization option
Simplified interface
Bug fix with subrip format (".sub") subtitles
Add a success message when subtitles are loaded
Display a download link to subtitles if direct download fail
[Benoit Vallee] Fixed subtitle downloading when special characters are present on the video path
[Benoit Vallee] Fixed zip file deletion after subtitle has been extracted
[thePanz] Added subtitle language in listing
[thePanz] Added subtitle language in downloaded file (avoid filename collisions during download)
Use definitive user agent for opensubtitle API
Fix a bug when video file path contains accents/special characters on linux (same bug on windows not corrected yet)