<div dir="ltr">Hi all,<div><br></div><div style>I was just playing around with the source code and I did some changes to make deploying things a bit easier. The first change [1] is just to add a distribute drop-in (docs [2]) for the Python bindings that modernizes the package a bit, allowing people to easily start hacking by entering</div>

<div style><br></div><div style>    python setup.py develop</div><div style><br></div><div style>The other, maybe a bit controversial, change [3] is that I added a git submodule [4] to the main VLC repo (for now only for python-bindings) so that one can grab the whole thing from your single git url <span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13.142857551574707px">git://<a href="http://git.videolan.org/vlc.git">git.videolan.org/vlc.git</a> and get (all) the submodule(s) with</span></div>

<div style><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13.142857551574707px"><br></span></div><div style><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13.142857551574707px">    git submodule init</span></div>

<div style><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13.142857551574707px">    git submodule update</span></div><div style><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13.142857551574707px"><br>

</span></div><div style><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13.142857551574707px">without going through the subfolders, searching for the other repo urls on the website etc. I don't know what's your opinion on submodules, but they seem to fit your use-case of one big project separated into multiple repos.</span></div>

<div style><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13.142857551574707px"><br></span></div><div style><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13.142857551574707px">Anyway, I'd like to hear what you think of the changes, would you be interested in merging something like that and if there is something you would like me to improve.</span></div>

<div><br></div><div style>Cheers,</div><div style>Dražen Lučanin</div><div style><a href="http://kermit.epska.org/">http://kermit.epska.org/</a><br></div><div style><br></div><div style>[1]: <a href="https://github.com/kermit666/vlc-bindings-python/tree/python-install-develop">https://github.com/kermit666/vlc-bindings-python/tree/python-install-develop</a></div>

<div style>[2]: <a href="http://pythonhosted.org/distribute/index.html">http://pythonhosted.org/distribute/index.html</a></div><div style>[3]: <a href="https://github.com/kermit666/vlc/tree/python-submodule">https://github.com/kermit666/vlc/tree/python-submodule</a></div>

<div style>[4]: <a href="http://git-scm.com/book/en/Git-Tools-Submodules">http://git-scm.com/book/en/Git-Tools-Submodules</a></div></div>