Delete some old unneeded files, minor fixes to other files
This commit is contained in:
parent
9264b9c3ef
commit
053f4bb39a
6 changed files with 8 additions and 1182 deletions
|
@ -7,11 +7,9 @@ vo=gpu
|
|||
hwdec=vaapi
|
||||
hwdec-codecs=all
|
||||
|
||||
{%@@ if profile == "Mirkwood" @@%}
|
||||
{%@@ if profile == "Mirkwood" or profile == "Moria" @@%}
|
||||
gpu-context=wayland
|
||||
{%@@ endif @@%}
|
||||
|
||||
{%@@ if profile == "mko-laptop" @@%}
|
||||
{%@@ elif profile == "mko-laptop" @@%}
|
||||
script=~/.lib/mpris.so
|
||||
{%@@ endif @@%}
|
||||
|
||||
|
@ -29,8 +27,12 @@ replaygain=track
|
|||
# Start ipc server
|
||||
input-ipc-server=/tmp/mpvsocket
|
||||
|
||||
# set youtube-dl max res to 1080
|
||||
# set youtube-dl max res
|
||||
{%@@ if profile == "Moria" @@%}
|
||||
ytdl-format=bestvideo[height<=2160]+bestaudio/best[height<=2160]
|
||||
{%@@ else @@%}
|
||||
ytdl-format=bestvideo[height<=1080]+bestaudio/best[height<=1080]
|
||||
{%@@ endif @@%}
|
||||
|
||||
# continue watching
|
||||
save-position-on-quit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue