diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/input.conf | 14 | ||||
-rw-r--r-- | contrib/mpv.conf | 12 |
2 files changed, 26 insertions, 0 deletions
diff --git a/contrib/input.conf b/contrib/input.conf new file mode 100644 index 0000000..f1b5bdb --- /dev/null +++ b/contrib/input.conf @@ -0,0 +1,14 @@ +# yt - A fully featured command line YouTube client +# +# Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de> +# SPDX-License-Identifier: GPL-3.0-or-later +# +# This file is part of Yt. +# +# You should have received a copy of the License along with this program. +# If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. + +Q script-message yt-mark-watch-later +c script-message yt-comments-external +C script-message yt-comments-local +d script-message yt-description diff --git a/contrib/mpv.conf b/contrib/mpv.conf new file mode 100644 index 0000000..0bcbc69 --- /dev/null +++ b/contrib/mpv.conf @@ -0,0 +1,12 @@ +# yt - A fully featured command line YouTube client +# +# Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de> +# SPDX-License-Identifier: GPL-3.0-or-later +# +# This file is part of Yt. +# +# You should have received a copy of the License along with this program. +# If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. + +speed=2.7 +volume=75 |