df
This commit is contained in:
@@ -343,7 +343,7 @@ def _run_op(op: str, data: Any) -> Dict[str, Any]:
|
||||
|
||||
# Fast gate: only for streaming URLs yt-dlp knows about.
|
||||
try:
|
||||
from SYS.download import is_url_supported_by_ytdlp # noqa: WPS433
|
||||
from tool.ytdlp import is_url_supported_by_ytdlp # noqa: WPS433
|
||||
|
||||
if not is_url_supported_by_ytdlp(url):
|
||||
return {
|
||||
|
||||
@@ -6,20 +6,22 @@ osd-bar=no
|
||||
border=no
|
||||
|
||||
# Keep the window size stable when loading files (don't resize to match aspect).
|
||||
keepaspect-window=no
|
||||
|
||||
# Ensure uosc texture/icon fonts are discoverable by libass.
|
||||
osd-fonts-dir=~~/scripts/uosc/fonts
|
||||
sub-fonts-dir=~~/scripts/uosc/
|
||||
|
||||
auto-window-resize=no
|
||||
|
||||
ontop=yes
|
||||
autofit=100%
|
||||
|
||||
save-position-on-quit=yes
|
||||
|
||||
# Avoid showing embedded cover art for audio-only files.
|
||||
audio-display=no
|
||||
# Stretch the video to fill the window (ignore aspect ratio, may distort)
|
||||
keepaspect=no
|
||||
video-unscaled=no
|
||||
cursor-autohide=1000
|
||||
|
||||
# gpu-next can be fragile on some Windows/D3D11 setups; prefer the stable VO.
|
||||
vo=gpu
|
||||
@@ -34,7 +36,7 @@ background=none
|
||||
background-color=0/0
|
||||
|
||||
# Without transparency, these options may be useful:
|
||||
background-color=.2 # don't use pure black
|
||||
# background-color=.2 # don't use pure black (disabled to keep video background transparent)
|
||||
force-window-position # recenter the window when changing playlist position on X11 and macOS
|
||||
auto-window-resize=no # preserve the window size when changing playlist entry
|
||||
|
||||
@@ -79,11 +81,3 @@ reset-on-next-file-remove=video-zoom # preserve the zoom when changing file
|
||||
reset-on-next-file-remove=panscan
|
||||
reset-on-next-file-remove=video-unscaled
|
||||
linear-downscaling=no # don't make black and white manga brighter
|
||||
|
||||
|
||||
git config --global user.name "Nose"
|
||||
git config --global user.email "goyimnose@nothing.blah"
|
||||
|
||||
ssh-keygen -t ed25519 -C "goyimnose@nothing.blah" -f $env:USERPROFILE\.ssh\id_ed25519
|
||||
|
||||
git remote set-url origin goyimnose@nothing.blah:OWNER/REPO.git
|
||||
@@ -182,7 +182,7 @@ time_precision=0
|
||||
# Display stream's buffered time in timeline if it's lower than this amount of seconds, 0 to disable
|
||||
buffered_time_threshold=60
|
||||
# Hide UI when mpv autohides the cursor. Timing is controlled by `cursor-autohide` in `mpv.conf` (in milliseconds).
|
||||
autohide=no
|
||||
autohide=yes
|
||||
# Can be: flash, static, manual (controlled by flash-pause-indicator and decide-pause-indicator commands)
|
||||
pause_indicator=flash
|
||||
# Sizes to list in stream quality menu
|
||||
|
||||
Reference in New Issue
Block a user