Skip to content

MUMC v5.11.36

Latest
Compare
Choose a tag to compare
@terrelsa13 terrelsa13 released this 27 Jul 23:09

v5.11.36 Update 20250727

  • Get Sonarr episode Ids before unmonitoring episodes

Previous Releases

v5 Update 20250719

v5.11.35 Update 20250719

  • Streamline Radarr/Sonarr modules
  • Update URL request handler

v5 Update 20250712

v5.11.30 Update 20250712

  • Remove conflicting USERNAME Windows envar
    • -admin_username and ADMIN_USERNAME still exist and should be used

v5 Update 20250601

v5.11.29 Update 20250706

  • Radarr/Sonarr integration:
    • Support multiple instances of Radarr/Sonarr.
    • Unmonitor in Radarr/Sonarr:
      • Movies
      • Series
      • Episodes
    • Delete from Radarr/Sonarr:
      • Movies
      • Series
  • Add environmental variables to simplify mumc_config.yaml creation for Docker installs.
  • Update Docker install instructions.
  • Update configuration builder:
    • Add ability to remove users and/or libraries.
  • Gracefully exit MUMC when Python version used to run MUMC is less than the required version.
  • Add mixed collection_type for libraries with a "Mixed Movies And Shows" content type.
  • Add MUMC ASCII art.
  • Add ...config/ directory as default configuration file location.
  • Add ...log/ directory as default log file location.

  • ATTENTION!!!
    • Putting the mumc_config.yaml file in the same folder as the mumc.py file is no longer the default behavior
    • It can still be achieved by using -c /path/to/your/config.yaml in Linux/Windows and -v /path/to/your/config.yaml:/usr/src/app/config/mumc_config.yaml in Docker
    • The default locations are:
      • .../MUMC/config/mumc_config.yaml
      • .../MUMC/config/mumc_config.yml
    • This was done to have a common default config location for both Linux/Windows and Docker
  • ATTENTION!!!
    • Putting the mumc_DEBUG.log file in the same folder as the mumc.py file is no longer the default behavior
    • This was done to have a common default config location for both Linux/Windows and Docker
    • The default location is:
      • .../logs/mumc_DEBUG.log

MUMC Features