Chris Jones 480acd5252 #mpv and a readme for troubleshooting mpv sockets #socket #socat пре 3 година
..
scripts 438890f90c [wiki] updates, [mpv] add an `autoload` lua script for playing all files within a directory пре 5 година
watch_later f75ad966ef track `watch_later` for mpv пре 6 година
README.md 480acd5252 #mpv and a readme for troubleshooting mpv sockets #socket #socat пре 3 година
input.conf cb77d3bf1b dots: run through weekly chores, bash:add func for catching misspelling, fish:completed `brew.fish` func for catching misspelling пре 4 година
mpv.conf 480acd5252 #mpv and a readme for troubleshooting mpv sockets #socket #socat пре 3 година

README.md

mpv / troubleshooting

error messages

Could not bind IPC socket

👆 i was getting that error message because my $USER could not write to the /tmp dir on macos which is a symlink to /private/tmp. i made the /private/tmp group writable for the wheel group.

socket files are something that aren't normally created with a CLI utility such as touch or mkdir from what i understand.