mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
osc.lua: show track-list for one more second
Useful now that track metadata is printed. This now uses the same duration as playlist and chapter-list.
This commit is contained in:
committed by
Kacper Michajłow
parent
96095bd591
commit
4598ceb3f2
@@ -95,14 +95,14 @@ local user_opts = {
|
||||
chapter_next_mbtn_right_command = "script-binding select/select-chapter; script-message-to osc osc-hide",
|
||||
|
||||
audio_track_mbtn_left_command = "script-binding select/select-aid; script-message-to osc osc-hide",
|
||||
audio_track_mbtn_mid_command = "show-text ${track-list/audio} 2000",
|
||||
audio_track_mbtn_right_command = "show-text ${track-list/audio} 2000",
|
||||
audio_track_mbtn_mid_command = "show-text ${track-list/audio} 3000",
|
||||
audio_track_mbtn_right_command = "show-text ${track-list/audio} 3000",
|
||||
audio_track_wheel_down_command = "cycle audio",
|
||||
audio_track_wheel_up_command = "cycle audio down",
|
||||
|
||||
sub_track_mbtn_left_command = "script-binding select/select-sid; script-message-to osc osc-hide",
|
||||
sub_track_mbtn_mid_command = "show-text ${track-list/sub} 2000",
|
||||
sub_track_mbtn_right_command = "show-text ${track-list/sub} 2000",
|
||||
sub_track_mbtn_mid_command = "show-text ${track-list/sub} 3000",
|
||||
sub_track_mbtn_right_command = "show-text ${track-list/sub} 3000",
|
||||
sub_track_wheel_down_command = "cycle sub",
|
||||
sub_track_wheel_up_command = "cycle sub down",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user