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

HIDE FILE NAME IN UPPER LEFT WHEN OPENED IN FULLSCREEN #4197

Open
Seels opened this issue Jan 27, 2023 · 3 comments · May be fixed by #4991
Open

HIDE FILE NAME IN UPPER LEFT WHEN OPENED IN FULLSCREEN #4197

Seels opened this issue Jan 27, 2023 · 3 comments · May be fixed by #4991

Comments

@Seels
Copy link

Seels commented Jan 27, 2023

Hello!

How do I turn off the file name that appears in the upper left corner when I launch a new video using IINA movie player?

I am using the full screen option and would like it to be a seamless change from one video to the next in the same window in full screen without seeing file names appear in the upper left. Similarly, when the open file loops, how do I turn the time reset of the length of the file from appearing?

@low-batt
Copy link
Contributor

low-batt commented Jan 27, 2023

These are On Screen Display messages. IINA currently does not have settings to enable/disable individual OSD messages, but you can completely disable the OSD. Follow these instructions:

  • Start IINA
  • Click on Settings… under the IINA menu
  • The settings panel appears
  • On the left side of the panel click on UI
  • On the right side of the panel scroll to the On Screen Display section
  • Uncheck the Enable OSD setting
  • Restart IINA to activate the new settings

For audio/video playback support IINA uses a library from the mpv project. Many of the features of the mpv player are also available in IINA using advanced settings. IINA supports using the mpv OSD in place of IINA's OSD. Should you wish to enable mpv's OSD follow these instructions:

  • Start IINA
  • Click on Settings… under the IINA menu
  • The settings panel appears
  • On the left side of the panel click on Advanced
  • Slide the Enable advanced settings toggle button to be on (blue)
  • Check the Use mpv's OSD setting
  • Restart IINA to activate the new settings

By default the mpv OSD does not display a message when playback starts. That message must be enabled using the osd-playing-msg option.

@Seels
Copy link
Author

Seels commented Jan 27, 2023

low-batt,

Amazing. Exactly what I needed. Thanks for pointing me towards OSD settings. Really appreciate it!

@low-batt
Copy link
Contributor

I'll mark this issue as a feature request to be able to individually disable some of IINA's OSD messages, in particular the two mentioned messages.

@low-batt low-batt self-assigned this Jun 11, 2024
low-batt added a commit that referenced this issue Jun 11, 2024
This commit will:
- Add the settings disableOSDFileStartMsg, disableOSDPauseResumeMsgs,
  disableOSDSeekMsg and disableOSDSpeedMsg
- Add a new isDisabled property to OSDMessage
- Change PlayerCore.sendOSD to not display the OSD message if it has
  been disabled
- Add a "Suppress message for" disclosure triangle in the On Screen
  Display section of the UI tab that holds checkboxes for the OSD
  messages that can be disabled

These changes add settings that allow the user to keep the OSD enabled
while suppressing some of the OSD messages. This is useful in certain
applications such as looping in a kiosk or scrubbing through a video
without distractions.
@low-batt low-batt linked a pull request Jun 11, 2024 that will close this issue
2 tasks
@low-batt low-batt linked a pull request Jun 11, 2024 that will close this issue
2 tasks
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.

2 participants