Page 1 of 1

VideoLAN - VLC media player

Posted: August 23rd, 2006, 8:02 am
by erlis
I have created a very early BETA for a VLC plugin.

It uses the rc interface (local TCP socket at port 4112) to get info of currently playing filen, current time and total time.

More info data to come but i have to get my socket code to work better first.

The plugin and more info can be found here

Please give me feedback and list info that may be useful to see on the plugin.

Re: VideoLAN - VLC media player

Posted: April 7th, 2007, 6:50 am
by softly
erlis wrote:I have created a very early BETA for a VLC plugin.

It uses the rc interface (local TCP socket at port 4112) to get info of currently playing filen, current time and total time.

More info data to come but i have to get my socket code to work better first.

The plugin and more info can be found here

Please give me feedback and list info that may be useful to see on the plugin.
Erlis site is down.. has anybody a copy of the vlc plugin?? or where can I find a other plugin giving the status from the vlc??

Thanks

Posted: April 7th, 2007, 9:13 am
by erlis
My site is up and running again! Sorry.

Re: VideoLAN - VLC media player

Posted: December 5th, 2009, 4:38 pm
by Scripter1
I need this plugin but that site is down again :x
If someone has it please send it to me or post an active link.

Re: VideoLAN - VLC media player

Posted: December 5th, 2009, 6:48 pm
by caesar
Here is the one I managed to download:
vlc.rar

Re: VideoLAN - VLC media player

Posted: December 8th, 2009, 5:29 pm
by Scripter1
Thanks Caesar, unfortunately this plugin isn't completed and isn't work well.
Anyone has newer version (this is version 1.0.2427.39210) or sources :?:

Re: VideoLAN - VLC media player

Posted: December 13th, 2009, 5:06 pm
by Scripter1
This plugin has some bugs.
The major one is that it causes LCD Smartie freezing after closing VLC :(

Re: VideoLAN - VLC media player

Posted: December 15th, 2009, 1:59 am
by elkulo
I close VLC without a problem and lcdsmartie not freeze.

But when I "pause" a movie the information in the lcd appears with status "not playing" then "playing" and don't show info for the current movie. Then when you hit "play" again everything it's ok.

Re: VideoLAN - VLC media player

Posted: January 5th, 2010, 11:41 pm
by Scripter1
I discovered that action with vlc.dll plugin that i had caused freezing of LCD Smartie (i have Smartie 5.5 beta version).
After deleting it that problem disappeared, maybe i did it wrong, it looks like that (part of config.ini file):

Code: Select all

Action12Variable=VLC: $dll(vlc,1,Stat,)
Action12Condition=2
Action12ConditionValue=playing
Action12Action=GotoScreen(3)
After all this plugin still has some bugs that are annoying me, can someone provide source of it :?:

Re: VideoLAN - VLC media player

Posted: January 6th, 2010, 11:51 am
by Scripter1
Scripter1 wrote:I discovered that action with vlc.dll plugin that i had caused freezing of LCD Smartie (i have Smartie 5.5 beta version).
After deleting it that problem disappeared
Looks like deleting that action didn't solve problem, yesterday it worked but today Smartie freezes again...

Edit:
Now i know what's the problem. Looks like it's an conflict between vlc.dll plugin and TrueTransparency program from Seven Transformation Pack 4 installed on my Win XP. Sometimes TrueTransparency crashes and closes and then Smartie stops freezing when closing VLC, but other bugs in this plugin still stays.

Re: VideoLAN - VLC media player

Posted: July 30th, 2010, 1:33 pm
by Stynus
How can I get this plugin to work?

I have put the "vlc.dll" file in "C:\Program Files\lcd_smartie\plugins" and set the remote interface in vlc on. But nothing on the display when I try "$dll(vlc,1,Filename,)"

Is there more that needs to be changed? Or did I do something wrong?

Thanks :)