mirror of
https://github.com/jellyfin/jellyfin-mpv-shim.git
synced 2025-02-17 04:59:34 +00:00
Remove unused SyncPlay options.
This commit is contained in:
parent
261aad9dcf
commit
abc24bf7e3
@ -264,8 +264,6 @@ need to.
|
||||
- `sync_speed_time` - Duration in ms to change playback speed. Default: `1000`
|
||||
- `sync_speed_attempts` - Number of attempts before speed changes are disabled. Default: `3`
|
||||
- `sync_attempts` - Number of attempts before disabling sync play. Default: `5`
|
||||
- `sync_timeout` - Seconds to wait for events. Default: `30`
|
||||
- `sync_pl_timeout` - Max number of seconds to wait for player events. Default: `0.5`
|
||||
- `sync_revert_seek` - Attempt to revert seek via MPV OSC. Default: `true`
|
||||
- This could break if you use revert-seek markers or scripts that use it.
|
||||
- `sync_osd_message` - Write syncplay status messages to OSD. Default: `true`
|
||||
|
@ -85,8 +85,6 @@ class Settings(object):
|
||||
"sync_speed_time": 1000,
|
||||
"sync_speed_attempts": 3,
|
||||
"sync_attempts": 5,
|
||||
"sync_timeout": 30,
|
||||
"sync_pl_timeout": 0.5,
|
||||
"sync_revert_seek": True,
|
||||
"sync_osd_message": True,
|
||||
"screenshot_menu": True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user