diff options
Diffstat (limited to 'hel')
-rw-r--r-- | hel/recv-media.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hel/recv-media.nix b/hel/recv-media.nix index ae56f991..52d5bae6 100644 --- a/hel/recv-media.nix +++ b/hel/recv-media.nix | |||
@@ -36,7 +36,7 @@ writeScriptBin "recv-media" '' | |||
36 | ${if notifyUser == null then "" else "#"}exit 0 | 36 | ${if notifyUser == null then "" else "#"}exit 0 |
37 | 37 | ||
38 | ( | 38 | ( |
39 | summary=${if showTitle then ''$(ffmpeg -i "''${target}" -f ffmetadata pipe:1 2>/dev/null | sed -r '/^title=/!d; s/^title=//')'' else ''""''} | 39 | summary=${if showTitle then ''$(ffmpeg -i "''${target}" -f ffmetadata pipe:1 2>/dev/null | sed -r '/^\[CHAPTER\]$/q; /^title=/!d; s/^title=//')'' else ''""''} |
40 | [[ -z "''${summary}" ]] && summary=$(basename "$1") | 40 | [[ -z "''${summary}" ]] && summary=$(basename "$1") |
41 | printf "%s\n%s\n" "''${summary}" "" | notify-${notifyUser} -a recv-media || true | 41 | printf "%s\n%s\n" "''${summary}" "" | notify-${notifyUser} -a recv-media || true |
42 | ) || true | 42 | ) || true |