ekisu / mpv-webm

Simple WebM maker for mpv, with no external dependencies.
MIT License
571 stars 33 forks source link

Please help a newbie. #41

Closed palunglaut closed 2 years ago

palunglaut commented 5 years ago

Where is the "script" folder ?

I usually just use mpv for watching movies, and i dont find the "script" folder in my mpv directory. And i cant find this ~/.config/mpv/scripts/ location.

OrangeChannel commented 5 years ago

If you’re on windows, there will be a folder under C:\Users\”Your user name”\AppData\Roaming\ thats called mpv. Make a new folder inside of the mpv folder and call its scripts. Drop the lua file in there and you’re all good to go.

ekisu commented 5 years ago

What @davste0816 said is pretty much it, did it work for you?

You could also create a mpv/scripts folder in the same directory as the mpv.exe executable (assuming you're running Windows), and place the script there.

milanbt commented 2 years ago

I learned from this thread that the path for scripts that you have to make is: "~/.config/mpv/scripts".

It would be very helpful if the common scripts directory location for Windows/Mac/Linux was in the README. I tried google searching "mpv scripts directory linux" and I couldn't find anything.

ereinstein commented 2 years ago

https://mpv.io/manual/master/#configuration-files

It's right there in the mpv manual.

milanbt commented 2 years ago

I guess I was a little impatient in searching, because the mpv manual does show up on DDG but not google in the top page and the answer is also in the arch wiki.

I still think a bit of redundancy or even a link to the manual on the README would help less savvy users install it. I once wanted to install this script a few years ago, but just gave up because I didn't know where the script directory was and wouldn't have thought to read the mpv manual.

ekisu commented 2 years ago

Added some info about this on the README