Hello Everyone,
I would like to use python to develop a program that controls vlc media player. I have searched for some ideas and online and finally downloaded VLC 1.1.0 on my Ubuntu 10.04. Also I visited http://git.videolan.org/?p=vlc/bindings ... ;a=summary to download the VLC python module. But I'm really confused about how to use the files I downloaded. After extracting the folder, I saw a number of files like generate.py, Makefile, setup.py, vlcwidget.py, vlc.py amongst other unmentioned files. When I tried to run the command "python vlc.py", nothing happened. Even though http://wiki.videolan.org/Python_bindings said that the vlc.py contains a runnable example.
Please anyone that can direct me on how to go about it will be highly appreciated. Thanks in advance!