Skip to content

Commit

Permalink
README.md: finish useful tricks section
Browse files Browse the repository at this point in the history
  • Loading branch information
lwilletts committed Feb 4, 2016
1 parent a75c1a5 commit ff810a3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,25 @@ To stop playback ala mpc style, try:
mpvc -p -t 0
```

To decrease the relative values of the playback-time, volume or track
position, append a minus symbol to the value:

```bash
mpvc -v -10
```

The -r option can be used to skip however many tracks in a direction, so long
as it's in the playlist's range:

```bash
mpvc -r 10
mpvc -r 5
```

The -r option can also be combined with -P to always start playing a file
after it's changed.

```bash
mpvc -r 1 -P
```

TODO
Expand Down

0 comments on commit ff810a3

Please sign in to comment.