Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## General
- # show mpv logo on idle
- idlescreen=yes
- # whether to show OSC window controls, "auto", "yes" or "no"
- windowcontrols=auto
- # show OSC when windowed?
- showwindowed=yes
- # show OSC when fullscreen?
- showfullscreen=yes
- # disable santa hat in December
- greenandgrumpy=yes
- ## Colors
- # accent of the OSC and the title bar
- osc_color=#000000
- # color of title in borderless/fullscreen mode
- window_title_color=#FFFFFF
- # color of window controls (close, min, max) in borderless/fullscreen mode
- window_controls_color=#FFFFFF
- # color of the title (above seekbar)
- title_color=#FFFFFF
- # color of the seekbar progress and handle
- seekbarfg_color=#92DE8B
- # color of the remaining seekbar
- seekbarbg_color=#FFFFFF
- # color of timestamps (below seekbar)
- time_color=#FFFFFF
- # color of side buttons (audio, sub, playlist, vol, loop, info..etc)
- side_buttons_color=#FFFFFF
- # color of middle buttons (skip, jump, chapter...etc)
- middle_buttons_color=#FFFFFF
- # color of play/pause button
- playpause_color=#FFFFFF
- ## Buttons
- # whether buttons have a glowing effect when hovered over
- hovereffect=yes
- # show playlist button? LClick: show playlist, RClick: use select.lua
- showplaylist=no
- # show "jump forward/backward 10 seconds" buttons
- showjump=no
- # show the skip back and forward (chapter) buttons
- showskip=no
- # show the info button
- showinfo=yes
- # show the loop button
- showloop=no
- # show window on top button
- showontop=yes
- # show screenshot button
- showscreenshot=yes
- # flag for the screenshot button. subtitles, video, window, each-frame
- # https://mpv.io/manual/master/#command-interface-screenshot-%3Cflags%3E
- screenshot_flag=subtitles
- ## Scaling
- # whether to scale the controller with the video
- vidscale=yes
- # scaling of the controller when windowed
- scalewindowed=0.7
- # scaling of the controller when fullscreen
- scalefullscreen=0.7
- # scaling when rendered on a forced window
- scaleforcedwindow=0.7
- ## Time & Volume
- # whether to use the Unicode minus sign character in remaining time
- unicodeminus=no
- # display total time instead of remaining time?
- timetotal=yes
- # display timecodes with milliseconds?
- timems=no
- # the font size of the time
- timefontsize=18
- # change the jump amount (in seconds by default)
- jumpamount=10
- # show different icon when jumpamount is 5, 10, or 30
- jumpiconnumber=yes
- # seek mode for jump buttons
- jumpmode=relative
- # whether to show mute button and volume slider
- volumecontrol=yes
- # use "linear" or "log" (logarithmic) volume scale
- volumecontroltype=linear
- ## Seeking
- # use keyframes when dragging the seekbar
- seekbarkeyframes=no
- # size ratio of the slider handle, range 0 ~ 1
- seekbarhandlesize=0.8
- # show seekrange overlay
- seekrange=yes
- # transparency of seekranges
- seekrangealpha=150
- # update seekbar chapter markers on duration change
- livemarkers=yes
- # show osc when seeking? or input.conf: x script-message-to modernz osc-show
- osc_on_seek=no
- # set seekbarkeyframes based on video length to prevent laggy scrubbing on long videos
- automatickeyframemode=yes
- # videos of above this length (in seconds) will have seekbarkeyframes on
- automatickeyframelimit=600
- ## UI [elements]
- # show title in OSC (above seekbar)
- showtitle=no
- # show window title in borderless/fullscreen mode
- showwindowtitle=yes
- # show window controls (close, min, max) in borderless/fullscreen
- showwindowcontrols=yes
- # whether to make the title bar a singular bar instead of a black fade
- titleBarStrip=no
- # title above seekbar. ${media-title} or ${filename} (can use /no-ext)
- title=${media-title}
- # mpv-osd-symbols = default osc font (or the one set in mpv.conf)
- font=mpv-osd-symbols
- # the font size of the title text (above seekbar)
- titlefontsize=30
- # chapter print format for seekbar-hover. "no" to disable
- chapter_fmt=Chapter: %s
- # always show a small progress line at the bottom of the screen
- persistentprogress=no
- # the height of the persistentprogress bar
- persistentprogressheight=17
- # on web videos, show the buffer on the persistent progress line
- persistentbuffer=no
- ## UI [behavior]
- # whether to show osc when paused
- showonpause=yes
- # whether to disable the hide timeout on pause
- keeponpause=no
- # if the osc should only display when hovering at the bottom
- bottomhover=no
- # whether to raise subtitles above the osc when it's shown
- raisesubs=yes
- # how much subtitles rise when the osc is shown
- raisesubamount=175
- # the width of the thumbnail border (thumbfast)
- thumbnailborder=0
- # alpha of the background box for the OSC
- OSCfadealpha=150
- # alpha of the window title bar
- boxalpha=75
- # If you pin the window, keep window border?
- ontopborder=no
- # activate looping by right clicking pause
- loopinpause=no
- # only used at init to set visibility_mode(...)
- visibility=auto
- ## UI [time-based]
- # duration in ms until OSC hides if no mouse movement
- hidetimeout=500
- # duration of fade out in ms, 0 = no fade
- fadeduration=250
- # amount of pixels the mouse has to move for OSC to show
- minmousemove=0
- # minimum interval between OSC redraws in seconds
- tick_delay=0.0167
- # use display fps as the minimum interval
- tick_delay_follow_display_fps=no
Advertisement
Add Comment
Please, Sign In to add comment