Skip to content

Yandex Music desktop Electron application with MPRIS support

License

Notifications You must be signed in to change notification settings

phpusr/yandex-music-player

Repository files navigation

yandex-music-player

Yandex Music desktop Electron application with MPRIS support.

Warning

If your player doesn't save your config then remove config folder:

rm -r ~/.config/yandex-music-player

MPRIS

The Media Player Remote Interfacing Specification is a standard D-Bus interface which aims to provide a common programmatic API for controlling media players.

It provides a mechanism for discovery, querying and basic playback control of compliant media players, as well as a tracklist interface which is used to add context to the active media item.

How to run

Arch / Manjaro Linux

Install from AUR

yay -S yandex-music-player

Run

ymp

Windows 7/10

Download and unzip yandex-music-player-win32-ia32.zip

Other

Install Node.js & NPM

Install Electron

sudo npm install -g electron

Install dependencies

npm install --only=prod 

Run

electron .