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

Load full stream info when enqueuing a stream #7036

Merged
merged 10 commits into from
Jan 7, 2022

Commits on Sep 18, 2021

  1. Load full stream info when enqueuing a stream

    This commit calls getStreamInfo causing a full network fetch of stream
    info (I believe only if required) when adding a stream item to the
    queue. This should prevent UI issues of missing metadata when queueing
    videos that have been fast-loaded and are missing metadata.
    
    Fixes TeamNewPipe#7035
    Douile committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    62d3612 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    bc2f0f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Don't fetch uneeded stream info for live streams

    Co-authored-by: Stypox <stypox@pm.me>
    Douile and Stypox committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    91611fc View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Remove unused code

    Douile committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    6472e9b View commit details
    Browse the repository at this point in the history
  2. Remove unused variable

    Co-authored-by: Stypox <stypox@pm.me>
    Douile and Stypox committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    3d1a360 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec7de2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cd3603 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Remove unecessary line

    Co-authored-by: Stypox <stypox@pm.me>
    Douile and Stypox committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    baee915 View commit details
    Browse the repository at this point in the history
  2. Fix lambda code formatting

    Co-authored-by: Stypox <stypox@pm.me>
    Douile and Stypox committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    3ff00ff View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Remove unecessary interface InfoCallback

    Co-authored-by: Stypox <stypox@pm.me>
    
    Replace the unecessary callback interface InfoCallback in favour of the
    standard type Consumer<SinglePlayQueue>
    Douile committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    064242d View commit details
    Browse the repository at this point in the history