Skip to content
This repository has been archived by the owner on May 20, 2018. It is now read-only.

OrionNebula/hyper-foobar2000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Control foobar2000 through Hyper using foo_httpcontrol.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published