mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-15 18:36:51 +00:00
Remove --demuxer-mkv-probe-video-duration=yes to allow for more testing & upver to 1.3.4
This commit is contained in:
parent
6607cd5a2d
commit
7022865cd0
@ -1,4 +1,4 @@
|
||||
version = '1.3.3'
|
||||
version = '1.3.4'
|
||||
milestone = 'Chami'
|
||||
release_number = '20'
|
||||
projectURL = 'http://syncplay.pl/'
|
||||
|
@ -142,7 +142,7 @@ USERLIST_GUI_USERNAME_COLUMN = 0
|
||||
USERLIST_GUI_FILENAME_COLUMN = 3
|
||||
|
||||
MPLAYER_SLAVE_ARGS = ['-slave', '--hr-seek=always', '-nomsgcolor', '-msglevel', 'all=1:global=4:cplayer=4', '-af-add', 'scaletempo']
|
||||
MPV_ARGS = ['--force-window', '--idle', '--hr-seek=always', '--keep-open', '--af-add=scaletempo', '--demuxer-mkv-probe-video-duration=yes']
|
||||
MPV_ARGS = ['--force-window', '--idle', '--hr-seek=always', '--keep-open', '--af-add=scaletempo']
|
||||
MPV_SLAVE_ARGS = ['--quiet', '--input-terminal=no', '--input-file=/dev/stdin']
|
||||
MPV_SLAVE_ARGS_NEW = ['--term-playing-msg=<SyncplayUpdateFile>\nANS_filename=${filename}\nANS_length=${=length}\nANS_path=${path}\n</SyncplayUpdateFile>', '--terminal=yes']
|
||||
MPV_NEW_VERSION = False
|
||||
|
Loading…
Reference in New Issue
Block a user