-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couple of suggestions #9
Comments
sorry for the late response, about to your suggestions...
btw. if you don't know you can add the conf file to |
Thanks for the reply. Looking forward to the new release. Yes, i have all the configs in ./, much easier to configure them like that. About the auto-copy, when running mpv from the command line it actually gives a warning to not use auto-copy and instead specify the GPU renderer directly in the config file. So i am using vaapi-copy which works perfect. |
You asked for some feedback and input, so here i am. These are of course my personal preferences.
Add the following to input.conf, i just can't live without the mouse scroller changing volume:
AXIS_UP add volume +2 ; show_text "Volume: ${volume}"
AXIS_DOWN add volume -2 ; show_text "Volume: ${volume}"
In mpv.conf, this is to centre the mpv screen in the middle of the monitor/tv each time it opens:
geometry=50%:50%
Add the autoload.lua in your scripts folder, so that mpv automatically plays the next file inside the folder. Since i binge watch a lot of series and anime, i am to lazy to each time open the next file manually:
https://github.com/mpv-player/mpv/blob/master/TOOLS/lua/autoload.lua
Update the lua scripts with the latest versions, most of them are getting out of date and some started showing warnings when I run mpv from shell.
Not sure how feasible the following is, but your auto options script, can it be made to detect the GPU? I'm asking because I've got a Intel GPU and I need to adjust some of the options within the script because for example the hwdec auto-copy doesn't work at all.
Would it also be possible to drop the acpitool dependency and use acpid instead? Since acpitool doesn't seem te be developed anymore. And acpid is in arch community hence no need for me to build it from scratch.
The text was updated successfully, but these errors were encountered: