github PCJones/MediathekArr v1.0-beta.9

one day ago

Version 1.0 - Beta 9

Changelog

  • Der Setup Wizard funktioniert jetzt auch mit Prowlarr 2.0

Aktuelle Beta Docker-Compose Datei:

services:
  mediathekarr:
    image: pcjones/mediathekarr:beta
    restart: unless-stopped
    container_name: mediathekarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Berlin
      # You can use the web interface at http://localhost:5007 to configure the following settings
      # Alternatively, you can set them here
      #- DOWNLOAD_INCOMPLETE_PATH=/data/mediathek/incomplete # Path to incomplete downloads
      #- DOWNLOAD_COMPLETE_PATH=/data/mediathek/complete # Path to complete downloads"
      #- CATEGORIES=tv,movies,sonarr_blackhole,radarr_blackhole # Comma separated list of categories to expose

      # Only change this if you are hosting your own API. Not needed for 99% of users
      - MEDIATHEKARR_API_BASE_URL=https://mediathekarr.pcjones.de/api/v1
    volumes:
      - /docker/appdata/mediathekarr:/app/config
      - /data/mediathek/complete:/data/mediathek/complete
      - /data/mediathek/incomplete:/data/mediathek/incomplete
    ports:
      - "127.0.0.1:5007:5007" # Port on the left side can be changed to any value you like

Spezielles Naming in Release-Namen

  • MATCH.CERTAIN: Das Release wurde mit dem neuen Matching- und Filtersystem sicher erkannt.
    • Beispiel: heute-show.S2024E27.heute-show.vom.20.September.2024.GERMAN.480p.WEB.h264-MEDiATHEK
  • MATCH.UNCERTAIN: Das Release wurde mit dem alten System mit relativ hoher Wahrscheinlichkeit korrekt erkannt (aber nicht sicher)
    • Beispiel: heute-show.S2024E26.heute-show.vom.20.September.2024.GERMAN.480p.WEB.h264.MATCH.UNCERTAIN-MEDiATHEK
  • NO.MATCH: Das Release konnte keiner Episode zugeordnet werden und wird nicht von den *arrs geladen. Es kann jedoch über interaktive Suchen oder über Prowlarr gefunden werden.
    • Beispiel: heute-show.-.heute-show.spezial.vom.1.September.2023.GERMAN.1080p.WEB.h264.NO.MATCH-MEDiATHEK

Don't miss a new MediathekArr release

NewReleases is sending notifications on new releases.