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
@@ -102,12 +102,13 @@ Except `recordingBeta-keybinds.lua` which only supports MacOS, all other scripts
102
102
-**Fast forward**: The shortcut key for fast forward, `right arrow key`, might conflict with other operations on your HTPC. To resolve this, open the `skipForward-keybinds.lua` of the HTPC with a TextEdit/Notepad, and change `RIGHT` to `f` or any other shortcut key you prefer.
103
103
-**Multiply speed playback**: You can toggle the global playback speed mode on or off with the `g` key (By default, it's turned off, but you can also set `local global_speed = true` in the `speed-keybinds.lua` script to turn it on by default). In global playback speed mode, the speed you set will apply to the entire client until the next client restart, and you can turn off this mode at any time.
104
104
-**Record screen (Beta)**: The recording might have issues with smoothness and stuttering, and does not support audio recording.
105
-
-**Switch subtitles**: The subtitle option in the Plex interface will not change. Subtitle switching only takes effect on the screen and is only valid for the current playback.
105
+
-**Switch subtitles**: The subtitle option in the Plex interface will not change. Subtitle switching only takes effect on the screen and is only valid for the current playback. By default, Plex Display Titles are shown. You can also customize this by editing the `cycleSub-keybinds.lua` script, setting `local show_title = true` to default to displaying embedded subtitle titles
106
+
(If the current subtitle lacks an embedded subtitle title, it will fallback to Plex Display Title).
106
107
-**Adjust subtitle position**: This setting applies to the entire client until the next time the client is restarted. The subtitle position will be applied to all subtitles.
107
108
-**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.
108
109
-**Adjust subtitle offset**: Subtitle offset is only valid for the current playback.
109
110
-**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.
111
+
-**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. By default, Plex Display Titles are shown. You can also customize this by editing the `cycleAudio-keybinds.lua` script, setting `local show_title = true` to default to displaying embedded audio track titles (If the current audio track lacks an embedded audio track title, it will fallback to Plex Display Title).
0 commit comments