nadrelaxe oui j'utilise deja mount avec rclone et unionfs pour plex
mount.sh
#!/bin/bash
/bin/fusermount -uz /home/jbnitro/.acd
# d montage Union
/bin/fusermount -uz /home/jbnitro/media
# Montage remote ACD chiffr
/usr/sbin/rclone mount \
--allow-non-empty \
--allow-other \
--acd-templink-threshold 0 \
--buffer-size 250M \
-v \
--log-file /home/jbnitro/mount.log \
enc: /home/jbnitro/.acd/ &
sleep 5s
#Montage Unionfs-Fuse
unionfs-fuse \
-o cow,allow_other,direct_io,auto_cache,sync_read \
/home/jbnitro/local=RW:/home/jbnitro/.acd=RO /home/jbnitro/media
#unionfs-fuse -o cow,allow_other,auto_cache,max_readahead=2000000000 -o uid=1001 -o gid=1001
#/home/jbnitro/local=RW:/home/jbnitro/.acd=RO /home/jbnitro/media
exit
rtorrent-postprocess
#!/bin/bash
usersickrage="jbnitro"
TORRENT_PATH=$1
TORRENT_NAME=$2
TORRENT_LABEL=$3
sh /home/jbnitro/filebot/filebot.sh \
-script fn:amc \
-non-strict \
-no-xattr \
--lang fr \
--output "/home/jbnitro/local" \
--log-file "/home/jbnitro/.session/amc477.log" \
--action copy \
--conflict override \
--def plex=127.0.0.1:fsdqsdqfqsdfsqdfs \
music=y \
artwork=y \
excludeList=".excludes" \
"ut_dir=$TORRENT_PATH" \
"ut_kind=multi" \
"ut_title=$TORRENT_NAME" \
"ut_label=$TORRENT_LABEL" &
Mais pour filebot je sais pas s'il peut envoyer directement sur .acd il faut que je test