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:
Guido Cella
2024-10-24 20:39:07 +02:00
committed by Kacper Michajłow
parent 96095bd591
commit 4598ceb3f2
2 changed files with 8 additions and 8 deletions

View File

@@ -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",