https://github.com/orionnebula/hyper-media-control-foobar2000-httpcontrol
Extends hyper-media-control with support for foobar2000.
https://github.com/orionnebula/hyper-media-control-foobar2000-httpcontrol
foobar2000 hyper media
Last synced: 10 months ago
JSON representation
Extends hyper-media-control with support for foobar2000.
- Host: GitHub
- URL: https://github.com/orionnebula/hyper-media-control-foobar2000-httpcontrol
- Owner: OrionNebula
- License: mit
- Created: 2018-05-15T21:11:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T18:21:57.000Z (about 8 years ago)
- Last Synced: 2025-08-09T08:22:45.473Z (11 months ago)
- Topics: foobar2000, hyper, media
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/hyper-media-control-foobar2000-httpcontrol
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hyper-media-control-foobar2000-httpcontrol

[](LICENSE)
[](https://github.com/zeit/hyper/releases/tag/2.0.0)
[](https://github.com/OrionNebula/hyper-media-control-foobar2000-httpcontrol/issues)
[](https://www.foobar2000.org/ "foobar2000 homepage")
> Extend [`hyper-media-control`](https://github.com/OrionNebula/hyper-media-control) with support for [foobar2000](https://www.foobar2000.org/).
## Installation
Add `hyper-media-control` and `hyper-media-control-foobar2000-httpcontrol` to your Hyper configuration.
Install the [`foo-httpcontrol`](https://hydrogenaud.io/index.php/topic,62218.0.html) component and the [`ajquery`](https://bitbucket.org/oblikoamorale/foo_httpcontrol/downloads/) template.
## Configuration
`hyper-media-control-foobar2000-httpcontrol` defines the following configuration options:
```js
module.exports = {
config: {
...
hyperMedia: {
...
foobar: {
port: 8888 // The port used to communicate with foobar2000
}
...
}
}
}
```