Skip to content

Commit

Permalink
Merge pull request #105 from jaedb/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jaedb committed Jul 3, 2016
2 parents 32f3ddc + 86f51a5 commit 60ff835
Show file tree
Hide file tree
Showing 53 changed files with 556 additions and 553 deletions.
6 changes: 3 additions & 3 deletions mopidy_spotmop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from services.auth import auth
from mopidy import config, ext

__version__ = '2.7.1'
__version__ = '2.7.2'
__ext_name__ = 'spotmop'
__verbosemode__ = False

Expand All @@ -30,7 +30,6 @@ def get_config_schema(self):
schema = super(SpotmopExtension, self).get_config_schema()
schema['debug'] = config.Boolean()
schema['pusherport'] = config.String()
schema['pusherclientmap'] = config.String()
schema['artworklocation'] = config.String()
return schema

Expand Down Expand Up @@ -63,6 +62,7 @@ def spotmop_client_factory(config, core):
}),
])
application.listen(pusherport)

logger.info( 'Pusher server running on []:'+ str(pusherport) )

return [
Expand All @@ -88,4 +88,4 @@ def spotmop_client_factory(config, core):
"path": spotmoppath,
"default_filename": "index.html"
}),
]
]
1 change: 0 additions & 1 deletion mopidy_spotmop/ext.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
enabled = true
debug = false
pusherport = 6681
pusherclientmap = [{"ip":"192.168.0.152","name":"James"},{"ip":"192.168.0.139","name":"Dev server"},{"ip":"192.168.0.118","name":"Jeremy"}]
artworklocation = /root/.local/share/mopidy/local-images/
Loading

0 comments on commit 60ff835

Please sign in to comment.