mirror of
https://github.com/familyfriendlymikey/mpv-cut
synced 2024-07-01 12:08:58 +00:00
update readme
This commit is contained in:
parent
212ba4cff7
commit
aafa746587
15
README.md
15
README.md
@ -91,13 +91,12 @@ You can navigate between these chapters with the default mpv bindings,
|
|||||||
|
|
||||||
### Channels
|
### Channels
|
||||||
|
|
||||||
The resulting cuts and bookmark files will
|
The resulting cuts and bookmark files will be prefixed a channel
|
||||||
be prefixed with one of ten channel names.
|
number. This is to help you categorize cuts and bookmarks. You
|
||||||
This is to help you categorize cuts and bookmarks.
|
can press `-` to decrement the channel and `=` to increment the
|
||||||
You can press `-` to decrement the channel
|
channel.
|
||||||
and `+` to increment the channel.
|
|
||||||
If there is no configured name for a channel,
|
You can configure a name for each channel as shown below.
|
||||||
the channel number will be used instead.
|
|
||||||
|
|
||||||
## Config
|
## Config
|
||||||
|
|
||||||
@ -120,6 +119,8 @@ ACTIONS = { "COPY", "ENCODE" }
|
|||||||
|
|
||||||
-- The list of channel names, you can choose whatever you want.
|
-- The list of channel names, you can choose whatever you want.
|
||||||
CHANNEL_NAMES = {}
|
CHANNEL_NAMES = {}
|
||||||
|
CHANNEL_NAMES[1] = "FUNNY"
|
||||||
|
CHANNEL_NAMES[2] = "COOL"
|
||||||
|
|
||||||
-- The default channel
|
-- The default channel
|
||||||
CHANNEL = 1
|
CHANNEL = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user