Skip to content

Commit

Permalink
README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alyosha committed Sep 9, 2020
1 parent 5197d8a commit f8f8304
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ that lazy 😏
## Usage
- `:Play` => Begin playback from active media player
- `:Pause` => Pause playback from active media player
- `:PauseAll` => Pause playback from all runing media players
- `:PauseAll` => Pause playback from all running media players
- `:Skip` => Skip to next song
- `:Prev` => Go back to previous song
- `:Restart` => Replay current song from the beginning
Expand All @@ -17,17 +17,17 @@ that lazy 😏
- `:ActivePlayer` => Confirm active media player
- `:SelectPlayer` => Select/change active media player from list of all running options

Please keep in mind that some media players may not have implemented MPRIS
fully/at all and available functionality can vary with each player. At some point
I will go through and properly add debug messages where functionality is not supported,
but for now I've just addressed those places that throw errors.
Please keep in mind that individual media players are responsible for implementing
MPRIS properly/at all so available functionality can vary. At some point I will go
through and properly add debug messages where functionality is not supported, but
for now I've just tried to cover those places that throw errors when unavailable.

Throw an env like the following in your .zshrc/.bashrc to configure your preferred default player:

`export DEFAULT_VIMEDIA_PLAYER=chromium`

If you're unsure of the name to set here, try opening the media player and
running `:SelectPlayer` from within Vim to get a list of options.
If you're unsure of the name to set here, try opening the media player and running `:SelectPlayer`
from within Vim to get a list of options (remember the players need to be running/active to detect).

## Coming soon
- Seek forward/backwards
Expand All @@ -40,5 +40,4 @@ Using your preferred plugin manager or if all else fails:

`git clone https://github.com/alyosha/vimedia ~/.vim/bundle/vimedia`

You may need to install a newer version of Vim if yours wasn't built with python3.

You may need to install a newer version of Vim if yours wasn't built with python3.

0 comments on commit f8f8304

Please sign in to comment.