move media player into plugin (patch by Moritz Venn, 001_enigma2_make_mediaplayer_a_p...
authorFelix Domke <tmbinc@elitedvb.net>
Sun, 7 Oct 2007 10:11:17 +0000 (10:11 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Sun, 7 Oct 2007 10:11:17 +0000 (10:11 +0000)
commit2008d01336d019811fdb67b352ebfa4da5e43a45
treef5310657cd9f6e627e6e70b3a0587e3de4b84021
parent20706bda37359411c6e53600763bdcbf8bc0ea53
move media player into plugin (patch by Moritz Venn, 001_enigma2_make_mediaplayer_a_plugin.patch)
configure.ac
data/menu.xml
lib/python/Plugins/Extensions/Makefile.am
lib/python/Plugins/Extensions/MediaPlayer/Makefile.am [new file with mode: 0644]
lib/python/Plugins/Extensions/MediaPlayer/__init__.py [new file with mode: 0644]
lib/python/Plugins/Extensions/MediaPlayer/plugin.py [new file with mode: 0644]
lib/python/Screens/Makefile.am
lib/python/Screens/MediaPlayer.py [deleted file]