Skip to content

Commit

Permalink
Remove --demuxer-mkv-probe-video-duration=yes to allow for more testi…
Browse files Browse the repository at this point in the history
…ng & upver to 1.3.4
  • Loading branch information
Et0h committed Sep 20, 2015
1 parent 6607cd5 commit 7022865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion syncplay/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '1.3.3'
version = '1.3.4'
milestone = 'Chami'
release_number = '20'
projectURL = 'http://syncplay.pl/'
2 changes: 1 addition & 1 deletion syncplay/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
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
Expand Down

0 comments on commit 7022865

Please sign in to comment.