Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 24, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/maxdorninger/mediamanager/mediamanager minor 1.11.01.12.1

Release Notes

maxdorninger/MediaManager (ghcr.io/maxdorninger/mediamanager/mediamanager)

v1.12.1

Compare Source

This release fixes some bugs caused by the v1.12.0 release.

What's Changed

Full Changelog: maxdorninger/MediaManager@v1.12.0...v1.12.1

v1.12.0: MediaManager v1.12.0

Compare Source

new features
multi-language metadata support

MediaManager can add and search for your media in languages other than english!

improved indexer accuracy

The way MM queries Prowlarr and Jackett has been enhanced. Loading times when using Prowlarr are now also super short. Moreover, MM now uses IMDb/TMDB/TVDB IDs when searching for torrents if supported, boosting search result accuracy.

logs

The amount of logs has been reduced. You can now also set the log level, which was up until now DEBUG by default, but will be INFO from now on.

Breaking Changes
directory name fixes

@​briandipalma caught a bug that caused two spaces between a movies year and TMDB/TVDB ID.

e.g. a movies Directory was this

Oppenheimer (2023)  [tmdbid-1234]

instead of the following

Oppenheimer (2023) [tmdbid-1234]

I don't know how long exactly this bug has been around, so there's a high chance you need to rename all directories.

I made a bash script with an LLM that renames all the directories, you just need to execute it in your movie and tv directories:

for dir in *")  ["*; do
    # Check if it is actually a directory to avoid processing files
    if [ -d "$dir" ]; then
        # Replace the double space with a single space
        # ${variable//search/replace} performs the substitution
        new_name="${dir/  [/ [}"
        
        echo "Renaming: '$dir' -> '$new_name'"
        
        # Perform the rename
        mv "$dir" "$new_name"
    fi
done
file system permissions

the docker image will now be rootless, which will probably cause some file system permission errors. To fix them you just need to chown the media, config and image mounts recursively.

settings

the reject_torrents_on_url_error and follow_redirects config variables have been removed, you must remove them from your config file too

What's Changed
New Contributors ❤️
New Sponsors

Full Changelog: maxdorninger/MediaManager@v1.11.1...v1.12.0

v1.11.1: MediaManager v1.11.1

Compare Source

Most importantly this release fixes/adds:

  • the "new version available" card always displaying
  • it add new config options for prowlarr and Jackett (timout_seconds and follow_redirects)
  • adds ability to delete movies/shows
  • remove pornography from search results
  • improves the frontend to load faster
  • fix bugs which caused the frontend to display incorrect data
  • fixes login with OAuth button which was broken with the v1.11.0 release

Please consider supporting my work ❤️

https://github.com/sponsors/maxdorninger
https://buymeacoffee.com/maxdorninger

What's Changed since v1.11.0
What's Changed since v1.10.0
New Contributors ❤️

Full Changelog: maxdorninger/MediaManager@v1.10.0...v1.11.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from jfroy as a code owner December 24, 2025 07:58
@renovate renovate bot changed the title fix(container): update image ghcr.io/maxdorninger/mediamanager/mediamanager ( 1.11.0 ➔ 1.11.1 ) feat(container): update image ghcr.io/maxdorninger/mediamanager/mediamanager ( 1.11.0 ➔ 1.12.0 ) Jan 4, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-maxdorninger-mediamanager-mediamanager-1.x branch 4 times, most recently from d42c928 to 1125969 Compare January 5, 2026 05:15
@renovate renovate bot force-pushed the renovate/ghcr.io-maxdorninger-mediamanager-mediamanager-1.x branch from 1125969 to e0e2c3a Compare January 5, 2026 10:47
@renovate renovate bot changed the title feat(container): update image ghcr.io/maxdorninger/mediamanager/mediamanager ( 1.11.0 ➔ 1.12.0 ) feat(container): update image ghcr.io/maxdorninger/mediamanager/mediamanager ( 1.11.0 ➔ 1.12.1 ) Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant