media
This hosts media related applications.
Lidarr¶
Configuration¶
- Prepend
_LIDARR_ADDITIONS
toMedia Management - Track Naming - Standard Track Format & Multi Disc Format
Sonarr¶
Configuration¶
Media Management - Episode Naming¶
- Rename Episodes = true
- Standard Episode Format = {Series Title} ({Series Year}) - S{season:00}E{episode:00} - {Episode Title}
- Daily Episode Format = {Series Title} ({Series Year}) - {Air-Date} - {Episode Title} {Quality Full}
- Anime Episode Format = {Series Title} ({Series Year}) - S{season:00}E{episode:00} - {Episode Title} {Quality Full}
- Season Folder Format = Season {season:00}
- Multi Episode Style = Repeat
Radarr¶
Trakt based RSS need to authorize with Trakt from time to time:
- Settings - Import Lists
- For each list press
Authenticate with Trakt
button
Qbittorrent¶
Configuration¶
- Connect to WebUI using default credentials:
admin
-adminadmin
- Change the credentials in
Options - Web UI - Authentication
Tdarr¶
Transcode Options¶
- Community:Re-order All Streams V2
- ProcessOrder: codecs,channels,languages,streamTypes
- channels: 7.1,5.1,2,1
- streamTypes: video,audio,subtitle
- Community:Migz Remove Image Formats From File
- Community:Migz Clean Audio Streams
- language: eng,en,und,ces,cze,cs,cz
- commentary: false
- tag_title: false
- Community:Migz Convert Audio Streams
- downmix: true
- Community:Standardise Audio Stream Codecs
- audioCodec: aac
- Community:Drpeppershaker Extract Embedded Subtitles And Optionally Remove Them
- remove_subs: yes
- Community:Migz Transcode Using CPU & FFMPEG
- container: mkv
- enable_10bit: false
- force_conform: false
- Community:New file size check
- Community:Keep original file dates and times after transcoding
- log: false
Backup¶
- Go to tdarr web
- Backups - Create backup
- Copy backups to your laptop:
POD_NAME=$(kubectl get pods -n media -l app.kubernetes.io/name=tdarr,app.kubernetes.io/component=server -o custom-columns=:metadata.name --no-headers); kubectl cp media/$POD_NAME:/app/server/Tdarr/Backups ~/Downloads/tdarr-backups