update readme

This commit is contained in:
familyfriendlymikey 2022-10-10 12:02:05 +02:00
parent 212ba4cff7
commit aafa746587

View File

@ -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