Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samhippo authored May 16, 2020
1 parent ef57c57 commit 82cb5bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,14 @@ No action required; loading happens automatically after playback begins.
Sorts the current playlist by filename, date modified, or size. After sort is complete it begins playing from the top.
#### Installation
1. Copy [playlist-sort.lua](playlist-sort.lua) to your mpv scripts directory.
2. Add the following command to **input.conf**
2. Add the following commands to **input.conf**
```
1 script_message playlist-sort name asc
2 script_message playlist-sort name desc
3 script_message playlist-sort date asc
4 script_message playlist-sort date desc
5 script_message playlist-sort size asc
5 script_message playlist-sort size desc
6 script_message playlist-sort size desc
```

# clean-playlist.lua
Expand Down

0 comments on commit 82cb5bb

Please sign in to comment.