Removes extensive dead code including unused components, utilities, and augmentations that were no longer referenced in the codebase.
Simplifies play settings logic by removing complex stream ranking algorithm in favor of direct previous index matching for audio and subtitle selections.
Removes aspectRatio prop from video player as it was set to a constant "default" value and never changed.
Inlines POSTER_CAROUSEL_HEIGHT constant directly where used instead of importing from centralized constants file.
Eliminates unused features including image color extraction for TV platforms, M3U8 subtitle parsing, and various Jellyfin API helpers that were no longer needed.
Cleans up credential management by making internal helper functions private that should not be exposed to external consumers.
- added ability to write debug logs for development builds
- added filtering to log page
- modified filter button to allow for multiple selection if required
- Added stepper component
- Disabled more download settings based on download method
- refactored useRemuxHlsToMp4.ts to allow for multiple remux downloads