Skip to content

v1.1.1

Choose a tag to compare

@sevenlayercookie sevenlayercookie released this 29 Jul 03:29

MouseSearch v1.1.1

This patch release improves Docker startup compatibility and fixes MAM download links generated from search results.

Highlights

  • Fixed container startup when configured PUID or PGID values collide with users or groups already present in the base image.
  • Added the required torrent ID (tid) to MAM download links, preventing the “Invalid download link: missing tid” error from search results (#55).
  • Normalized MAM-provided tid parameters so result rows, client downloads, and Save .torrent links contain exactly one torrent ID.

Docker Startup

  • Reuses an existing group when the requested PGID is already in use, including the common Synology PGID=100 setup.
  • Allows the requested PUID to coexist with a base-image user ID.
  • Changes ownership by numeric UID/GID so startup does not depend on user or group names.
  • Validates PUID and PGID values and reports clearer errors for inaccessible app or data mounts.

Upgrade

No configuration changes are required. Pull the v1.1.1 Docker image and recreate the container.

Contributors

  • Thanks to @casmith for diagnosing and fixing the MAM download-link issue in #55.

Full Changelog: v1.1.0...v1.1.1