mpv.conf 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ##### My (demuredemeanor) mplayer conf
  2. # Uses tabstop=4; shiftwidth=4 tabs; foldmarker={{{,}}};
  3. # https://tildegit.org/demure/dotfiles
  4. # legacy https://notabug.org/demure/dotfiles
  5. # legacy repo http://github.com/demure/dotfiles
  6. profile=main ## Default to Main profile
  7. ### These are always loaded settings
  8. ## subtile stuff
  9. sub-ass=yes ## Better subs
  10. slang=en,eng,jpn,ja,jn
  11. alang=jpn,ja,jn,en,eng
  12. ## Misc
  13. #index=yes ## can seek in file still downloading
  14. ## Volume
  15. volume-max=1000 ## normally 10 - 10000
  16. #af=drc
  17. ## Set max youtube res
  18. ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best
  19. ## Declare Main profile
  20. [main]
  21. fs=yes ## Fullscreen
  22. ## Declare Podcast profile
  23. [pod]
  24. title="podcast" ## Set title for i3wm for_window
  25. fs=no ## No fullscreen
  26. force-window=yes ## Makes control simple
  27. autofit-larger=300x300 ## Set max pixels
  28. osd-msg1="${audio-pts}/${duration}"
  29. script-opts=osc-visibility=always
  30. ## Declare Remote Link Open
  31. [rem]
  32. title="remote-mpv" ## Set title for i3wm for_window
  33. fs=no ## No fullscreen
  34. force-window=yes ## Makes control simple
  35. autofit-larger=25%x25% ## Set max pixels