From 8c2d69b05dc070d51c3608cc31c54997cd7b9f2a Mon Sep 17 00:00:00 2001 From: Baldomo Date: Sat, 26 Dec 2020 00:07:10 +0100 Subject: [PATCH] Fixed small typos in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77fce38..5384e99 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ The table below is a simple documentation of the URL query keys and values used | `pip` | `1` | Simulates a picture-in-picture mode (only works with mpv for now) | | `enqueue` | `1` | Adds a video to the queue (see below) | | `new_window` | `1` | Forcibly starts a video in a new window even if one is already open | -| `player` | `celluloid` | :warning: WIP, starts any arbitrary video player (only mpv-based ones are recommended, such as [Celluloid](https://celluloid-player.github.io/)) | +| `player` | `celluloid` | Starts any arbitrary video player (only mpv-based ones are recommended, such as [Celluloid](https://celluloid-player.github.io/)) | | `flags` | `--vo%3Dgpu` | Custom command options and flags to be passed to the video player, URL-encoded | ### Playlist and `enqueue` functionality -For `enqueue` to work properly with any mpv-based player (provided it supports mpv's IPC), the player has to read commands from a socket. This can be achieved by adding the following line to the video player's configuration (usually `.conf/mpv/mpv.conf` for mpv). +For `enqueue` to work properly with any mpv-based player (provided it supports mpv's IPC), the player has to read commands from a socket. This can be achieved by adding the following line to the video player's configuration (usually `.config/mpv/mpv.conf` for mpv). ```conf input-ipc-server=/tmp/mpvsocket