datasone / MPVMediaControl

Windows 10 System Media Transport Controls (SMTC) for MPV (or any other programs)
MIT License
64 stars 4 forks source link

Installation details #14

Open cafeoh opened 1 year ago

cafeoh commented 1 year ago

Hi, I'm kind of confused at how to set this up. I've put the .lua file in scripts as per the instructions, but then where should I put the .conf file, in the same folder? Similarly I need to put the binary in ~~/bin, looking online this seems to look for subpaths in my config folder, but I tried creating a bin folder and putting it in portable_config (which is where my configuration files live), aswell as scripts and the root directory but it doesn't seem to load. I tried to use the command line version of mpv to look through the debug messages to know if the script was even loaded, but even at high verbosity I can't see any information. I also tried putting the .lua file in its own folder rather than at the root of scripts but still no progress.

Would you consider adding installation details on where to put the files? Any help is appreciated! :)

NaiveInvestigator commented 1 year ago

I think if you see my config, it might help you get an idea how the directories structures work. But you don't need to install the way I did by putting it both the script and exe into the SMTC folder. I did it for my convenience.

https://github.com/NaiveInvestigator/mpv-config

Also check this out, I think it will help you clear out your doubts. https://mpv.io/manual/master/#files

Hope this helps!