Skip to content

Feature/bulked episode improve#167

Merged
tveronesi merged 3 commits into
developfrom
feature/bulked_episode_improve
May 24, 2026
Merged

Feature/bulked episode improve#167
tveronesi merged 3 commits into
developfrom
feature/bulked_episode_improve

Conversation

@tveronesi

Copy link
Copy Markdown
Owner

This pull request updates the BulkedEpisode model in imdbinfo/models.py to better support TV episode data by including season and episode numbers. It also improves the string representation of episodes to include this new information.

Enhancements to episode data modeling:

  • Added season_number and episode_number as optional integer fields to the BulkedEpisode model to explicitly represent episode positioning within a series.
  • Updated the from_bulked_episode_data class method to extract season_number and episode_number from the input data, if available.

Improvements to string representation:

  • Modified the __str__ method of BulkedEpisode to display the season and episode numbers in the format Sxx-Exx for clearer identification of episodes.

@tveronesi tveronesi merged commit 39a59dd into develop May 24, 2026
2 checks passed
@tveronesi tveronesi deleted the feature/bulked_episode_improve branch May 24, 2026 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant