github PCJones/UmlautAdaptarr v0.6

14 hours ago

Changelog

DE:

  • Es ist nun möglich, mehrere *arr-Instanzen des gleichen Typs (z.B. 2x Sonarr) zu hinterlegen. Falls man nur eine Instanz nutzt sind keine Änderungen nötig @xpsony
  • Die Möglichkeit, einen Proxy in den Umgebungsvariablen zu setzen wurde entfernt, da nicht sichergestellt werden konnte, dass wirklich alle Anfragen des UmlautAdaptarr über den Proxy laufen. Falls ein Proxy benötigt wird sollte man stattdessen ggf. erprobte Tools wie gluetun einsetzen. @PCJones
  • Serien, die auf theTVDB.com auf "Germany" enden (z.B. Good Luck Guys Germany) werden nun vom UmlautAdaptarr korrekt erkannt und umbenannt @PCJones
  • Code-Refactoring zur besseren Wartung/Erweiterbarkeit @xpsony @PCJones
  • UmlautAdaptarr ASCII Logo erscheint beim starten @xpsony
  • IP Informationen (zum erkennen von IP-Leaks) erscheinen beim starten @xpsony
  • Serilog für besseres Logging @xpsony
  • Fehler behoben, bei dem selten Releasetitel nicht korrekt erkannt wurden @PCJones

Beispiel docker-compose environment Variablen für 2x Sonarr und 1x Radarr:

    environment:
      - TZ=Europe/Berlin
      - SONARR__0__NAME=NAME (optional)
      - SONARR__0__ENABLED=false
      - SONARR__0__HOST=http://localhost:8989
      - SONARR__0__APIKEY=APIKEY
      - SONARR__1__NAME=NAME 2 (optional)
      - SONARR__1__ENABLED=false
      - SONARR__1__HOST=http://localhost:8989
      - SONARR__1__APIKEY=APIKEY
      - RADARR__ENABLED=false
      - RADARR__HOST=http://localhost:7878
      - RADARR__APIKEY=APIKEY

EN:

  • It is now possible to manage multiple *arr instances of the same type (e.g., 2x Sonarr). If only one instance is used, no changes are needed. @xpsony
  • The ability to set a proxy in the environment variables has been removed, as it could not be ensured that all requests from UmlautAdaptarr would go through the proxy. If a proxy is needed, consider using proven tools like gluetun instead. @PCJones
  • TV Shows that end with "Germany" on theTVDB.com (e.g. Good Luck Guys Germany) are now correctly recognized and renamed by UmlautAdaptarr. @PCJones
  • Code refactoring for better maintainability/expandability. @xpsony @PCJones
  • UmlautAdaptarr ASCII logo appears on startup. @xpsony
  • IP information (to detect IP leaks) is displayed on startup. @xpsony
  • Serilog for better logging. @xpsony
  • Fixed an issue where rarely release titles were not correctly recognized. @PCJones

Example docker-compose environment variables for 2x Sonarr and 1x Radarr:

    environment:
      - TZ=Europe/Berlin
      - SONARR__0__NAME=NAME (optional)
      - SONARR__0__ENABLED=false
      - SONARR__0__HOST=http://localhost:8989
      - SONARR__0__APIKEY=APIKEY
      - SONARR__1__NAME=NAME 2 (optional)
      - SONARR__1__ENABLED=false
      - SONARR__1__HOST=http://localhost:8989
      - SONARR__1__APIKEY=APIKEY
      - RADARR__ENABLED=false
      - RADARR__HOST=http://localhost:7878
      - RADARR__APIKEY=APIKEY

Contributions (aside from @PCJones)

  • Multi *Arr Instance Support , Add Serilog for better logging, Add Fluent Validator by @xpsony in #23

Full Changelog: v0.5...v0.6

Don't miss a new UmlautAdaptarr release

NewReleases is sending notifications on new releases.