Warning: session_start(): open(/tmp/sess_an5644mpnjv1i0mkd57ltagm26, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
VLSub 0.9.13 openDesktop.org
-
 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    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


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

VLSub 0.9.13

  

VLC Extension

Score 85%
VLSub 0.9.13
zoom


VLSub 0.9.13
zoom


Homepage:  Link
Downloads:  940830
Submitted:  Feb 7 2012
Updated:  Sep 12 2014

Description:

VLSub is not working with Vlc 2.1.x, please update to 2.2.

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 archive and extract the file "vlsub.lua"
- create a directory "extensions" at this location and put the file "vlsub.lua" inside:
* 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/

...or use the installer below if you're on Windows 7 (32 or 64)

To start the extension click on View > VLSub or Vlc > Extensions > VLSub on Mac OS.

/!\ Troubleshooting /!\

If you have other issue you can ask for a solution here or on github but please get the full vlc debug log and add it as a pastebin to your post. The procedure is explained here:
https://github.com/exebetche/vlsub/wiki/Troubleshooting




Changelog:

2014-09-12
Fix error with http 301 redirection

2014-08-19
Fix subtitles loading on Vlc 2.2

2014-05-08
Fix a bug due to opensubtitles header modifications




LicenseGPL
(VLSub 0.9.13)
Donate
Send to a friend
Subscribe
Other  Content  from exebetche
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8  9  10  11  12 ...

-
.

 how do i use vlsub6

 
 by peter47 on: Nov 17 2012
 
Score 50%

i go the extension installed. it shows in the the menu at tools/plugins and extensions. but when i click on it it only shows me info, there is no button to search for a subtitle. what am i missing?
thanks peter


Reply to this

-
.

 Re: how do i use vlsub6

 
 by exebetche on: Nov 25 2012
 
Score 50%

Yeah I know, it's disturbing but you find extensions at the bottom of the "View" menu, not in "Tools" where it's mentionned.
HTH.


Reply to this

-

 Downloading wrong sub

 
 by mrbeast1987 on: Dec 8 2012
 
Score 50%

Thanks for this great extension, exebetche.

However, I'm having a problem using it. When I download a subtitle, the subtitle that is downloaded is the one in the option before the one I selected (e.g., if I select English, a Dutch subtitle is downloaded).

I think that the search is correctly performed, but I can't confirm this for sure. I'm on Mac OSX 10.7.

Any idea on why this is happening?
Thanks for the help.


Reply to this

-

 Re: Downloading wrong sub

 
 by exebetche on: Dec 9 2012
 
Score 50%

You're right it's a specific behaviour with select menu on mac. I think I got a fix but I don't have time to implement it for now. I'll keep you posted.


Reply to this

-

 Re: Re: Downloading wrong sub

 
 by mrbeast1987 on: Dec 9 2012
 
Score 50%

As a temporary fix, I tried hardcoding the language I want in the script itself. But when I search, it returns no results... I changed this line of the searchHash() function:

openSub.sub.languageid = 'por'

Is there anything else I should change to make the script work only for one language?

Thanks again ;)


Reply to this

-

 Re: Re: Re: Downloading wrong sub

 
 by exebetche on: Dec 9 2012
 
Score 50%

Just do the same for searchIMBD() if you want to use this method, I think that's it.


Reply to this

-

 Re: Re: Re: Re: Downloading wrong sub

 
 by mrbeast1987 on: Dec 10 2012
 
Score 50%

When I click search I always get "No result". However, the subtitle is in opensubtitles. I tried with both search methods, but I think the IMDB method doesn't work properly on mac.

Any idea why it isn't work? I tried with 'por' and "por", but neither works.


Reply to this

-

 Hash

 
 by MrWolf on: Jan 2 2013
 
Score 63%

Hi! Very helpful addon, thanks!
Does your addon calculate the hash by itself?
It's very fast!


I\'m Winston Wolf, I solve problems
Reply to this

-

 download? mac os x v 10.8.2

 
 by iri on: Jan 5 2013
 
Score 50%

when i download i get o html paye?


Reply to this

-

 Re: download? mac os x v 10.8.2

 
 by Tober on: Jan 22 2013
 
Score 38%

copy the text on that page into a new txt file and save it as something like: subAddon.lua
the .lua part is very important!
Then go to C:\Program Files (x86)\VideoLAN\VLC\lua\extensions
The extensions folder may not exists, in that case you have to make it yourself.
After that you only have to copy the subAddon.lua file into our extensions folder and voila, the addon is installed!


Reply to this

-
.

 Automatically download for default language?

 
 by zequi on: Feb 13 2013
 
Score 50%

First of all, your plugin is fucking awesome!!!

I don't know how to code but I've been editing your plugin to set English for my default language. Now... Is there a way to automatically show the search results without the need to click the "go" button? I don't want to remove the button, just not have to click it when I first launch VLSub.
Thanks for your time.


Reply to this

-
.

 Re: Automatically download for default language?

 
 by zequi on: Feb 13 2013
 
Score 50%

Forget the whole thing, I don't know how but I did it!!!


Reply to this

-

 does it work for vlc 2.0.5

 
 by paultapas9 on: Feb 15 2013
 
Score 50%

i am using win64 and vlc 2.0.5 and windows 8
i copy the code and paste it in c\program files\videolan\vlc\lua\extension but when i open vlc and click on view it does not shows anything like vlsub and also the extension is not there in the tools plugins and extensions.
please help me.


Reply to this

-

 Re: does it work for vlc 2.0.5

 
 by zequi on: Feb 20 2013
 
Score 50%

Couple of things:

First of all, the folder should be called "extensions", not "extension"

And second, after you click "download" hurry up and right click "click here" to download the real file.


Reply to this

-

 Re: Re: does it work for vlc 2.0.5

 
 by paultapas9 on: Feb 21 2013
 
Score 50%

After that also I am not finding any vlsub extension under view menu or tool menu.
so what can I do. please help. thanks in advance.


Reply to this

-
.

 Re: Re: Re: does it work for vlc 2.0.5

 
 by zequi on: Feb 22 2013
 
Score 50%

Sorry... no idea.


Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9  10  11  12 ...

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team