diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-28 16:04:25 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-28 16:04:25 +0200 |
commit | 053638f898cd26a7c3c1f10e78dc4ee1adb8ca30 (patch) | |
tree | ae69560db0d1587fa840739f97d6515dced9a95f /odin/strm/send_kitty | |
parent | f454310b9f41941a227e844889e0fd202193c679 (diff) | |
download | nixos-053638f898cd26a7c3c1f10e78dc4ee1adb8ca30.tar nixos-053638f898cd26a7c3c1f10e78dc4ee1adb8ca30.tar.gz nixos-053638f898cd26a7c3c1f10e78dc4ee1adb8ca30.tar.bz2 nixos-053638f898cd26a7c3c1f10e78dc4ee1adb8ca30.tar.xz nixos-053638f898cd26a7c3c1f10e78dc4ee1adb8ca30.zip |
Prepend to media queue
Diffstat (limited to 'odin/strm/send_kitty')
-rw-r--r-- | odin/strm/send_kitty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odin/strm/send_kitty b/odin/strm/send_kitty index 60eb11ec..2eb3e98a 100644 --- a/odin/strm/send_kitty +++ b/odin/strm/send_kitty | |||
@@ -37,5 +37,5 @@ fi | |||
37 | newFile="${concatDir}/$(date +'%Y-%m-%d-%H-%M-%S').mkv" | 37 | newFile="${concatDir}/$(date +'%Y-%m-%d-%H-%M-%S').mkv" |
38 | 38 | ||
39 | @ffmpeg@/bin/ffmpeg -safe 0 -f concat -i =(awk $'{ print "file \'"$0"\'" }' ${fList}) -c copy -metadata "description=$(xargs -a ${fList} -- basename -s ".mkv")" ${newFile} | 39 | @ffmpeg@/bin/ffmpeg -safe 0 -f concat -i =(awk $'{ print "file \'"$0"\'" }' ${fList}) -c copy -metadata "description=$(xargs -a ${fList} -- basename -s ".mkv")" ${newFile} |
40 | queue.hel -r ${newFile} | 40 | queue.hel -p -r ${newFile} |
41 | ln -vfs $(realpath --relative-to=${lastFile:h} ${newFile}) ${lastFile} | 41 | ln -vfs $(realpath --relative-to=${lastFile:h} ${newFile}) ${lastFile} |