[Feature Request]: Separate autoload and autoplay logic in player settings #6714
Closed
3 tasks done
Labels
E: display more information
E: ease of use improvement
E: improvement existing feature
enhancement
New feature or request
Guidelines
Problem Description
This issue is very loosely related to #6670 . The relevance is primarily in ease of reasoning and communication, since "autoplay" and "automatically playing" is currently insufficient to differentiate between automatic loading of videos and automatic playing of videos. Disentangling the conflation of these two concepts should help both developers and users.
Specifically, the current relevant toggles in the player settings are as follows:
The first two toggles affect both loading and playing, whereas the third toggle affects only playing. It is also unclear which "videos" the third toggle refers to - does it only affect the automatic playing of manually loaded videos, or also of the videos loaded by one of the two "autoplay" mechanisms? (I.e., does the third toggle interact with the first two, or not?)
Proposed Solution
Replace the three toggles listed above with the following four toggles:
This makes it clear both whether a toggle affects loading or playing, as well as which "videos" each autoplay toggle refers to. The concepts of loading and playing are separated from each other, which improves the clarity of the settings and the ability to reason about what exactly the effect of each toggle is (from both the developer and user perspective).
Alternatives Considered
None.
Issue Labels
display more information to user, ease of use improvement, improvement to existing feature
Additional Information
No response
The text was updated successfully, but these errors were encountered: