Compare commits
6 Commits
57f6a5db30
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
6eadea6f00
|
|||
|
05adde2559
|
|||
|
7579628faf
|
|||
|
5581723522
|
|||
|
b6390baec6
|
|||
|
21998241ba
|
9
.gitmodules
vendored
9
.gitmodules
vendored
@@ -20,9 +20,12 @@
|
||||
path = submodules/autosubsync-mpv
|
||||
url = git@github.com:joaquintorres/autosubsync-mpv.git
|
||||
|
||||
[submodule "submodules/animecards"]
|
||||
path = submodules/animecards
|
||||
url = git@github.com:friedrich-de/Anacreon-Script.git
|
||||
[submodule "submodules/immersion-tracker"]
|
||||
path = submodules/immersion-tracker
|
||||
url = git@gitea.suda.codes:sudacode/immersion-tracker.git
|
||||
[submodule "submodules/mpvacious"]
|
||||
path = submodules/mpvacious
|
||||
url = git@github.com:ksyasuda/mpvacious.git
|
||||
[submodule "submodules/animecards"]
|
||||
path = submodules/animecards
|
||||
url = git@github.com:ksyasuda/Anacreon-Script
|
||||
|
||||
57
input.conf
57
input.conf
@@ -196,26 +196,56 @@ CTRL+4 no-osd change-list glsl-shaders set "~/.config/mpv/shaders/FSRCNNX.glsl";
|
||||
CTRL+5 no-osd change-list glsl-shaders set "~/.config/mpv/shaders/ArtCNN_C4F32.glsl"; show-text "ArtCNN"
|
||||
CTRL+6 no-osd change-list glsl-shaders set "~/.config/mpv/shaders/ArtCNN_C4F16_DS.glsl"; show-text "ArtCNN"
|
||||
CTRL+7 no-osd change-list glsl-shaders set "~/.config/mpv/shaders/ArtCNN_C4F16.glsl"; show-text "ArtCNN"
|
||||
|
||||
CTRL+0 no-osd change-list glsl-shaders clr ""; show-text "GLSL shaders cleared"
|
||||
|
||||
ctrl+K cycle-values keep-open "yes" "no"
|
||||
ctrl+r script-binding reload-scripts
|
||||
ctrl+s script_binding autosubsync-menu
|
||||
|
||||
# SponsorBlock
|
||||
# {{{ sponsorblock
|
||||
ctrl+g script-binding sponsorblock/set_segment
|
||||
ctrl+G script-binding sponsorblock/submit_segment
|
||||
ctrl+< script-binding sponsorblock/upvote_setment
|
||||
ctrl+> script-binding sponsorblock/downvote_segment
|
||||
#}}}
|
||||
|
||||
# Anilist
|
||||
# {{{ anilist
|
||||
ctrl+A script-binding update_anilist
|
||||
ctrl+B script-binding launch_anilist
|
||||
ctrl+E script-binding open_folder
|
||||
ctrl+V script-binding mpvacious-secondary-sid-toggle
|
||||
# }}}
|
||||
|
||||
# mpv_youtube_queue
|
||||
# {{{ mpvacious (subs2srs)
|
||||
a script-binding mpvacious-menu-open
|
||||
ctrl+g ignore # script-binding mpvacious-animated-snapshot-toggle
|
||||
ctrl+N script-binding mpvacious-export-note
|
||||
ctrl+b ignore # script-binding mpvacious-update-selected-note
|
||||
ctrl+B ignore # script-binding mpvacious-overwrite-selected-note
|
||||
ctrl+m ignore # script-binding mpvacious-update-last-note
|
||||
ctrl+M ignore # script-binding mpvacious-overwrite-last-note
|
||||
G script-binding mpvacious-quick-card-menu-open
|
||||
alt+g script-binding mpvacious-quick-card-sel-menu-open
|
||||
ctrl+c script-binding mpvacious-copy-primary-sub-to-clipboard
|
||||
ctrl+C script-binding mpvacious-copy-secondary-sub-to-clipboard
|
||||
ctrl+= script-binding mpvacious-autocopy-toggle
|
||||
H script-binding mpvacious-sub-seek-back
|
||||
L script-binding mpvacious-sub-seek-forward
|
||||
alt+h script-binding mpvacious-sub-seek-back-pause
|
||||
alt+l script-binding mpvacious-sub-seek-forward-pause
|
||||
ctrl+h script-binding mpvacious-sub-rewind
|
||||
ctrl+H script-binding mpvacious-sub-replay
|
||||
ctrl+L script-binding mpvacious-sub-play-up-to-next
|
||||
ctrl+V script-binding mpvacious-secondary-sid-toggle
|
||||
ctrl+K script-binding mpvacious-secondary-sid-prev
|
||||
ctrl+J script-binding mpvacious-secondary-sid-next
|
||||
# }}}
|
||||
|
||||
# {{ animecards
|
||||
ctrl+v script-binding animecards/update-anki-card
|
||||
# }}
|
||||
|
||||
# {{{ mpv-youtube-queue
|
||||
ctrl+a script-binding mpv_youtube_queue/add_to_queue
|
||||
ctrl+n script-binding mpv_youtube_queue/play_next_in_queue
|
||||
ctrl+p script-binding mpv_youtube_queue/play_previous_in_queue
|
||||
@@ -230,3 +260,22 @@ ctrl+d script-binding mpv_youtube_queue/download_current_video
|
||||
ctrl+D script-binding mpv_youtube_queue/download_selected_video
|
||||
ctrl+m script-binding mpv_youtube_queue/move_video
|
||||
ctrl+x script-binding mpv_youtube_queue/delete_video
|
||||
#}}}
|
||||
|
||||
#{{{ MPV SELECT
|
||||
g ignore
|
||||
g-a script-binding select/select-aid
|
||||
g-b script-binding select/select-binding
|
||||
g-c script-binding select/select-chapter
|
||||
g-e script-binding select/select-edition
|
||||
g-h script-binding select/select-watch-history
|
||||
g-l script-binding select/select-subtitle-line
|
||||
g-m script-binding select/menu
|
||||
g-p script-binding select/select-playlist
|
||||
g-r script-binding select/show-properties
|
||||
g-s script-binding select/select-sid
|
||||
g-S script-binding select/select-secondary-sid
|
||||
g-t script-binding select/select-track
|
||||
g-v script-binding select/select-vid
|
||||
g-w script-binding select/select-watch-later
|
||||
# }}}
|
||||
|
||||
@@ -68,6 +68,24 @@ IMAGE_HEIGHT=480
|
||||
# [JPG only] Quality: from 0 (worst) to 100 (best)
|
||||
JPG_QUALITY=88
|
||||
|
||||
# =================================================
|
||||
# Animated Image Settings
|
||||
# =================================================
|
||||
# Enable animated export for the selected subtitle segment (yes/no)
|
||||
ANIMATED_IMAGE_ENABLED=yes
|
||||
|
||||
# Animated format: webp or avif
|
||||
ANIMATED_IMAGE_FORMAT=avif
|
||||
|
||||
# Resize animated image to this height (in pixels). (0 = keep original)
|
||||
ANIMATED_IMAGE_HEIGHT=480
|
||||
|
||||
# Frames per second for animated export (1-30)
|
||||
ANIMATED_IMAGE_FPS=24
|
||||
|
||||
# Quality 0-100 (mapped to CRF for avif)
|
||||
ANIMATED_IMAGE_QUALITY=69
|
||||
|
||||
# =================================================
|
||||
# Misc Info - Extra metadata for cards
|
||||
# =================================================
|
||||
|
||||
Submodule submodules/animecards updated: 9a8d5363e6...ced1d30630
Submodule submodules/mpv-anilist-updater updated: 87d5906880...a5851c4c0e
1
submodules/mpvacious
Submodule
1
submodules/mpvacious
Submodule
Submodule submodules/mpvacious added at 01c6adc825
Reference in New Issue
Block a user