[Docs] Reformat documentation.
This commit is contained in:
parent
3872429e84
commit
d4e0115c8f
13
DOCS.md
13
DOCS.md
|
@ -1,9 +1,10 @@
|
||||||
# KittehPlayer
|
# KittehPlayer
|
||||||
A YouTube-like video player based on Qt, QML and libmpv.
|
A YouTube-like video player based on Qt, QML and libmpv.
|
||||||
## Configuration
|
|
||||||
### Config Location
|
## Config Location
|
||||||
- On linux the config file will be located at `~/.config/KittehPlayer/KittehPlayer.conf`
|
- On linux the config file will be located at `~/.config/KittehPlayer/KittehPlayer.conf`
|
||||||
### Supported Languages
|
|
||||||
|
## Supported Languages
|
||||||
- `english`
|
- `english`
|
||||||
- `french`
|
- `french`
|
||||||
- `spanish`
|
- `spanish`
|
||||||
|
@ -12,7 +13,9 @@ A YouTube-like video player based on Qt, QML and libmpv.
|
||||||
- `russian`
|
- `russian`
|
||||||
- `norweigan`
|
- `norweigan`
|
||||||
- If your language isn't listed above then please either contact me (details at bottom of readme) or make a PR with the translations which are located in the file `src/qml/translations.js`.
|
- If your language isn't listed above then please either contact me (details at bottom of readme) or make a PR with the translations which are located in the file `src/qml/translations.js`.
|
||||||
### MPV Config
|
|
||||||
|
## MPV Config
|
||||||
- Since KittehPlayer's default backend is based on libmpv, you can use the mpv.conf from `~/.config/mpv/mpv.conf`.
|
- Since KittehPlayer's default backend is based on libmpv, you can use the mpv.conf from `~/.config/mpv/mpv.conf`.
|
||||||
### SVP Support
|
|
||||||
|
## SVP Support
|
||||||
- KittehPlayer works with SVP, you just need to follow the same guides as for MPV.
|
- KittehPlayer works with SVP, you just need to follow the same guides as for MPV.
|
Loading…
Reference in a new issue