Hi all,
I need to customize the remote control interface so that i be able to get the full file name of currently playing file.
There is a function named get_title in RC which get the title of currently playing file, but i need the full file name.
My opinion was to change the below file:
C:\Program Files (x86)\VideoLAN\VLC\lua\intf\cli.luac
and place the extra functions i need into it and recompile to gain the .luac file. But it did not take effect! even deleting this file does not make VLC to give error.
Can you please help on how i can add new function to RemoteControl interface of vlc?
Thanks