Skip to content
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

Closed
fdemolisher opened this issue Jul 27, 2017 · 7 comments · Fixed by #9515
Closed

How do I disable the OSD message that shows up when I press next/prev button? #4675

fdemolisher opened this issue Jul 27, 2017 · 7 comments · Fixed by #9515

Comments

@fdemolisher
Copy link

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:
sallysubs hanayamata - 07 bd 720p aac 155f9177 mkv_0001_ 00_00_03 461

sallysubs hanayamata - 07 bd 720p aac 155f9177 mkv_0003_ 00_10_47 937

What do I do to disable this? Tried --osd-level=0 but it disabled the other OSD instead.

@Keith94
Copy link

Keith94 commented Oct 17, 2017

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.

@Akemi Akemi changed the title [Question] How do I disable the OSD message that shows up when I press next/prev button? How do I disable the OSD message that shows up when I press next/prev button? Sep 21, 2019
@butterw
Copy link

butterw commented Feb 16, 2021

So, does Anyone Know how to disable playlist OSD without disabling OSD ?

@Jonta
Copy link

Jonta commented Nov 24, 2021

@butterw This thread: https://bbs.archlinux.org/viewtopic.php?id=213642

Points to
--no-osd-bar
and
--osd-bar
in the man-page

Disable display of the OSD bar. This will make some things (like
seeking) use OSD text messages instead of the bar.

You can configure this on a per-command basis in input.conf
using osd- prefixes, see Input command prefixes. If you want to
disable the OSD completely, use --osd-level=0.

@avih avih closed this as completed Nov 24, 2021
@garoto
Copy link
Contributor

garoto commented Nov 24, 2021

This behavior is hardcoded in osc.lua and cannot be changed with the current avaiable options.

@adamburgess
Copy link

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...

avih added a commit to avih/mpv that referenced this issue Nov 25, 2021
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
avih added a commit to avih/mpv that referenced this issue Nov 25, 2021
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
avih added a commit that referenced this issue Nov 25, 2021
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
@avih
Copy link
Member

avih commented Nov 25, 2021

Does this issue need to be closed?

I closed it accidentally, but now it should really be closed, as #9515 was just merged.

For reference:

  • To disable chapters OSD: --script-opts-append=osc-chapters_osd=no
  • To disable playlist OSD: --script-opts-append=osc-playlist_osd=no

@adamburgess
Copy link

@avih this is awesome, thanks for taking the time :)

guidocella added a commit to guidocella/mpv that referenced this issue Oct 21, 2024
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.
guidocella added a commit to guidocella/mpv that referenced this issue Oct 22, 2024
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.
guidocella added a commit to guidocella/mpv that referenced this issue Oct 22, 2024
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.
guidocella added a commit to guidocella/mpv that referenced this issue Oct 22, 2024
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.
guidocella added a commit to guidocella/mpv that referenced this issue Oct 22, 2024
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.
kasper93 pushed a commit that referenced this issue Oct 22, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants