Disable non working metadata for now

This commit is contained in:
Ruud
2012-04-08 17:31:54 +02:00
parent 2435f73fc8
commit 5321037f08
3 changed files with 6 additions and 1 deletions
@@ -3,6 +3,7 @@ from .main import MediaBrowser
def start():
return MediaBrowser()
"""
config = [{
'name': 'mediabrowser',
'groups': [
@@ -37,3 +38,4 @@ config = [{
},
],
}]
"""
@@ -3,6 +3,7 @@ from .main import SonyPS3
def start():
return SonyPS3()
"""
config = [{
'name': 'sonyps3',
'groups': [
@@ -27,3 +28,4 @@ config = [{
},
],
}]
"""
@@ -2,7 +2,7 @@ from .main import WDTV
def start():
return WDTV()
"""
config = [{
'name': 'wdtv',
'groups': [
@@ -27,3 +27,4 @@ config = [{
},
],
}]
"""