yandex-music-extension icon indicating copy to clipboard operation
yandex-music-extension copied to clipboard

Extension allows you enjoy listening to YandexMusic right in your favorite code editor

Yandex Music Extension

Visual Studio Code loves Yandex Music

Extension allows you enjoy listening to YandexMusic right in your favorite code editor.

Requirements

To use this extension you should have Yandex Music account.

Extension Settings

This extension contributes the following settings:

  • yandexMusic.credentials.username - Yandex Music user name
  • yandexMusic.credentials.password - Yandex Music password
  • yandexMusic.rewindTime - Rewind time (optional, by default is 15s)
{
    "yandexMusic.credentials.username": "[email protected]",
    "yandexMusic.credentials.password": "12345",
    "yandexMusic.rewindTime": 15
}

Keyboard Shortcuts

  • Shift + Alt + P - Play/pause track
  • Shift + Alt + N - Play next track
  • Shift + Alt + B - Play previous track
  • Shift + Alt + Y, Shift + Alt + M - Open Yandex Music extension bar

Contributing

You can open an issue on a GitHub page or contact me at [email protected] with any additional questions or feedback.

Known issues

  • Only Windows is currently supported 🙄
  • ...

Support

You can subscribe to the author's telegram channel to support and motivate the author.

Running locally

  1. Ensure you have locally installed nodejs and npm.
  2. Ensure you have locally installed yarn as it is used as package manager for this project.
  3. Run yarn install in your terminal;
  4. Open Visual Studio Code and press F5.