feat(container): update image ghcr.io/maxdorninger/mediamanager/mediamanager ( 1.11.0 ➔ 1.12.1 ) #1141
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.11.0→1.12.1Release Notes
maxdorninger/MediaManager (ghcr.io/maxdorninger/mediamanager/mediamanager)
v1.12.1Compare 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.0Compare 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
DEBUGby default, but will beINFOfrom 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
instead of the following
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:
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
chownthe media, config and image mounts recursively.settings
the
reject_torrents_on_url_errorandfollow_redirectsconfig variables have been removed, you must remove them from your config file tooWhat's Changed
New Contributors ❤️
New Sponsors
Full Changelog: maxdorninger/MediaManager@v1.11.1...v1.12.0
v1.11.1: MediaManager v1.11.1Compare Source
Most importantly this release fixes/adds:
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.
This PR was generated by Mend Renovate. View the repository job log.