/hyper-foobar2000

Control foobar2000 through Hyper using foo_httpcontrol.

Primary LanguageJavaScriptMIT LicenseMIT

hyper-foobar2000

License hyper GitHub issues

foobar2000 plugin for Hyper. Displays the song currently playing in foobar2000 at the bottom of the terminal and allows you to control your favorite music.

Requires the foo-httpcontrol component to be installed, along with the ajquery template.

Installation

Simply add this plugin inside ~/.hyper.js and enjoy your music 🎵

module.exports = {
  ...
  plugins: ['hyper-foobar2000']
  ...
}

If you have trouble with the initial install, use yarn to install the package instead.

Configuration

Because this plugin borrows so heavily from hyper-spotify, all of the same customization and configuration options will work here, plus some extras:

hyperFoobar: {
  position: 'bottom',
  margin: 'default',
  controlsPosition: 'default',
  showArt: true, // If true, album art will appear in the bottom right corner.
  port: 8888 // The port foo-httpcontrol is hosting the interface on.
}