You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Linux version: Void Linux
- Kernel Version: 6.12.11_1
- GPU Model: AMD RX 6600
- Mesa/GPU Driver Version: Mesa 24.2.8
- Window Manager and Version: i3 4.24
- Source of mpv: XBPS repositories
Reproduction Steps
Set up an XDG protocol handler for URLs starting with mpv:// (or anything else)
On the Exec field, put open_mpv %u where open_mpv is a script that strips the first x characters from the passed URL (since the full URL with mpv:// is passed to XDG), in my case:
I carefully read all instruction and confirm that I did the following:
I tested with the latest mpv version to validate that the issue is not already fixed.
I provided all required information including system and mpv version.
I produced the log file with the exact same set of files, parameters, and conditions used in "Reproduction Steps", with the addition of --log-file=output.txt.
I produced the log file while the behaviors described in "Actual Behavior" were actively observed.
I attached the full, untruncated log file.
I attached the backtrace in the case of a crash.
The text was updated successfully, but these errors were encountered:
mpv Information
Other Information
Reproduction Steps
mpv://
(or anything else)Exec
field, putopen_mpv %u
whereopen_mpv
is a script that strips the first x characters from the passed URL (since the full URL withmpv://
is passed to XDG), in my case:mpv://
on the web browserExpected Behavior
mpv should treat the URL as a YouTube link and start playing the YouTube video.
Actual Behavior
mpv treats the URL as the name of a normal file and instead tries to find the file at the home directory, failing to do so.
Log File
out.txt
Sample Files
No response
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.The text was updated successfully, but these errors were encountered: