Initial release.
authorRoman Bazalevsky <rvb@rvb.name>
Thu, 23 Jul 2015 16:43:57 +0000 (19:43 +0300)
committerRoman Bazalevsky <rvb@rvb.name>
Thu, 23 Jul 2015 16:43:57 +0000 (19:43 +0300)
commit1e2c0e679beb33f10c2e551768c17ccd77576b54
tree3d4b1cdd251d67195ff19b9c1a5afcadb9a376d2
Initial release.
18 files changed:
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
clientcounter.py [new file with mode: 0644]
plugins/__init__.py [new file with mode: 0644]
plugins/config/__init__.py [new file with mode: 0644]
plugins/config/m3u.py [new file with mode: 0644]
plugins/m3u_plugin.py [new file with mode: 0644]
plugins/modules/M3uParser.py [new file with mode: 0644]
plugins/modules/PlaylistGenerator.py [new file with mode: 0644]
plugins/modules/PluginInterface.py [new file with mode: 0644]
plugins/modules/__init__.py [new file with mode: 0644]
plugins/modules/ipaddr.py [new file with mode: 0644]
plugins/stat_plugin.py [new file with mode: 0644]
vlcclient/__init__.py [new file with mode: 0644]
vlcclient/vlcclient.py [new file with mode: 0644]
vlcclient/vlcmessages.py [new file with mode: 0644]
vpconfig.py [new file with mode: 0644]
vphttp.py [new file with mode: 0644]