You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -67,12 +69,13 @@ The player used by Plex desktop client is mpv player, some features of mpv playe
67
69
04.**Mute**: Press `j` to switch the mute mode, press again to unmute and restore the original volume.
68
70
05.**Screenshot**: Press `s` to capture the current screen.
69
71
06.**Record screen (Beta)**: Press `1` to start recording, press `2` to stop recording. (Only support MacOS)
70
-
07.**Switch subtitles**: Press `t` to cycle through the subtitles.
72
+
07.**Switch subtitles**: Press `t` to cycle through the subtitles, press `5` to toggle between displaying Embedded Subtitle Titles and Plex Display Titles.
71
73
08.**Adjust subtitle position**: Press `d` to move down the subtitle, press `e` to move up the subtitle, press `r` to reset the subtitle position.
72
74
09.**Adjust subtitle size**: press `z` to enlarge the subtitle, press `x` to reduce the subtitle, press `c` to reset the subtitle size.
73
75
10.**Adjust subtitle offset**: Press `v` to decrease the subtitle delay, press `b` to increase the subtitle delay, press `n` to reset the subtitle offset.
74
76
11.**Move screen**: Press `m` to activate the move mode, use `arrow keys` to move the screen, press `m` again to close the move mode. Press `o` to reset the screen position.
75
77
12.**Zoom screen**: Press `=` to zoom in, press `-` to zoom out, press `0` to reset the screen size.
78
+
13.**Switch audio tracks**:Press `y` to cycle through the audio tracks, press `6` to toggle between displaying Embedded Audio Track Titles and Plex Display Titles.
76
79
77
80
78
81
## Installation
@@ -104,6 +107,7 @@ Except `recordingBeta-keybinds.lua` which only supports MacOS, all other scripts
104
107
-**Adjust subtitle size**: This setting applies to the entire client until the next time the client is restarted. The subtitle size will be applied to all subtitles.
105
108
-**Adjust subtitle offset**: Subtitle offset is only valid for the current playback.
106
109
-**Search**: Some audio files have their `video-codec` recognized as `mjpeg` or `png`. When playing such audio files, all custom shortcuts in scripts will be active. This prevents you from using these shortcuts to input characters in the search bar. To resolve this, you'll need to stop the current music playback to use all keys for character input in the search bar. If you find this inconvenient, consider modifying the shortcuts to use less common keys, reducing their impact on the search functionality.
110
+
-**Switch audio tracks**: The audio track option in the Plex interface will not change. Audio track switching only takes effect on the audio output and is only valid for the current playback.
0 commit comments