Skip to content

Commit

Permalink
Add license and README
Browse files Browse the repository at this point in the history
  • Loading branch information
alyosha committed Sep 6, 2020
1 parent 5354ee6 commit 83cee54
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 Stephen Johnson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## vimedia
vimedia lets you control your media players from inside vim. You know, if you're really
that lazy...

## Commands
- `:Play` => Begin playback from active media player
- `:Pause` => Pause playback from active media player
- `:PauseAll` => Pause playback from all runing media players
- `:Skip` => Skip to next song
- `:Prev` => Go back to previous song
- `:Restart` => Replay current song from the beginning
- `:Mute` => Mute audio for all media players
- `:Unmute` => Unmute audio for all media players
- `:Quit` => Send quit signal to active media player
- `:ActivePlayer` => Confirm active media player
- `:ChangePlayer` => Select active media player from list of all running/supported options

Please keep in mind that some media players have not fully implemented MPRIS
yet and not all functionality may work with every player.

## Coming soon
- Seek forward/backwards
- Volume toggle
- Shuffle
- Optional status bar
11 changes: 11 additions & 0 deletions doc/vimedia.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
___ ___ __ ___ ___ _______ ________ __ __
|" \ /" ||" \ |" \ /" | /" "||" "\ |" \ /""\
\ \ // / || | \ \ // |(: ______)(. ___ :)|| | / \
\\ \/. ./ |: | /\\ \/. | \/ | |: \ ) |||: | /' /\ \
\. // |. | |: \. | // ___)_ (| (___\ |||. | // __' \
\\ / /\ |\ |. \ /: |(: "||: :)/\ |\ / / \\ \
\__/ (__\_|_)|___|\__/|___| \_______)(________/(__\_|_)(___/ \___)



WIP

0 comments on commit 83cee54

Please sign in to comment.