Enhance Episode and Disk Management with Additional Features and Optimizations #489
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Major Updates
movie_title_table_component.html.erb
andsearch_component.html.erb
SearchComponent
submit_on_key_up
option for more customizable behavior.form_data
,input_html
) for better reusability and readability.SeasonsController
rip
action with memoized helper methods (season
,disk
,tv
) for cleaner and more efficient code.DiskTitle
,Episode
, andVideoBlob
Modelsepisode_last
andpart
attributes.set_episode_last
andset_part
methods for consistency in data handling.EpisodeDiskTitleSelectorService
CreateMkvService
: Added support for thepart
attribute for multipart episodes.Ftp::VideoScannerService
andKeyParserService
: Enhanced to parse and handlepart
attributes during video blob creation.movies/show.html.erb
: Adjusted instantiation of theSearchComponent
.seasons/show.html.erb
: Enhanced episode details layout and added a form for dynamic episode selection.tvs/show.html.erb
: UpdatedSearchComponent
instantiation for consistency.RipWorker
part
attribute to support advanced processing needs.ScanPlexWorker
Miscellaneous