Warning: session_start(): open(/tmp/sess_o07hmpfh0j39nv7evj6eko6es4, 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  ... 8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23 ...

-

 Not working

 
 by Mystic on: Sep 9 2013
 
Score 50%

Hello! I have an issue with VLSub, and I'm not sure what is wrong. It worked once before, but it is not working now. I believe it was after the reformat to Windows 8.1.

Here is the pastebin: http://pastebin.com/wQk3S51J

My system:
Windows 8.1 RTM
VLSub 0.9
VLC 2.0.8

Hope you can help me! It was great when it worked. :)

Thanks for making the program!


Reply to this

-

 Re: Not working

 
 by exebetche on: Sep 9 2013
 
Score 50%

Hello,

I think you have this error because the extension doesn't get any response from the serveur. So check your firewall and antivirus configuration (a guy reported it works after turning avast antivirus off).Other possibility, servers where down when you tried.
Note to myself: I definitvely have to set a message when this case append rather than having a silent error.



Reply to this

-

 subtitles fail to load into vlc with error

 
 by cerienjean on: Sep 18 2013
 
Score 50%

** thanks - this is a GREAT extension **

VLC could not open file "C:"

this happens after I've selected a file to download, and ask to download, when the progress bar is filled up

If I change the working dir to D:, I get D: so I guess it is just the start of the working dir. I get a correct zip file in the work dir, AND a .SRT with a 0 size, with the same same as the video being watched. When I extract the SRT from the zip (that has a slightly different name than the video being watched), subtitles work fine

See log at: http://pastebin.com/2wB6Kifc


Reply to this

-

 Re: subtitles fail to load into vlc with error

 
 by exebetche on: Sep 18 2013
 
Score 50%

Hi,

If I'm not mistaken your video is on a network directory 'media'. You have to mount this directory as a network drive then start the video from this drive. From the command prompt it should be like this:
Quote:

net use G: \\media
"%ProgramFiles%\VideoLAN\VLC\vlc.exe G:\path\to\video.avi"


Once the video start, try to download again.


Reply to this

-

 Re: Re: subtitles fail to load into vlc with error

 
 by cerienjean on: Sep 18 2013
 
Score 50%

thanks for answering so quickly

I've copied everything to a local disk, and it does indeed work.

I was using version 0.9.1 before and had no issues over the network - do you think this behaviour could continue in the newest versions ?

rgds


Reply to this

-

 Re: Re: Re: subtitles fail to load into vlc with e

 
 by exebetche on: Sep 18 2013
 
Score 50%

I didn't say it didn't work over network, I say that afaik it works with a drive network. You just have to create a shorcut identified by a letter to you folder //media. Here is the procedure for xp:
http://support.microsoft.com/kb/308582
here for 7:
http://windows.microsoft.com/is-is/windows7/create-a-shortcut-to-map-a-network-drive

If you say it worked without drive letter on 0.9.1 that's weird because I have no idea how. I'll try to look into it, but I haven't not much time left lately.


Reply to this

-

 Mac OS X issue

 
 by victornpb on: Sep 20 2013
 
Score 50%

The window keeps resizing and getting bigger, I'm using 0.9.10 on Mac 10.8.4 and VLC 2.0.4

Also there's any way to save the subtitles in ANSI (Windows-1252) encoding? my TV does not read UTF8 srt


Reply to this

-

 Hash

 
 by 321jurgen on: Sep 23 2013
 
Score 50%

Looking up subtitles with the hash doesn't seem to work for me. Anyone else having this problem?


Reply to this

-

 Not working in VLC 2.1.0

 
 by quzma on: Sep 26 2013
 
Score 50%

Unfortunately, extension is not working on VLC 2.1.0. It opens for a split of second and closes right away.

I really hope it'll get fixed! Cheers!


Reply to this

-
.

 VLSub on VLC 2.1.0

 
 by Pheodax on: Sep 26 2013
 
Score 50%

Instead of just posting a 'Not working' comment, I actually created a log file as suggested by the developer. Much more useful.

Log file can be found here: http://pastebin.com/cQ2jc6S1

The problem is that VLSub shows its window when opening it from the menu while no file is playing. Once a file is playing, the window does not show.

I'm on 32-bit (Arch) Linux using VLC 2.1.0 with no other extensions than VLSub and with default VLC settings (reset them before creating the log).


Reply to this

-

 Re: VLSub on VLC 2.1.0

 
 by 321jurgen on: Sep 26 2013
 
Score 50%

Yes you are right. Here's my problem when I try to search by hash.
http://puu.sh/4AGXG.png


Reply to this

goto page: prev  ... 8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23 ...

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