programs: mpv: explicitly add Videos/servo, Books/servo to sandbox

This commit is contained in:
Colin 2024-02-13 15:38:57 +00:00
parent e696cb96b6
commit 2d7c5b9fa5

View File

@ -73,9 +73,11 @@ in
".config/mpv" #< else mpris plugin crashes on launch
# it's common for album (or audiobook, podcast) images/lyrics/metadata to live adjacent to the primary file.
# CLI detection is too poor to pick those up, so expose the common media dirs to the sandbox to make that *mostly* work.
"Books"
"Books/servo"
"Music"
"Videos"
"Books"
"Videos/servo"
];
sandbox.extraRuntimePaths = [];