github getmydia/mydia v0.2.7
Release v0.2.7 - TV show episode fetching fix

latest releases: v0.7.4, v0.7.3, v0.7.2...
one month ago

Mydia v0.2.7

This bugfix release addresses a critical issue preventing TV show episodes from being fetched and created when refreshing metadata.

Critical Bug Fixes

TV Show Episode Fetching

  • Fixed metadata key access bug causing "found 0 seasons in metadata" error
  • TV show episodes are now correctly fetched from metadata providers
  • The relay provider returns maps with atom keys, but the code was incorrectly accessing them with string keys
  • All season and episode data now properly retrieved during metadata refresh

HTTP Client Deprecation

  • Updated Req HTTP client to use Req.merge instead of deprecated Req.Request.merge_options
  • Eliminated deprecation warnings during metadata fetching

Technical Changes

  • Fixed metadata[:seasons] access (was incorrectly using metadata["seasons"])
  • Fixed season[:season_number] access throughout episode creation flow
  • Updated HTTP provider to use current Req API

Full Changelog: v0.2.6...v0.2.7

Don't miss a new mydia release

NewReleases is sending notifications on new releases.