Update grzegorz/mpv.py

This commit is contained in:
Daniel Lovbrotte Olsen 2024-09-07 22:54:54 +02:00
parent 5c3df04b8d
commit 753cb87104
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ class MPV:
'--pipewire-remote=/run/user/1003/pipewire-0', # Cage doesn't set up XDG variables properly? '--pipewire-remote=/run/user/1003/pipewire-0', # Cage doesn't set up XDG variables properly?
'--idle', '--idle',
*(('--fullscreen',) if not IS_DEBUG else ()), *(('--fullscreen',) if not IS_DEBUG else ()),
'--ytdl-format=bestvideo[height<=?1080]',
'--no-terminal', '--no-terminal',
'--load-unsafe-playlists', '--load-unsafe-playlists',
'--keep-open', # Keep last frame of video on end of video '--keep-open', # Keep last frame of video on end of video