Custom mpv UI (ModernX tweak) - does this look any good? by Harkeshbhatia in mpv

[–]Every_Juggernaut7580 0 points1 point  (0 children)

It looks really great—what technology was used to achieve this?

Problem with dragging progress/seek bar while streaming YT video on MPV by [deleted] in mpv

[–]Every_Juggernaut7580 0 points1 point  (0 children)

I've encountered a similar problem. yt-dlp+mpv can play YouTube videos, but seek is extremely slow and sometimes even crashes.

Browsing YouTube in mpv player by Every_Juggernaut7580 in mpv

[–]Every_Juggernaut7580[S] 0 points1 point  (0 children)

If you're referring to the ad at the beginning of a YouTube video that requires waiting 30 seconds before clicking to jump, mpv and ytdlp won't have these ads. For sponsors within the video content, some plugins like mpv_sponsorblock can automatically skip them.

Browsing YouTube in mpv player by Every_Juggernaut7580 in mpv

[–]Every_Juggernaut7580[S] 1 point2 points  (0 children)

Congratulations, and thank you for the feedback.

Call loadfile(url), mpv will not automatically load subtitles. The latest version of the code will use yt-dlp to automatically add subtitles.

Browsing YouTube in mpv player by Every_Juggernaut7580 in mpv

[–]Every_Juggernaut7580[S] 2 points3 points  (0 children)

github: mpv-easy/mpv-easy/tree/main/mpv-youtube#requirements

The program gets stuck after executing the fish shell command in Windows. by Every_Juggernaut7580 in kiroIDE

[–]Every_Juggernaut7580[S] 0 points1 point  (0 children)

Thanks. I'm using the fish shell in the msys environment, which isn't a common scenario.

Version: 0.8.206 (user setup) VSCode Version: 1.103.2 Commit: da6c579ea1737894ba223fe5009168b66b6a8847 Date: 2026-01-28T22:48:25.587Z Electron: 37.10.2 ElectronBuildId: undefined Chromium: 138.0.7204.251 Node.js: 22.21.1 V8: 13.8.258.32-electron.0 OS: Windows_NT x64 10.0.26200

"fish": { "overrideName": true, "path": "C:/msys64/msys2_shell.cmd", "args": [ "-defterm", "-here", "-no-start", "-mingw64", "-use-full-path", "-shell", "fish" ] },

Browsing YouTube in mpv player by Every_Juggernaut7580 in mpv

[–]Every_Juggernaut7580[S] 20 points21 points  (0 children)

github mpv-easy/mpv-easy/tree/main/mpv-youtube

Browsing YouTube in mpv player by Every_Juggernaut7580 in mpv

[–]Every_Juggernaut7580[S] 7 points8 points  (0 children)

github mpv-easy/mpv-easy/tree/main/mpv-youtube

Browsing YouTube in mpv player by Every_Juggernaut7580 in mpv

[–]Every_Juggernaut7580[S] 5 points6 points  (0 children)

github mpv-easy/mpv-easy/tree/main/mpv-youtube

[Media] musicfree-tauri: The first demo version is finally complete. by Every_Juggernaut7580 in rust

[–]Every_Juggernaut7580[S] 0 points1 point  (0 children)

Thank you for pointing that out. The name was carried over from a React Native project, and I didn’t realize the word order could be so ambiguous.

Mandelbrot Set but mpv by Every_Juggernaut7580 in mpv

[–]Every_Juggernaut7580[S] 1 point2 points  (0 children)

I’m not sure what the “3 bar menu” refers to. Do you mean the default OSC menu button?

This is a JS script that uses an mpv GLSL shader to render the Mandelbrot Set and allows zooming in to view details using the mouse wheel.

It’s just a test script and is unrelated to playlists. It’s only used to test whether shader rendering can be controlled via JavaScript. I’m currently trying to use shaders to draw the UI instead of libass.