-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4cbabcb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strange changes, a large number of menu items not only exist in the playlist, but track and chapter lists may also appear.
There are have some track list with dozens of items, as well as some chapter list with hundreds of items. Do we all need to do this kind of processing? I think the real problem here is that the current menu cannot conveniently navigate a large number of menu items.
4cbabcb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's rare to see so many tracks and chapters, but playlist may.
You may set
max_playlist_items=0
to return to the previous behaviour.4cbabcb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some streaming videos may have dozens of audio and subtitle tracks, which is not uncommon. In addition, YouTube's automatic subtitle generation may generate dozens of subtitle tracks.
Examples from hundreds of chapters refer to mpvnet-player/mpv.net#442
Restoring the original behavior is not the focus, but rather this commit is just hiding rather than solving the problem.
4cbabcb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can't solve the problem with menu only. If you don't like it, you can disable it or improve it with PR, all the
#@
features are optional.The solution (including playlist support) is just for lazy people like me that don't want to search for another script that do better.
4cbabcb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What confuses me here is whether it is possible to allocate some key binding when the menu is opened, such as
HOME
END
PGUP
andPGDOWN
for more convenient navigation of a large number of menu items. If possible, we don't need this compromise method.4cbabcb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I don't want to make it complicated, large numbers of menu items is not a good practice though.
4cbabcb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, if you're not willing to do this, I think you can explain the dynamic menu content that may generate a large number of menu items in the document and remind people to cooperate with other suitable scripts to improve the user experience.
4cbabcb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, Windows API doesn't remind you too. It maybe a guideline, but shoud not be an enforcement.
Everyone has their own preferences, I'm not going to advise how do they use this plugin is better or not.