simon-fraser / MusicTube-Player

MusicTube Player is an electron desktop application for YouTube Music, with media key support & desktop notifications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MusicTube Player

MusicTube is an unofficial YouTube Music Desktop application, with some additions that I feel necessary, notably media keys and system notifications.

Build Status Release Version Download Release

Opening Screenshot

Installation

OSX

npm install && npm run osx

Windows:

npm install && npm run win

Development setup

The application can be ran in development mode using the command npm below, tests can also be completed and ran through npm.

Development:

npm run start

Tests:

npm run test

Meta

Simon Fraser – @symatree

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/simon-fraser/MusicTube-Player/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

See CONTRIBUTING for a complete guide on contributing to this project

Acknowledgments

Icon Designed by rocketpixel / Freepik

About

MusicTube Player is an electron desktop application for YouTube Music, with media key support & desktop notifications.

License:MIT License


Languages

Language:CSS 54.9%Language:JavaScript 45.1%