Warning: session_start(): open(/tmp/sess_gvfcsge48s0tqb4v1sm5lqc192, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
miguell's comments 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

-
- miguell's profile .- Fan of  .- CV  .- Friends  .- Content  .- Latest Comments (7) . 
Re: Re: vlsub not appearing
Dec 9 2013  on content VLSub 0.9.13

Thank YOU!

.
Re: Re: vlsub not appearing - Should work now
Dec 9 2013  on content VLSub 0.9.13

Hi,

"Exebetche" (Guillaume) already modified the files, so you can simply download them again, using the links at the top of the page or if you want: I dropped the files here also: http://ourbirthday.info/uploads/
Also, if you use windows 7 installer batch file, everything should work now since I saw that has been modified by Guillaume. Thank you Exebetche, great job!

regards, Miguel

.
windows 7 "installer"
Dec 6 2013  on content VLSub 0.9.13

Hi, just to add that the batch file to be downloaded as win7 installer is not perfect. I had to do some modifications to make it work. Here is my contenct of the file that made things work.

@Echo OFF
SetLocal EnableDelayedExpansion

if "%1"=="-h" GOTO :HELP
if "%1"=="-H" GOTO :HELP
if "%1"=="-?" GOTO :HELP
if "%1"=="-help" GOTO :HELP
if "%1"=="--help" GOTO :HELP

GOTO :DOWNLOAD

:DOWNLOAD

echo VLSub Installation
echo ------------------
echo.

set /p ALLUSERS="Install VLSub for all users or current user only (a/c)?"
rem Miguell -> added 'A' as a valid option, not only lowercase.
if "%ALLUSERS%" == "A" (
set ALLUSERS=a
)

if "%ALLUSERS%"=="a" (
echo Installing VLSub for all user
if exist "%Programfiles(x86)%\VideoLAN\VLC" (
set INSTALLDIR="%Programfiles(x86)%\VideoLAN\VLC\lua\extensions"
) else (
set INSTALLDIR="%ProgramFiles%\VideoLAN\VLC\lua\extensions"
)
) else (
echo Installing VLSub for current user
set INSTALLDIR="%APPDATA%\vlc\lua\extensions"
)
if not exist %INSTALLDIR% (
echo Creating directory '%INSTALLDIR%'
mkdir %INSTALLDIR%
)
ECHO.
echo vlsub.lua location: %INSTALLDIR%\vlsub.lua
ECHO.
powershell.exe -Command (new-object System.Net.WebClient).DownloadFile('https://raw.github.com/exebetche/vlsub/master/vlsub.lua','%INSTALLDIR%\vlsub.lua')

echo.
rem Miguell -> Next else was not preceded by "(" and "if exist" needed to use %installdir% without quotes
if exist %INSTALLDIR%\vlsub.lua (
echo Installation successfully completed!
) else (
echo Installation FAILED! (this installation supposes your Videolan has been installed in "program files" or "program files (x86)")
)
echo.
PAUSE

GOTO :EOF

:HELP

echo Installer for the Vlc extension VLSub
echo Home page: http://addons.videolan.org/content/show.php^?content=148752

.
Re: Re: Problem
Dec 6 2013  on content VLSub 0.9.13

That will work, but if you copy the string to debug on 64bit, take out the " x(86)" of the string. It's not correct for 64bit installation.

.
Re: Re: Problem
Dec 6 2013  on content VLSub 0.9.13

Sorry correcting myself: the problem is not due to having 64bit. See my other post 'vlsub not appearing'

.
vlsub not appearing
Dec 6 2013  on content VLSub 0.9.13

Hi I just spend the entire morning trying to fix vlsub that did not appear.
Windows 7 64bit, installed vlc 2.0.8 TwoFlower.
So, I tried 32 bit: vlsub does not appear in View menu either.
So I tried English versions, 2.0.7 and also latest version: with latest versions menus DOES appear, but as known does not work in 2.1.1 version so far.
So deinstalled everything, reinstalled 64 bit version 2.0.0.8: menu does not appear under 'View' menu.
Then I did: "%Programfiles%\VideoLAN\VLC\vlc.exe" --verbose=2 --file-logging --logfile="c:\vlc_log.txt"
and edited the vlc_log.txt: there seems to be a funny character appearing somewhere:
lua warning: Error loading script C:\Users\mjl\AppData\Roaming\vlc\lua\extensions\vlsub.lua: C:\Users\mjl\AppData\Roaming\vlc\lua\extensions\vlsub.lua:1: unexpected symbol near '�'

So I went to %appdata%\vlc\lua\extensions directory and edited the file with Notepad++
I deleted the first part which only seems to be comment. Then I chose the option in notepad++ menu: 'Codificación', 'Convertir a UTF 8 sin BOM' (sorry my notepad++ is in spanish, but I suppose the english version must have a similar menu.
I also went to the end of the file and deleted the few returns that were there with backspace.

It works now!

.
Re: Problem
Dec 6 2013  on content VLSub 0.9.13

I also use the same version. Have and had the same problem. Simply doesn´t show up in the menu.

I think it's because I'm using 64bit VLC. When installing the 32bit version everything works fine.

.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-



 
 
 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