Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
services:unmanic [2024/02/23 14:29] – created willy | services:unmanic [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
- | 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/ | ||
- | </ |