yandex-music-extension
Описание
Extension allows you enjoy listening to YandexMusic right in your favorite code editor
Языки
- TypeScript100%
Yandex Music Extension
Extension allows you enjoy listening to YandexMusic right in your favorite code editor. All operation systems are supported 🎉🎉🎉.

Requirements
To use this extension you should have Yandex Music account.
Extension Settings
This extension contributes the following settings:
- Rewind time (optional, by default is 15s)yandexMusic.rewindTime- shows electron app, which is used for playing audio (for debug purpose, by default isyandexMusic.showElectronApp)false
Remote Development using SSH
When working on a remote machine via SSH, the extension attempts to download and run Electron on the remote machine by default. This is not the correct behavior. We need to instruct Visual Studio Code that the extension should run locally. This can be achieved by using the remote.extensionKind setting as explained in the VS Code documentation.
Keyboard Shortcuts
- Play/pause trackShift + Alt + P- Play next trackShift + Alt + N- Play previous trackShift + Alt + B,Shift + Alt + Y- Open Yandex Music extension barShift + Alt + M
Contributing
You can open an issue on a GitHub page or contact me at cherkalexander@gmail.com with any additional questions or feedback.
Support
- You can ask any questions about Yandex Music Api in Telegram Chat
- You can subscribe to the author's telegram channel to support and motivate the author.
Running locally
- Ensure you have locally installed
andnodejs.npm - Ensure you have locally installed
as it is used as package manager for this project.yarn - Run
in your terminal;yarn install - Open Visual Studio Code and press
.F5
Thanks
Thanks to MarshalX, his project was used as a foundation for yandex-music-extension and yandex-music-open-api.