-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
File Loop mode cannot be toggled off via menu command after it is turned on #3626
Comments
Reproduced for me. This is a defect. IINA code is treating the mpv
@CarterLi has a fix for this. He is currently away. I will coordinate with him when he gets back. |
Thanks! A side note: you guys might want to consider using Issue Labels to mark issues that have been verified, was actually an mpv issue, etc. That way you could get a filtered list of the open 1.2k ( |
I'm an IINA user that noticed the core developers were overloaded and have been helping by investigating problems and posting proposed solutions. I do not have the GitHub privileges required to add labels. The core developers are currently reviewing and merging proposed fixes as a part of preparing the next release. That may still take a while as there are a lot of fixes outstanding and we do want to be careful and not send out a release with regressions in it. I will discuss this issue with CarterLi. He just announced he is going to be unavailable for a couple of weeks, so don't expect a quick update. This issue is simple enough that it certainly should be fixed in this coming release in my opinion. |
Thanks for contributing to FOSS! |
Fix has been merged into the develop branch. |
Closing. Fixed in IINA 1.3.0. |
System and IINA version:
Expected behavior:
Selecting the File Loop menu item will toggle File Loop mode between
on
andoff
(with a ✔︎ appearing next to the menu item whenon
, see #3625)Actual behavior:
File Loop mode does not toggle off. One is forced either to restart IINA or figure out how to create a key binding to do so (very hard!).
Workaround:
Create a key binding with the action:
cycle-values loop "no"
. This reveals another bug: one cannot create a simple toggle keybinding. I have to create a separatecycle-values loop "yes"
Acycle-values loop
binding does not work as expected.The text was updated successfully, but these errors were encountered: