hyper-media-control-gpmdp
v1.0.1
Published
Extends hyper-media-control with support for Google Play Music Desktop Player (Unofficial).
Downloads
8
Maintainers
Readme
hyper-media-control-gpmdp
Extend
hyper-media-control
with support for Google Play Music Desktop Player (Unofficial).
Installation
Add hyper-media-control
and hyper-media-control-gpmdp
to your Hyper configuration.
Configuration
hyper-media-control-gpmdp
defines the following configuration options:
module.exports = {
config: {
...
hyperMedia: {
...
gpmdp: {
port: 5672 // The port used to communicate with gpmdp
}
...
}
}
}