You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, history_path defaults to ~~/memo-history.log, ~~/ being mpv's config directory.
That should probably be ~~state/memo-history.log, which uses the application state directory: ${XDG_STATE_HOME}/mpv on various unices.
For more information about the distinction, see the XDG Base Directory specification.