Remove --demuxer-mkv-probe-video-duration=yes to allow for more testing & upver to 1.3.4

This commit is contained in:
Et0h 2015-09-20 11:23:32 +01:00
parent 6607cd5a2d
commit 7022865cd0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version = '1.3.3'
version = '1.3.4'
milestone = 'Chami'
release_number = '20'
projectURL = 'http://syncplay.pl/'

View File

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