-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I disable the OSD message that shows up when I press next/prev button? #4675
Comments
I'm wondering about this as well. Often times the text takes up too much space on the screen. It would be nice to adjust the duration on screen and/or font size of these specific messages. |
So, does Anyone Know how to disable playlist OSD without disabling OSD ? |
@butterw This thread: https://bbs.archlinux.org/viewtopic.php?id=213642 Points to
|
This behavior is hardcoded in |
Does this issue need to be closed? It would be nice to have an option to disable the chapter list OSD. Having the ticks in the bottom bar is usually sufficient. I would like to disable it as so many named chapters are filled with spoilers... |
Previously OSD was always displayed on {ch,pl}_{next,prev} left-click, and seekbar-hover-chapter was always enabled and with fixed format. Now it can be controlled with: - chapters_osd, playlist_osd: yes/no (only affects left-click). - chapter_fmt: lua string.format template, or "no" to disable. Fixes mpv-player#4675
Previously OSD was always displayed on {ch,pl}_{next,prev} left-click, and seekbar-hover-chapter was always enabled and with fixed format. Now it can be controlled with: - chapters_osd, playlist_osd: yes/no (only affects left-click). - chapter_fmt: lua string.format template, or "no" to disable. Fixes mpv-player#4675
Previously OSD was always displayed on {ch,pl}_{next,prev} left-click, and seekbar-hover-chapter was always enabled and with fixed format. Now it can be controlled with: - chapters_osd, playlist_osd: yes/no (only affects left-click). - chapter_fmt: lua string.format template, or "no" to disable. Fixes #4675
I closed it accidentally, but now it should really be closed, as #9515 was just merged. For reference:
|
@avih this is awesome, thanks for taking the time :) |
There is a consensus that showing these list when navigating is distracting. Also if you set --osd-playing-msg, the playlist is briefly displayed and then overwritten by the msg. The chapter list can even contain spoilers: mpv-player#4675 (comment) The next commit will remove these completely in favoring of making the commands customizable.
There is a consensus that showing these list when navigating is distracting. Also if you set --osd-playing-msg, the playlist is briefly displayed and then overwritten by the msg. The chapter list can even contain spoilers: mpv-player#4675 (comment) The next commit will remove these completely in favoring of making the commands customizable.
There is a consensus that showing these list when navigating is distracting. Also if you set --osd-playing-msg, the playlist is briefly displayed and then overwritten by the msg. The chapter list can even contain spoilers: mpv-player#4675 (comment) The next commit will remove these completely in favoring of making the commands customizable.
There is a consensus that showing these list when navigating is distracting. Also if you set --osd-playing-msg, the playlist is briefly displayed and then overwritten by the msg. The chapter list can even contain spoilers: mpv-player#4675 (comment) The next commit will remove these completely in favoring of making the commands customizable.
There is a consensus that showing these list when navigating is distracting. Also if you set --osd-playing-msg, the playlist is briefly displayed and then overwritten by the msg. The chapter list can even contain spoilers: mpv-player#4675 (comment) The next commit will remove these completely in favoring of making the commands customizable.
There is a consensus that showing these list when navigating is distracting. Also if you set --osd-playing-msg, the playlist is briefly displayed and then overwritten by the msg. The chapter list can even contain spoilers: #4675 (comment) The next commit will remove these completely in favoring of making the commands customizable.
When I press next/prev playlist or chapter button on the OSC, an OSD message shows up and sometimes overlap with other OSD messages like so:
What do I do to disable this? Tried --osd-level=0 but it disabled the other OSD instead.
The text was updated successfully, but these errors were encountered: