Skip to content

Commit 26a72d8

Browse files
committed
Changed README.md
1 parent 112a21e commit 26a72d8

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
yandex-music-player
22
===================
33

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+
```
513

614
## MPRIS
715

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.
917

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.
1119

1220
## How to run
1321

@@ -49,4 +57,4 @@ Run
4957

5058
```bash
5159
electron .
52-
```
60+
```

0 commit comments

Comments
 (0)