Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
sailing:tidarr [2024/02/15 19:10] – willy | sailing:tidarr [2024/02/23 14:29] (current) – removed willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | useradd -d / | ||
- | su - tdarr | ||
- | |||
- | wget https:// | ||
- | |||
- | ./ | ||
- | |||
- | ./ | ||
- | |||
- | ./ | ||
- | |||
- | browser to http:// | ||
- | |||
- | |||
- | useradd -d / | ||
- | |||
- | enable pip | ||
- | |||
- | su - unmanic | ||
- | |||
- | python3 -m pip install unmanic | ||
- | |||
- | in bashrc | ||
- | export PATH=~/ | ||
- | |||
- | unmanic | ||
- | |||
- | browser su 8888 | ||
- | |||
- | missing plugins? | ||
- | |||
- | git clone https:// | ||
- | cd unmanic-plugins/ | ||
- | ./ | ||
- | cp -a repo/ ~/ | ||
- | |||
- | |||
- | Best solution, bash script: | ||
- | <code bash> | ||
- | #!/bin/bash | ||
- | # | ||
- | CODEC=" | ||
- | |||
- | OIFS=$IFS | ||
- | IFS=$(echo -en " | ||
- | for i in *.mkv | ||
- | do | ||
- | O=${i/ | ||
- | echo ffmpeg -i \" | ||
- | ffmpeg -i " | ||
- | done | ||
- | </ | ||
- | |||
- | ffmpeg use flags on **etc*portage/ | ||
- | <file - ffmpeg> | ||
- | media-video/ | ||
- | </ |