/audio-band

Display and control your songs from your taskbar

Primary LanguageC#MIT LicenseMIT

Fork of audio-band from dsafa

No installers of my fork yet. For installers of audio-band go to dsafa's Release page.

For developers: Install:

  1. copy release\connectors folder into \debug
  2. create batch file, install.cmd in \debug with contents: @echo off %SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\regasm.exe /nologo /codebase %~dp0AudioBand.dll pause

Uninstall: For uninstall, create batch file uninstall.cmd in \debug with contents: @echo off %SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\regasm.exe /nologo /unregister %~dp0AudioBand.dll pause


Build status

Audio Band

This is still a work in progress!

Audio Band allows you to display song information in the taskbar.

Demo

Features

  • Displays song information - album art, artist, title, progress
  • Control your music - play/pause, previous/next
  • Add support for your music player of choice through plugins

Installation

There is currently no installer available, however there are prereleases in the Release page.

Usage

  1. Right click on the taskbar and select Audio Band from the toolbars submenu.
  2. Right click on the Audio Band toolbar and select an audio source images here

Current Supported Audio Sources

  • Spotify

Building

This project uses C# 7 features so a compatible compiler is required.

Contributing

Help is appreciated

  • Ask questions, report bugs, suggest features in issues
  • Send pull requests

Screenshots

Screenshot

License

LICENSE THIRD PARTY