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

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.