-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    LinuxDaily.com    Linux42.org    OpenSkillz.com   
 
Apps
News
Knowledge
Events
People
Jobs
Register
Login

Sponsoring


-
- Content .- Fans (18) .- Knowledge Base  . 

VLSub 0.9.4

  

VLC Extension

Score 71%
VLSub 0.9.4
zoom


VLSub 0.9.4
zoom


Downloads:  273242
Submitted:  Feb 7 2012
Updated:  May 13 2013

Description:

Search and download subtitles from opensubtitles.org using the hash of the video currently playing or its title.
INSTALLATION:
- click on the download button below
- save the file and extract "vlsub.lua"
- put the file "vlsub.lua" in vlc /lua/extensions:
* 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/


Note:
- if the directory mentioned above for your os doesn't exist, you'll have tou create it

Github repo:
https://github.com/exebetche/vlsub




Changelog:

2013-04-25 (version 0.9)
Add language automatic detection from os environment
Simplified interface
Bug fix with microDVD (".sub") subtitles
Add a success message when subtitles are loaded
Display a download link to subtitles if direct download fail
Integrated usage instructions
Add a configuration panel to set default language and other options

2012-12-18 (version 0.8)
[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

2012-10-17 (version 0.7)
[thePanz] Added subtitle language in listing
[thePanz] Added subtitle language in downloaded file (avoid filename collisions during download)




LicenseGPL
(vlsub.lua)
Donate
Send to a friend
Subscribe
Other  Apps  from exebetche
Report inappropriate content

goto page: prev   1  2  3  4  5  6  7  8  9 

-

 Default language

 
 by cipricus on: May 17 2013
 
Score 50%

Great tool. This new version finds even more subtitles (some, which were not found by the older version were found by "Subtitle Finder" addon, but now this sums it all up to the best level)

What about having 'All' instead of 'English' as default search language?


Reply to this

-

 Re: Default language

 
 by cipricus on: May 17 2013
 
Score 50%

In fact this is provided - the file specifies that

[-- You can set here your default language by replacing nil with your language code (see below)
-- Example:
--~ language = "fre",
--~ language = "ger",
--~ language = "eng",
--~ ...]

So,

[local options = {
language = "all",]


Reply to this

-

 Re: Re: Default language

 
 by exebetche on: 2 days ago
 
Score 50%

The default language is "All" but I recently add a language detection (it's supposed to get the language of your OS). That's why you have "English" instead. But you can also set the default language with the "Config" menu, unless you're on OS x. This menu is buggy with this OS, that will be fixed in the next release of Vlc.


Reply to this

-

 Cant download subs

 
 by vis on: 2 days ago
 
Score 50%

Hi. Thanx for this amazing addon.My problem is that i cant get it to work.(ubuntu 13.04)When Pessing Search by hash-->Download selection-->green bar filling,and it stops. Never saves or loads the subtitles.


Reply to this

-

 Re: Cant download subs

 
 by exebetche on: 2 days ago
 
Score 50%

I would need the log, start vlc with this command:
$ vlc --verbose=2
do this operation again until the bug appears then create a pastebin with the output.
Thanks


Reply to this

-

 pastebin

 
 by vis on: 2 days ago
 
Score 50%

there you go

http://pastebin.com/ubCn26Zd


Reply to this

-

 Re: pastebin

 Fresh
 by exebetche on: 1 day ago
 
Score 50%

Yep, lua is unable to write the subtitles file in the same directory than your video, but I can't tell you why. Are you sure that your disk "sdb1" is not in read only access nor full? What is the format of the partition (ext, ntfs...)?
Can you also tell me if you have or not a folder "/.cache/vlc/" in your home directory? It's unable to write here neither, weird... you can do this command to check: $ ls -a ~/.cache/ | grep vlc
Anyway, if you face this kind of trouble you can switch to "Manual download" mode in configuration menu, so you get a link to download the subtitles in your browser.
I'll make a patch to avoid this kind of silent error soon.


Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9 

Add commentBack




-
 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Participate
Add App
Public API
About addons.videolan.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Report Abuse
 

Copyright 2011-2013 addons.videolan.org Team  
All rights reserved. addons.videolan.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
VideoLAN, VLC media player and x264 are trademarks registered (or in registration process) by the VideoLAN non-profit organization