Skip to content

Commit 3a03bcd

Browse files
committed
profiles: anki: allow mpv/mplayer
Anki relies on mpv/mplayer for playing audio and video files.
1 parent c974e17 commit 3a03bcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

etc/profile-a-l/anki.profile

+4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ include anki.local
77
include globals.local
88

99
noblacklist ${DOCUMENTS}
10+
noblacklist ${HOME}/.config/mpv
1011
noblacklist ${HOME}/.local/share/Anki2
12+
noblacklist ${HOME}/.mplayer
1113

1214
# Allow python (blacklisted by disable-interpreters.inc)
1315
include allow-python2.inc
@@ -23,7 +25,9 @@ include disable-xdg.inc
2325

2426
mkdir ${HOME}/.local/share/Anki2
2527
whitelist ${DOCUMENTS}
28+
whitelist ${HOME}/.config/mpv
2629
whitelist ${HOME}/.local/share/Anki2
30+
whitelist ${HOME}/.mplayer
2731
include whitelist-common.inc
2832
include whitelist-var-common.inc
2933

0 commit comments

Comments
 (0)