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
- Windows version: WIN10 22H2
- GPU model, driver and version: RX570 24.9.1
- Source of mpv: zhongfly
- Latest known working version: N/A
- Issue started after the following happened: N/A
Reproduction Steps
Set clipboard-monitor=yes
Open mpv in idle or with an image
Copy anything to clipboard
Hover over the mpv window
Expected Behavior
Observing clipboard should update without hovering over the window even when no video is playing.
Is it expected that on Windows(10) observing clipboard does anything only when mpv is playing a video(can be paused) ?
On my side when its in idle or 'playing' an image, it requires hovering over the window to actually update. Docs don't mention anything about it in clipboard-monitor, but in the PR there was something about Wayland being only updated on window focus, nothing about Windows and hovering over it though. Should this be a potential bug report ?
However, i had it the other way around in the mentioned working scenario, the video can't be paused for it to work.
mp.observe_property('clipboard/text', 'native', function (_, clipboard)
mp.msg.info(clipboard)
end)
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
clipboard-monitor=yes
mpv
in idle or with an imagempv
windowExpected Behavior
Observing clipboard should update without hovering over the window even when no video is playing.
Actual Behavior
As per #15565 (reply in thread):
However, i had it the other way around in the mentioned working scenario, the video can't be paused for it to work.
Idle example:
clipboard_Idle.mp4
Video paused/playing example:
clipboard_Video.mp4
Log File
clipboard_Idle.txt
clipboard_Video.txt
Sample Files
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: