add plugins(dlnaserver and dlnabrowser)
authorkos <kos@dev3>
Mon, 7 May 2012 07:20:39 +0000 (16:20 +0900)
committerkos <kos@dev3>
Mon, 7 May 2012 07:20:39 +0000 (16:20 +0900)
commit45e7091730cd45a5710c1219f15fc05637e69b29
tree2f643e169ce32247912c60a3d16ebdd633546d60
parent2e329355538e3e7997b497b4b44b562ed7d1f8ec
add plugins(dlnaserver and dlnabrowser)
13 files changed:
configure.ac
lib/python/Plugins/Extensions/DLNABrowser/Makefile.am [new file with mode: 0644]
lib/python/Plugins/Extensions/DLNABrowser/__init__.py [new file with mode: 0644]
lib/python/Plugins/Extensions/DLNABrowser/meta/Makefile.am [new file with mode: 0644]
lib/python/Plugins/Extensions/DLNABrowser/meta/plugin_dlnabrowser.xml [new file with mode: 0644]
lib/python/Plugins/Extensions/DLNABrowser/plugin.py [new file with mode: 0644]
lib/python/Plugins/Extensions/DLNAServer/Makefile.am [new file with mode: 0644]
lib/python/Plugins/Extensions/DLNAServer/__init__.py [new file with mode: 0644]
lib/python/Plugins/Extensions/DLNAServer/dlnaserver [new file with mode: 0644]
lib/python/Plugins/Extensions/DLNAServer/meta/Makefile.am [new file with mode: 0644]
lib/python/Plugins/Extensions/DLNAServer/meta/plugin_dlnaserver.xml [new file with mode: 0644]
lib/python/Plugins/Extensions/DLNAServer/plugin.py [new file with mode: 0644]
lib/python/Plugins/Extensions/Makefile.am