Created
August 31, 2012 12:10
-
-
Save NemoAlex/3551983 to your computer and use it in GitHub Desktop.
Set MplayerX - SeekStepTime
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Using Terminal set MplayerX SeekStep to 8s. | |
cd ~/Library/Preferences/ | |
defaults write org.niltsh.MPlayerX SeekStepTimeR 8 | |
defaults write org.niltsh.MPlayerX SeekStepTimeL 8 | |
# Then restart MplayerX.app if it is running. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment