low-batt
low-batt
Good to know there is interest in this feature. I just checked and the `mpv` issue referenced above is still open. So IINA is still blocked waiting for `mpv` to...
The `master` branch of `mpv` now supports a [secondary-sub-delay](https://mpv.io/manual/master/#options-secondary-sub-delay) option. This is an important step in adding this functionality to IINA.
It is `libmpv` that adds subtitles into the video frame. IINA can only control subtitle rendering by altering the `mpv` configuration using the subtitle related options `mpv` provides. Thus when...
[This comment](https://github.com/iina/iina/issues/2139#issuecomment-497121250) on issue #2139 says: > If possible, maybe have two settings - one for music playback and one for video, as I'd rather my videos didn't loop by...
This was fixed in IINA 1.3.5.
From the Apple documentation for [NSWindow.windowTitlebarLayoutDirection](https://developer.apple.com/documentation/appkit/nswindow/1644535-windowtitlebarlayoutdirection): > The layout direction of the window title bar includes the standard window buttons (close, minimize, maximize) and the title for the window. In...
The slider problem reproduced for me. I agree this is a critical problem. Investigating…
Both Quicktime and Safari do not reverse the playback position slider when the language is Hebrew. That is the behavior you are expecting from IINA, yes? If that is the...
I already looked a little bit into implementing a reversed playback position slider. I believe I can change IINA to properly reverse the control. I'm expecting the mini player and...
I've entered issue #4878 specifically for the OSC related RTL problems.