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

Implement appending queue to playlist in main player #8008

Merged
merged 1 commit into from Mar 15, 2022

Conversation

ktprograms
Copy link
Contributor

@ktprograms ktprograms commented Mar 10, 2022

This also allows saving a remote playlist locally.

What is it?

  • Bugfix (user facing)
  • Feature (user facing)
  • Codebase improvement (dev facing)
  • Meta improvement to the project (dev facing)

Description of the changes in your PR

  • Add an "Add to playlist" button to the queue menu in the Player.
  • Move the appendAllToPlaylist functionality from PlayQueueActivity to
    Player.

Before/After Screenshots/Screen Record

Before After
Before
After.mp4

Fixes the following issue(s)

APK testing

The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR.

Due diligence

@XiangRongLin
Copy link
Collaborator

@dogdumpling can you test out the APK and see if it solves your issue?

@dogdumpling
Copy link

@dogdumpling can you test out the APK and see if it solves your issue?

Yes it does - looks good and many thanks for the speedy work!

This also allows saving a remote playlist locally.

- Add an "Add to playlist" button to the queue menu in the Player.
- Move the appendAllToPlaylist functionality from PlayQueueActivity to
Player.

Fixes: TeamNewPipe#8004
@sonarcloud
Copy link

sonarcloud bot commented Mar 15, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@XiangRongLin XiangRongLin merged commit 02fa5aa into TeamNewPipe:dev Mar 15, 2022
@Stypox Stypox mentioned this pull request Apr 16, 2022
12 tasks
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.

Save enqueued list as playlist
3 participants