summaryrefslogtreecommitdiffstats
path: root/TOOLS/osxbundle/mpv.app
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2020-01-30 14:32:31 +0100
committerder richter <der.richter@gmx.de>2020-02-08 10:55:07 +0100
commit2607a2b892ce3c4f4da0b09c88ed1d6a4951020c (patch)
treeb7f700a26a4c0708c2a7539b71aed09ca648916d /TOOLS/osxbundle/mpv.app
parentb7b8a772f2a4c302f6bb1b75965e260c7944dad6 (diff)
downloadmpv-2607a2b892ce3c4f4da0b09c88ed1d6a4951020c.tar.bz2
mpv-2607a2b892ce3c4f4da0b09c88ed1d6a4951020c.tar.xz
mac: activate logging when started from the bundle
this creates a default log for the last mpv run when started from the bundle. that way one can get a log of what happened even after an issue occurred. also add a menu entry under Help to show the current log, but only when the bundle is used. Fixes #7396 Fixes #2547
Diffstat (limited to 'TOOLS/osxbundle/mpv.app')
-rw-r--r--TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf b/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf
index bdffa7a951..618f87e24b 100644
--- a/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf
+++ b/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf
@@ -1 +1,2 @@
player-operation-mode=pseudo-gui
+log-file=~/Library/Logs/mpv.log