diff options
Diffstat (limited to 'odin/strm')
-rw-r--r-- | odin/strm/cache_media | 2 | ||||
-rw-r--r-- | odin/strm/download_youtube | 6 | ||||
-rw-r--r-- | odin/strm/send_kitty | 2 | ||||
-rw-r--r-- | odin/strm/send_media | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/odin/strm/cache_media b/odin/strm/cache_media index c34e20fe..a6bd4732 100644 --- a/odin/strm/cache_media +++ b/odin/strm/cache_media | |||
@@ -42,5 +42,5 @@ while { | |||
42 | done | 42 | done |
43 | 43 | ||
44 | if ${acted}; then | 44 | if ${acted}; then |
45 | systemctl --no-block start uucico@hel.service | 45 | systemctl --no-block start uucico@@remoteNode@.service |
46 | fi | 46 | fi |
diff --git a/odin/strm/download_youtube b/odin/strm/download_youtube index f669fda4..f8c05fdf 100644 --- a/odin/strm/download_youtube +++ b/odin/strm/download_youtube | |||
@@ -348,10 +348,10 @@ printf ">>> %s <<<\n %s\n" "${msgId}" "${message}" | |||
348 | if [[ -n "$(notmuch search "tag:inbox AND $msgId")" ]]; then | 348 | if [[ -n "$(notmuch search "tag:inbox AND $msgId")" ]]; then |
349 | if [[ ${msgTags[(i)tv]} -le $#msgTags ]]; then | 349 | if [[ ${msgTags[(i)tv]} -le $#msgTags ]]; then |
350 | printf "%s\n%s\n" "Media available on odin" "${title}" \ | 350 | printf "%s\n%s\n" "Media available on odin" "${title}" \ |
351 | | uux -r -p -n 'hel!notify-gkleen' -a download_youtube -u normal \ | 351 | | uux -r -p -n '@remoteNode@!notify-gkleen' -a download_youtube -u normal \ |
352 | && print "Sent notification to hel via uucp" | 352 | && print "Sent notification to @remoteNode@ via uucp" |
353 | else | 353 | else |
354 | queue.hel -r "${filename}" && notmuch tag '-inbox' '-unread' -- $msgId | 354 | queue.@remoteNode@ -r "${filename}" && notmuch tag '-inbox' '-unread' -- $msgId |
355 | fi | 355 | fi |
356 | else | 356 | else |
357 | print "Message vanished from inbox" >&2 | 357 | print "Message vanished from inbox" >&2 |
diff --git a/odin/strm/send_kitty b/odin/strm/send_kitty index a1b7e836..ccebc361 100644 --- a/odin/strm/send_kitty +++ b/odin/strm/send_kitty | |||
@@ -42,5 +42,5 @@ tmpFile=$(mktemp --tmpdir=${concatDir} "${newfile:h}/.${newFile:t:r}.XXXXXX.mkv" | |||
42 | ffmpeg -y -safe 0 -f concat -i =(awk $'{ print "file \'"$0"\'" }' ${fList}) -c:v libx264 -r 30 -crf 27 -preset veryfast -vf 'scale=1920:1080:force_original_aspect_ratio=decrease,pad=1920:1080:(ow-iw)/2:(oh-ih)/2' -metadata "description=$(xargs -a ${fList} -- basename -s ".mkv")" ${tmpFile} | 42 | ffmpeg -y -safe 0 -f concat -i =(awk $'{ print "file \'"$0"\'" }' ${fList}) -c:v libx264 -r 30 -crf 27 -preset veryfast -vf 'scale=1920:1080:force_original_aspect_ratio=decrease,pad=1920:1080:(ow-iw)/2:(oh-ih)/2' -metadata "description=$(xargs -a ${fList} -- basename -s ".mkv")" ${tmpFile} |
43 | chmod 440 ${tmpFile} | 43 | chmod 440 ${tmpFile} |
44 | mv -v ${tmpFile} ${newFile} | 44 | mv -v ${tmpFile} ${newFile} |
45 | queue.hel -p -r ${newFile} | 45 | queue.@remoteNode@ -p -r ${newFile} |
46 | ln -vfs $(realpath --relative-to=${lastFile:h} ${newFile}) ${lastFile} | 46 | ln -vfs $(realpath --relative-to=${lastFile:h} ${newFile}) ${lastFile} |
diff --git a/odin/strm/send_media b/odin/strm/send_media index 4f3e576b..ecd6148f 100644 --- a/odin/strm/send_media +++ b/odin/strm/send_media | |||
@@ -73,9 +73,9 @@ while { | |||
73 | args=(-f $args) | 73 | args=(-f $args) |
74 | force=$(($force - 1)) | 74 | force=$(($force - 1)) |
75 | fi | 75 | fi |
76 | queue.hel $args && notmuch tag -unread -inbox -- ${(q)id} | 76 | queue.@remoteNode@ $args && notmuch tag -unread -inbox -- ${(q)id} |
77 | ) 9<>"${message}" | 77 | ) 9<>"${message}" |
78 | done | 78 | done |
79 | done | 79 | done |
80 | 80 | ||
81 | [[ -z "${checkedIds}" ]] && queue.hel | 81 | [[ -z "${checkedIds}" ]] && queue.@remoteNode@ |