diff --git a/hosts/common/programs/mpv.nix b/hosts/common/programs/mpv.nix index 21deac60f..9a425768b 100644 --- a/hosts/common/programs/mpv.nix +++ b/hosts/common/programs/mpv.nix @@ -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 = [];