You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,21 @@
1
1
yandex-music-player
2
2
===================
3
3
4
-
Yandex Music desktop Electron application with [MPRIS](https://specifications.freedesktop.org/mpris-spec/2.2/) support
4
+
Yandex Music desktop Electron application with [MPRIS](https://specifications.freedesktop.org/mpris-spec/2.2/) support.
5
+
6
+
## Warning
7
+
8
+
> If your player doesn't save your config then remove config folder:
9
+
10
+
```bash
11
+
rm -r ~/.config/yandex-music-player
12
+
```
5
13
6
14
## MPRIS
7
15
8
-
The Media Player Remote Interfacing Specification is a standard [D-Bus](https://www.freedesktop.org/wiki/Software/dbus/) interface which aims to provide a common programmatic API for controlling media players
16
+
The Media Player Remote Interfacing Specification is a standard [D-Bus](https://www.freedesktop.org/wiki/Software/dbus/) interface which aims to provide a common programmatic API for controlling media players.
9
17
10
-
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
18
+
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.
0 commit comments