0.3.1 • Published 6 years ago

hyper-foobar2000 v0.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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 :musical_note:

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.
}
0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago