Skip to content

media

This hosts media related applications.

Lidarr

Configuration

  1. Prepend _LIDARR_ADDITIONS to Media 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:

  1. Settings - Import Lists
  2. For each list press Authenticate with Trakt button

Qbittorrent

Configuration

  1. Connect to WebUI using default credentials: admin - adminadmin
  2. Change the credentials in Options - Web UI - Authentication

Tdarr

Transcode Options

  1. Community:Re-order All Streams V2
  2. ProcessOrder: codecs,channels,languages,streamTypes
  3. channels: 7.1,5.1,2,1
  4. streamTypes: video,audio,subtitle
  5. Community:Migz Remove Image Formats From File
  6. Community:Migz Clean Audio Streams
  7. language: eng,en,und,ces,cze,cs,cz
  8. commentary: false
  9. tag_title: false
  10. Community:Migz Convert Audio Streams
  11. downmix: true
  12. Community:Standardise Audio Stream Codecs
  13. audioCodec: aac
  14. Community:Drpeppershaker Extract Embedded Subtitles And Optionally Remove Them
  15. remove_subs: yes
  16. Community:Migz Transcode Using CPU & FFMPEG
  17. container: mkv
  18. enable_10bit: false
  19. force_conform: false
  20. Community:New file size check
  21. Community:Keep original file dates and times after transcoding
  22. log: false

Backup

  1. Go to tdarr web
  2. Backups - Create backup
  3. 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