Skip to content

Commit

Permalink
Disabled script run on song change in ncmpcpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenslin committed Jun 25, 2018
1 parent 794d9c8 commit 443eb55
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion comfy/.ncmpcpp/config
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ song_columns_list_format = "(7)[white]{l} (15)[cyan]{a|c} (20)[cyan]{b} (50)[whi
## Attention: It doesn't support song format anymore.
## Use `ncmpcpp --now-playing SONG_FORMAT` instead.
##
execute_on_song_change = "/home/jrenslin/Sync/Programming/bash/publicListens/publicListens.sh"
# execute_on_song_change = "/home/jrenslin/Sync/Programming/bash/publicListens/publicListens.sh"
#
#playlist_show_remaining_time = no
#
Expand Down
2 changes: 1 addition & 1 deletion juicy/.ncmpcpp/config
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ song_columns_list_format = "(7)[white]{l} (15)[red]{a|c} (20)[red]{b} (50)[white
## Attention: It doesn't support song format anymore.
## Use `ncmpcpp --now-playing SONG_FORMAT` instead.
##
execute_on_song_change = "/home/jrenslin/Sync/Programming/bash/publicListens/publicListens.sh"
# execute_on_song_change = "/home/jrenslin/Sync/Programming/bash/publicListens/publicListens.sh"
#
#playlist_show_remaining_time = no
#
Expand Down
2 changes: 1 addition & 1 deletion seoul/.ncmpcpp/config
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ song_columns_list_format = "(7)[white]{l} (15)[blue]{a|c} (20)[blue]{b} (50)[whi
## Attention: It doesn't support song format anymore.
## Use `ncmpcpp --now-playing SONG_FORMAT` instead.
##
execute_on_song_change = "/home/jrenslin/Sync/Programming/bash/publicListens/publicListens.sh"
# execute_on_song_change = "/home/jrenslin/Sync/Programming/bash/publicListens/publicListens.sh"
#
#playlist_show_remaining_time = no
#
Expand Down
2 changes: 1 addition & 1 deletion summer/.ncmpcpp/config
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ song_columns_list_format = "(7)[black]{l} (15)[blue]{a|c} (20)[blue]{b} (50)[bla
## Attention: It doesn't support song format anymore.
## Use `ncmpcpp --now-playing SONG_FORMAT` instead.
##
execute_on_song_change = "/home/jrenslin/Sync/Programming/bash/publicListens/publicListens.sh"
# execute_on_song_change = "/home/jrenslin/Sync/Programming/bash/publicListens/publicListens.sh"
#
#playlist_show_remaining_time = no
#
Expand Down

0 comments on commit 443eb55

Please sign in to comment.