Page 1 of 1

Dynamically changing the logo using luarc

Posted: 21 Sep 2011 18:03
by maitrepiet
Hi all,
in the earlier versions of the RC interface I could dynamically change the logo settings with commands like this:
@logo logo-file "c:\flags\jointflags\BEL_ESP.png"

It seems that the new lua rc implementation does not support this anymore.

Is there an easy way to to add this to the rc.lua script? Or is there an other way to change the logo dynamically?

Re: Dynamically changing the logo using luarc

Posted: 21 Sep 2011 22:50
by Jean-Baptiste Kempf
edit the rc.lua file and sahre the patch.

Re: Dynamically changing the logo using luarc

Posted: 24 Sep 2011 11:22
by maitrepiet
I'd love to, but I have no clue how to do it.
I found this function in the libvlc documentation, but how do I link this to lua?
libvlc_video_set_logo_string(...)

IF you can give me e few hints, I may be able to do so.

Re: Dynamically changing the logo using luarc

Posted: 24 Sep 2011 12:56
by Jean-Baptiste Kempf