From 75a9cc360ccdd052268c0a762a6121e67e3f450c Mon Sep 17 00:00:00 2001 From: sudacode Date: Tue, 3 Feb 2026 10:23:20 -0800 Subject: [PATCH] update --- .claude/settings.json | 1 - .config/mpv-modules/ModernZ | 2 +- .config/mpv-yomitan-overlay/config.json | 123 ------------------ .config/mpv/mpv.conf##os.Darwin | 2 +- .../scripts/anilistUpdater/anilistUpdater.py | 1 - .config/mpv/scripts/anilistUpdater/main.lua | 1 - .config/mpv/scripts/mpv-youtube-queue.lua | 2 +- .config/nvim/lua/core/lazy.lua | 22 ++-- 8 files changed, 14 insertions(+), 140 deletions(-) delete mode 120000 .claude/settings.json delete mode 100644 .config/mpv-yomitan-overlay/config.json delete mode 120000 .config/mpv/scripts/anilistUpdater/anilistUpdater.py delete mode 120000 .config/mpv/scripts/anilistUpdater/main.lua diff --git a/.claude/settings.json b/.claude/settings.json deleted file mode 120000 index 275981b..0000000 --- a/.claude/settings.json +++ /dev/null @@ -1 +0,0 @@ -settings.json##os.Linux \ No newline at end of file diff --git a/.config/mpv-modules/ModernZ b/.config/mpv-modules/ModernZ index fadaf74..d917f6e 160000 --- a/.config/mpv-modules/ModernZ +++ b/.config/mpv-modules/ModernZ @@ -1 +1 @@ -Subproject commit fadaf74b08d90d656dd2d03f98f953918e3702c4 +Subproject commit d917f6e253f22fcd0369751fc740816538ad729c diff --git a/.config/mpv-yomitan-overlay/config.json b/.config/mpv-yomitan-overlay/config.json deleted file mode 100644 index 5f63dcd..0000000 --- a/.config/mpv-yomitan-overlay/config.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "subtitlePosition": { - "yPercent": 15.376111685625649 - }, - "keybindings": [ - { - "key": "Space", - "command": [ - "cycle", - "pause" - ] - }, - { - "key": "ArrowRight", - "command": [ - "seek", - 5 - ] - }, - { - "key": "ArrowLeft", - "command": [ - "seek", - -5 - ] - }, - { - "key": "Ctrl+Shift+KeyN", - "command": [ - "script-binding", - "mpvacious-export-note" - ] - }, - { - "key": "Ctrl+KeyC", - "command": [ - "script-binding", - "mpvacious-copy-primary-sub-to-clipboard" - ] - }, - { - "key": "Ctrl+Shift+KeyV", - "command": [ - "script-binding", - "mpvacious-secondary-sid-toggle" - ] - }, - { - "key": "Shift+KeyL", - "command": [ - "script-binding", - "mpvacious-sub-seek-forward" - ] - }, - { - "key": "Shift+KeyH", - "command": [ - "script-binding", - "mpvacious-sub-seek-back" - ] - }, - { - "key": "Ctrl+Shift+KeyH", - "command": [ - "script-binding", - "mpvacious-sub-replay" - ] - }, - { - "key": "Ctrl+Shift+KeyL", - "command": [ - "script-binding", - "mpvacious-sub-play-up-to-next" - ] - }, - { - "key": "Ctrl+KeyV", - "command": [ - "script-binding", - "animecards/update-anki-card" - ] - }, - { - "key": "KeyQ", - "command": [ - "quit" - ] - }, - { - "key": "Ctrl+KeyW", - "command": [ - "quit" - ] - } - ], - "texthooker": { - "openBrowser": false - }, - "websocket": { - "enabled": "auto", - "port": 6677 - }, - "ankiConnect": { - "enabled": true, - "url": "http://127.0.0.1:8765", - "deck": "Minecraft", - "pollingRate": 200, - "audioField": "ExpressionAudio", - "imageField": "Picture", - "sentenceField": "Sentence", - "generateAudio": true, - "generateImage": true, - "imageType": "avif", - "imageFormat": "webp", - "miscInfoPattern": "[mpv-yomitan] %f (%t)", - "overwriteAudio": true, - "overwriteImage": true, - "highlightWord": true, - "showNotificationOnUpdate": true, - "audioPadding": 0.5, - "fallbackDuration": 3 - } -} \ No newline at end of file diff --git a/.config/mpv/mpv.conf##os.Darwin b/.config/mpv/mpv.conf##os.Darwin index cdbb1da..4e08d66 100644 --- a/.config/mpv/mpv.conf##os.Darwin +++ b/.config/mpv/mpv.conf##os.Darwin @@ -155,7 +155,7 @@ profile-cond=width >= 1920 and filename:match("mkv$|mp4$") glsl-shaders="" scale=ewa_lanczos target-peak=800 -hdr-tone-mapping=bt.2390 +# hdr-tone-mapping=bt.2390 # HDR profile [hdr] diff --git a/.config/mpv/scripts/anilistUpdater/anilistUpdater.py b/.config/mpv/scripts/anilistUpdater/anilistUpdater.py deleted file mode 120000 index bc9242b..0000000 --- a/.config/mpv/scripts/anilistUpdater/anilistUpdater.py +++ /dev/null @@ -1 +0,0 @@ -../../submodules/mpv-anilist-updater/anilistUpdater/anilistUpdater.py \ No newline at end of file diff --git a/.config/mpv/scripts/anilistUpdater/main.lua b/.config/mpv/scripts/anilistUpdater/main.lua deleted file mode 120000 index 92b1a1c..0000000 --- a/.config/mpv/scripts/anilistUpdater/main.lua +++ /dev/null @@ -1 +0,0 @@ -../../submodules/mpv-anilist-updater/anilistUpdater/main.lua \ No newline at end of file diff --git a/.config/mpv/scripts/mpv-youtube-queue.lua b/.config/mpv/scripts/mpv-youtube-queue.lua index 416678b..2551397 120000 --- a/.config/mpv/scripts/mpv-youtube-queue.lua +++ b/.config/mpv/scripts/mpv-youtube-queue.lua @@ -1 +1 @@ -../../../projects/lua/mpv-youtube-queue/mpv-youtube-queue.lua \ No newline at end of file +/Users/sudacode/.config/mpv-modules/mpv-youtube-queue/mpv-youtube-queue.lua \ No newline at end of file diff --git a/.config/nvim/lua/core/lazy.lua b/.config/nvim/lua/core/lazy.lua index 48436d2..07bfc1e 100644 --- a/.config/nvim/lua/core/lazy.lua +++ b/.config/nvim/lua/core/lazy.lua @@ -1,17 +1,17 @@ -- Bootstrap lazy.nvim local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not (vim.uv or vim.loop).fs_stat(lazypath) then - local lazyrepo = "https://github.com/folke/lazy.nvim.git" - local out = vim.fn.system({ "git", "clone", "--filter=blob:none", "--branch=stable", lazyrepo, lazypath }) - if vim.v.shell_error ~= 0 then - vim.api.nvim_echo({ - { "Failed to clone lazy.nvim:\n", "ErrorMsg" }, - { out, "WarningMsg" }, - { "\nPress any key to exit..." }, - }, true, {}) - vim.fn.getchar() - os.exit(1) - end + local lazyrepo = "https://github.com/folke/lazy.nvim.git" + local out = vim.fn.system({ "git", "clone", "--filter=blob:none", "--branch=stable", lazyrepo, lazypath }) + if vim.v.shell_error ~= 0 then + vim.api.nvim_echo({ + { "Failed to clone lazy.nvim:\n", "ErrorMsg" }, + { out, "WarningMsg" }, + { "\nPress any key to exit..." }, + }, true, {}) + vim.fn.getchar() + os.exit(1) + end end vim.opt.rtp:prepend(lazypath)