u8sand / Baka-MPlayer

The libmpv based media player
https://u8sand.github.io/Baka-MPlayer/
GNU General Public License v2.0
433 stars 92 forks source link

player stop working if there is mpv.conf with entries #172

Open blackarcher21 opened 8 years ago

blackarcher21 commented 8 years ago

I set configuration files (mpv.conf) for mpv with many configuration entries. When I try to play video with Baka MPlayer, it stop working immediately.

Windows 8.1 64-bit, Baka MPlayer 2.0.3 64-bit

my config vo=opengl:scale=bilinear:dwmflush=windowed hwdec=auto autofit=70%x70% osd-font='Segoe UI' osd-font-size=32 osd-bold=yes ao=wasapi:exclusive volume=100 af=volume=-6

godly-devotion commented 8 years ago

@u8sand What if we honored mpv.conf but overrode only the mpv options inside Baka's settings file?

u8sand commented 8 years ago

@godly-devotion well it seems to me--if mpv.conf is affecting baka at all then that's already what's happening. @blackarcher21 I'll investigate this issue.