User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sailing:tidarr [2024/02/15 19:10] willysailing:tidarr [2024/02/23 14:29] (current) – removed willy
Line 1: Line 1:
-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: 
-<code bash> 
-#!/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 
-</code> 
- 
-ffmpeg use flags on **etc*portage/package.use/ffmpeg**: 
-<file - ffmpeg> 
-media-video/ffmpeg x264 v4l jpeg2k lzma vpx webp x265 xvid mp3 openal opencl opus twolame vorbis wavpack svt-av1 
-</file> 

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information