diff options
| author | Anton Bobov <anton@bobov.name> | 2023-07-27 15:53:03 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-07-27 15:53:16 +0500 |
| commit | 3f532c7393edea16117b14b20c63cd128480d4bf (patch) | |
| tree | c0800ee93ba56855a9ca127e74c6b8c5344d5347 /files | |
| parent | 82ef876be9b347e7b2182e4ed84188c806150e7d (diff) | |
mpv: changed MPV config location
Diffstat (limited to 'files')
| -rw-r--r-- | files/.config/mpv/input.conf (renamed from files/.mpv/input.conf) | 0 | ||||
| -rw-r--r-- | files/.config/mpv/mpv.conf (renamed from files/.mpv/mpv.conf) | 3 | ||||
| -rw-r--r-- | files/.gitconfig | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/files/.mpv/input.conf b/files/.config/mpv/input.conf index 40f89cd..40f89cd 100644 --- a/files/.mpv/input.conf +++ b/files/.config/mpv/input.conf diff --git a/files/.mpv/mpv.conf b/files/.config/mpv/mpv.conf index 04fee25..9f9f81d 100644 --- a/files/.mpv/mpv.conf +++ b/files/.config/mpv/mpv.conf @@ -19,6 +19,9 @@ image-display-duration=inf screenshot-template=mpv-shot-%F-%{media-title}-%p-%n screenshot-directory=~/mpv-screenshots +# Cache size +demuxer-max-bytes=500M + ytdl-format="bestvideo[height<=?1080]+bestaudio/best" # diff --git a/files/.gitconfig b/files/.gitconfig index fdc8508..f909864 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -77,6 +77,7 @@ ri = rebase --interactive rc = rebase --continue ra = rebase --abort + prebase = rebase -x 'pre-commit run --from-ref HEAD~ --to-ref HEAD' # Gitlab merge requests helpers mr = !sh -c 'git fetch $1 merge-requests/$2/head:mr-$1-$2 && git checkout mr-$1-$2' - |
