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