Skip to content

Commit

Permalink
Merge pull request #4016 from pirate486743186/patch-5
Browse files Browse the repository at this point in the history
Create rtv-addons.inc
  • Loading branch information
reinerh committed Mar 2, 2021
2 parents 188094a + 2d549d1 commit 7479f7b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
23 changes: 23 additions & 0 deletions etc/profile-m-z/rtv-addons.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# This file is overwritten during software install.
# Persistent customizations should go in a .local file.
include rtv-addons.local
# You can configure rtv to open different type of links
# in external applications. Configuration here:
# https://github.com/michael-lazar/rtv#viewing-media-links
# This include is meant to facilitate that configuration
# with the use of a .local file.

ignore nosound
ignore private-bin
ignore dbus-user none

noblacklist ${HOME}/.config/mpv
noblacklist ${HOME}/.mailcap
noblacklist ${HOME}/.netrc
noblacklist ${HOME}/.w3m

whitelist ${HOME}/.cache/youtube-dl/youtube-sigfuncs
whitelist ${HOME}/.config/mpv
whitelist ${HOME}/.mailcap
whitelist ${HOME}/.netrc
whitelist ${HOME}/.w3m
5 changes: 5 additions & 0 deletions etc/profile-m-z/rtv.profile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ noblacklist ${HOME}/.local/share/rtv
include allow-python2.inc
include allow-python3.inc

# You can configure rtv to open different type of links
# in external applications. Configuration here:
# https://github.com/michael-lazar/rtv#viewing-media-links
# Uncomment or put in rtv.local for external application support
#include rtv-addons.profile
include disable-common.inc
include disable-devel.inc
include disable-exec.inc
Expand Down

0 comments on commit 7479f7b

Please sign in to comment.