Skip to content

Releases: TorBox-App/torbox-media-center

v2.0.0

16 Jan 01:30
973fda5

Choose a tag to compare

2.0.0 (2026-01-16)

⚠ BREAKING CHANGES

  • uses new http client wrapper with automatic retries

Features

  • add cleanup logic for stale .strm files and empty folders (68d4448)
  • Add RAW_MODE feature: preserve original file tree when enabled (0dcd7c9)
  • adds caching to http client (896fd20)
  • adds update checking using git, http header uses latest version (58673e0)
  • uses new http client wrapper with automatic retries (31d7b57)

Bug Fixes

  • better search and proper folder structure on no metadata (f18d272)
  • changes raw_mode env to true/false (172a11b)
  • handles when file is not found (9de0a53)
  • properly updates wording and value of mount (243bf87)
  • stores larger blocks to prevent 429s (94719c7)
  • types and better errors (e6e7f45)

v1.4.0

16 Oct 06:15
bfdd7f8

Choose a tag to compare

1.4.0 (2025-10-16)

Features

  • adds SCAN_METADATA and makes it false by default, better information about scanning (847ee3b)
  • if error searching metadata, shows query and hash for debugging (2dcc23f)

Bug Fixes

  • changes default of mount refresh times, adds 2 new refresh times (67fcaa0)
  • handles all hyphen-like characters (d5d5fbe)
  • handles edgecase for years with no upper year (bef898f)
  • handles year (8a943cf)

v1.3.0

23 Aug 22:18
486dba4

Choose a tag to compare

1.3.0 (2025-08-23)

Features

  • adds debug values (d794280)
  • uses locks to prevent database issues (0651cb1)

Bug Fixes

  • better logging for failures (fa7e3b5)
  • cached_links have a ttl of 3 hours (61ca58f)
  • fixes None year issue as it is a string (ad8caac)
  • handles missing files (feac777)
  • handles specific medias properly (c704bcf)

v1.2.0

26 Jun 00:38
549b97e

Choose a tag to compare

1.2.0 (2025-06-26)

Features

  • adds easy scripts and troubleshooting section in readme (393a85f)
  • adds retries to http transport (39c3fef)
  • processes files in parallel for faster processing (fcf5936)

Bug Fixes

  • adds timeout exception handling (bc31cc5)
  • handles when year is None, uses traceback in error (da43d07)

v1.1.0

09 May 17:05
7dc3109

Choose a tag to compare

1.1.0 (2025-05-09)

Features

  • ability to change mount refresh time (6c6692e)
  • adds banner (407081f)
  • adds docker support back for linux/arm/v8 and linux/arm/v7 (8c6bf74)
  • builds for linux/arm64 and linux/arm/v8 (8dd4719)
  • gets all user files by iteration (57c2b32)
  • support for windows and macos by splitting mounting methods and importing safely (badc443)
  • uses search by file with full file name for better accuracy (5f046d1)

Bug Fixes

  • adds timeout handling (29aaf7b)
  • cannot build on osx apple silicon (d83aba0)
  • cleans titles with invalid characters and code optimizaitons, handling error (2b2e49a)
  • cleans year to be single year only (639d567)
  • darwin doesn't use unsupported parameter Cannot build on Apple Silicon Mac #4 (c1fc966)
  • falls back to short_name of item if no title, fixes Crashing with TypeError #5 (b13b372)
  • handles errors when generating strm files (6c9698e)
  • handles when item name is the hash (39af017)
  • proper egg when installing on mac resolves Cannot build on Apple Silicon Mac #4 (c8127d4)
  • proper error when using fuse on Windows (7669691)
  • removes meta_title which had no bearing (8f74ff3)
  • uses a slim bookworm docker image (1c83020)

v1.0.0

06 May 02:51
d85aeca

Choose a tag to compare

1.0.0 (2025-05-06)

Features

  • adds docker comands, docker compose and updated installtion in readme (c2215ee)
  • adds fuse mounting (78a8842)
  • adds mount path (3a1e7ce)
  • adds proper logging (a570254)
  • better readme with links (49cee8a)
  • cleans up strm files when exiting (9cbc648)
  • functions for retrieving user files with metadata (7f6d2c4)
  • path for folders, generates strem links (fc1d476)
  • properly returns file metadata for storage use (44a56cf)
  • readme with basic information (0b59229)
  • refreshes vfs in the background to reflect new files (e3838aa)
  • runs strm on boot (8773e16)
  • start of using fuse as alternative mounting method (59e4f8d)
  • uses internal database and gets fresh data on boot (138400f)

Bug Fixes

  • bigger time between vfs refreshes (e1bcf59)
  • doesn't delete folder, only items inside (be25b6f)
  • properly gets episode and season (aa0bb46)
  • removes all files in directory on bootup (effc502)
  • unpacks tuple (aef17ff)