This is an old revision of the document!
useradd -d /data/daemons/tdarr -m tdarr -g media
su - tdarr
wget https://f000.backblazeb2.com/file/tdarrs/versions/2.17.01/linux_x64/Tdarr_Updater.zip
./Tdarr_Updater
./Tdarr_Server/Tdarr_Server
./Tdarr_Node/Tdarr_Node
browser to http://localhost:8265/
useradd -d /data/daemons/unmanic -m unmanic -g media
enable pip
su - unmanic
python3 -m pip install unmanic
in bashrc export PATH=~/.local/bin:$PATH
unmanic
browser su 8888
missing plugins?
git clone https://github.com/Unmanic/unmanic-plugins.git cd unmanic-plugins/ ./generate_repository.py cp -a repo/ ~/.unmanic/plugins/official
Best solution, bash script:
#!/bin/bash # CODEC="-c:v libsvtav1 -crf 38 -vf scale=1280:720" OIFS=$IFS IFS=$(echo -en "\n\b") for i in *.mkv do O=${i/1080/720} echo ffmpeg -i \"$i\" $CODEC \"$O\" ffmpeg -i "$i" -c:v libsvtav1 -crf 38 -vf "scale=1280:720" "$O" done
ffmpeg use flags on etc*portage/package.use/ffmpeg:
- ffmpeg
media-video/ffmpeg x264 v4l jpeg2k lzma vpx webp x265 xvid mp3 openal opencl opus twolame vorbis wavpack svt-av1