Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

VideoLAN - VLC media player

Announcements of new plugins or updates.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
erlis
Plugin Author
Posts: 37
Joined: March 30th, 2006, 1:50 pm
Contact:

VideoLAN - VLC media player

Post 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.

softly
Posts: 1
Joined: April 6th, 2007, 8:54 am

Re: VideoLAN - VLC media player

Post 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

erlis
Plugin Author
Posts: 37
Joined: March 30th, 2006, 1:50 pm
Contact:

Post by erlis »

My site is up and running again! Sorry.

Scripter1
Posts: 11
Joined: December 5th, 2009, 3:11 pm
Location: Poland
Contact:

Re: VideoLAN - VLC media player

Post 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.

caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Re: VideoLAN - VLC media player

Post by caesar »

Here is the one I managed to download:
vlc.rar
You do not have the required permissions to view the files attached to this post.

Scripter1
Posts: 11
Joined: December 5th, 2009, 3:11 pm
Location: Poland
Contact:

Re: VideoLAN - VLC media player

Post 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 :?:

Scripter1
Posts: 11
Joined: December 5th, 2009, 3:11 pm
Location: Poland
Contact:

Re: VideoLAN - VLC media player

Post by Scripter1 »

This plugin has some bugs.
The major one is that it causes LCD Smartie freezing after closing VLC :(

elkulo
Posts: 26
Joined: November 1st, 2009, 2:13 pm

Re: VideoLAN - VLC media player

Post 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.

Scripter1
Posts: 11
Joined: December 5th, 2009, 3:11 pm
Location: Poland
Contact:

Re: VideoLAN - VLC media player

Post 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 :?:

Scripter1
Posts: 11
Joined: December 5th, 2009, 3:11 pm
Location: Poland
Contact:

Re: VideoLAN - VLC media player

Post 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.

Stynus
Posts: 1
Joined: January 21st, 2010, 11:22 am
Location: Lommel (Belgium)
Contact:

Re: VideoLAN - VLC media player

Post 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 :)

Post Reply