Warning: session_start(): open(/tmp/sess_qtih6rh4jafmbpalbfr1hlmas1, 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  13  14  15  16 ...

-

 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: May 17 2013
 
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: May 17 2013
 
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: May 17 2013
 
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

-

 Re: Cant download subs

 
 by emilioramirez on: May 24 2013
 
Score 50%

try:

$mkdir -p ~/.cache/vlc


Reply to this

-

 pastebin

 
 by vis on: May 17 2013
 
Score 50%

there you go

http://pastebin.com/ubCn26Zd


Reply to this

-

 Re: pastebin

 
 by exebetche on: May 18 2013
 
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

-
.

 Re: Re: pastebin

 
 by emilioramirez on: May 24 2013
 
Score 50%

I have the same problem in ubuntu 13.04. I make the ~/.cache/vlc directory and works fine:

try:

$mkdir -p ~/.cache/vlc

Thanks for this amazing addons! :D


Reply to this

-

 VLsub 0.9.4

 
 by Azpidatziak on: May 25 2013
 
Score 50%
AzpidatziakAzpidatziak
(EUS_Xabier Aramendi)

Great work, it's fine.
Thanks!!

I translate it to Basque: https://docs.google.com/file/d/0B8FcB-JTE_KfdEZyVUtPV2x5azg/edit?usp=sharing


Reply to this

-

 RAR files

 
 by Bosky on: May 27 2013
 
Score 50%

Hi, is there any way to download sub for movie compressed in rar part files ? pentagon3585 mentioned the issue earlier but i can't find any response to that.


Reply to this

-

 it doesnt work

 
 by orlandopunk on: Jun 7 2013
 
Score 38%

this stupid extension doesn't work, i installed it correctly

yet it keeps freezing, i click on hash, nothing appears, it freezes, and boom vlc crashed

i click on search name, nothing happens, boom

EXTENSION VLSUB DOES NOT RESPOND

sucks


Reply to this

-

 Re: it doesnt work

 
 by cipricus on: Jun 7 2013
 
Score 50%

i can confirm it works in my case in both ubuntu and windows 7 with latest VLC - so the problem is with other stuff that comes with your system.

try testing on other computers if you may and try to think twice before making harsh and really stupid allegations. people are here to help each-other, your problem and its solving might be useful to many, try to bring a contribution too


Reply to this

-

 Re: it doesnt work

 
 by cipricus on: Jun 7 2013
 
Score 50%

of course i might assume your abuse to be the inarticulate expression of a consumer's opinion, but on the other hand i hate to see such distasteful words thrown at a script that i had very much appreciated and waited for. what do you think this is? a fun club? when somebody says here that it works, then it really works, so...


Reply to this

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

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