Update ignore and better defaults for mpv
Add access to GPU ids (amdgpu) for hwaccel in mpv, and better defaults for user_config. Update gitnore and debian/control
This commit is contained in:
parent
b9fb4b72d2
commit
4aaa9379a1
3 changed files with 10 additions and 2 deletions
|
|
@ -41,6 +41,8 @@ profile mpv @{exec_path} {
|
|||
@{bin}/youtube-dl rPx,
|
||||
@{bin}/yt-dlp rPx,
|
||||
|
||||
/usr/share/libdrm/{,**} r,
|
||||
|
||||
/etc/mpv/* r,
|
||||
/etc/samba/smb.conf r,
|
||||
|
||||
|
|
@ -54,7 +56,7 @@ profile mpv @{exec_path} {
|
|||
owner @{user_videos_dirs}/{,**} rw,
|
||||
|
||||
owner @{user_config_dirs}/mpv/ rw,
|
||||
owner @{user_config_dirs}/mpv/* rw,
|
||||
owner @{user_config_dirs}/mpv/{,**} rw,
|
||||
|
||||
/tmp/ r,
|
||||
owner /tmp/mpsyt-input* rw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue