Skip to content

Commit

Permalink
extras: Update extras/mpvc-tui
Browse files Browse the repository at this point in the history
  • Loading branch information
gmt4 committed May 2, 2024
1 parent ab75fe0 commit 663439f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/mpvc-tui
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ mpvctui_mouse_events()
mpvctui_notify()
{
# $MPVC_SCROBBLER: scrobbling file contains one entry per line with tab-separated fields
cmd_notify='notify-send -u normal -i dialog-information "$(mpvc)";'
cmd_notify='notify-send -u normal -i info "$(mpvc)";'
cmd_scrobble='echo $(mpvc expand-text "$(date +%s)\t\\${=duration}\t\\${path}\t\\${media-title}") >> '"$MPVC_SCROBBLER"
awk -v cmd_scrobble="${1:-$cmd_scrobble}" -v cmd_notify="${2:-$cmd_notify}" '
Expand Down

0 comments on commit 663439f

Please sign in to comment.