Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Mar 20:31
· 1 commit to 4e8449b6f9526801697a2b28de62558eb2dcd030 since this release
7421e1d

Added

Core

  • Added auto_update_check config key to disable version check at startup
  • Added global logger across the entire application

Config

  • Added episode_format configuration
  • Added new select_video options:
    • false to disable video download
    • best or worst quality selection
    • specific horizontal resolution (e.g. 1920, 1280)
    • resolution + codec (e.g. 1920,h265) to force a specific codec
  • Updated select_audio:
    • supports audio list with codec enforcement (e.g. ita,aac to force best AAC codec)

CLI

  • Added PyWidevine and PlayReady arguments to create device files

Downloader

  • Added DRM handling support to the HLS downloader

Services

  • Added multi-audio download support for Crunchyroll

Improved

  • Improved subtitle handling for forced subtitles and closed captions (CC)
  • Added subtitle sanitization for SRT and VTT

Changed

Config

  • Removed season_format and add_siteName configuration keys
  • Removed audio_order and subtitle_order (muxing order now follows select_audio and select_subtitle)
  • Merged remote_cdm.json into config.json

FFmpeg

  • Resolve output extension based on source codec compatibility
  • Added automatic final extension adjustment when the configured extension is not compatible

Build / Lint

  • Updated Docker release configuration and fixed ruff warnings by @AlphaRyz3

Fixed

Core

  • Fixed reverse proxy post-download hook by @Hat3
  • Fixed download when selecting an entire season for Guardaserie by @MDalprato

Services

  • Fixed Discovery EU not detecting episodes when only one season is present

Removed

  • Removed jsbeautifier from requirements
  • Temporarily removed ISM downloader
  • Temporarily removed MEGA downloader
  • Temporarily removed manual downloader

Full Changelog: https://github.com/Arrowar/StreamingCommunity/compare/v1.0.8...v1.1.0