Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add option to View all available videos for a media in poster mode instead of default one earlier #216

Merged
merged 4 commits into from
Aug 2, 2024

Commits on Aug 1, 2024

  1. dummy: Add Video selector to HtmlBox control

    Introduced a new Video model and integrated a ComboBox for video selection in the HtmlBox control. Updated the HtmlBox.cs to handle video selection and loaded videos dynamically.
    DineshSolanki committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7648e43 View commit details
    Browse the repository at this point in the history
  2. feature: Add support for displaying multiple videos

    Introduced a new Videos property in ListItem to handle a collection of videos. Updated SearchResultViewModel to set this property and modified SearchResult and HtmlBox views to bind and display these videos.
    DineshSolanki committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0e61a9d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fix: Rename and refactor Video model to MediaVideo

    Renamed `Video` to `MediaVideo` and updated its properties. Adjusted references throughout the project, ensuring consistent naming and functionality improvements. Removed redundant trailer selection logic and optimized video processing in the SearchResultViewModel and HtmlBox components.
    DineshSolanki committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    945bbac View commit details
    Browse the repository at this point in the history
  2. refactor: Remove unused method from SearchResultViewModel

    Removed the SetTrailer method from SearchResultViewModel as it was not being used. Also cleaned up unnecessary using statement in HtmlBox.xaml.cs.
    DineshSolanki committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5ee57df View commit details
    Browse the repository at this point in the history