Skip to content

Direct "Add to Playlist" Button in Now Playing Cover View - #96

Merged
paroj merged 1 commit into
paroj:edgefrom
Faeb35:add-to-playlist-button
Dec 16, 2025
Merged

Direct "Add to Playlist" Button in Now Playing Cover View#96
paroj merged 1 commit into
paroj:edgefrom
Faeb35:add-to-playlist-button

Conversation

@Faeb35

@Faeb35 Faeb35 commented Dec 16, 2025

Copy link
Copy Markdown

This Pull Request implements a new shortcut button in the Now Playing cover view to allow users to quickly add the currently playing track to a playlist.

As discussed in issue #93, I've added a new button to the control bar that overlays the bottom part of the album art.

  • Current Workflow: To add the current track to a playlist, the user must currently navigate through several steps:
    1. Switch from the Cover View to the List View.
    2. Locate the current track in the list.
    3. Open the "More" menu (three dots).
    4. Select "Add to playlist".

android:id="@+id/download_add_to_playlist"
style="@style/DownloadActionImageButton"
android:src="@drawable/ic_action_add"
android:tint="@android:color/white" />

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drawable/ic_action_add was already existing, but colored black

@paroj
paroj merged commit ed60292 into paroj:edge Dec 16, 2025
2 checks passed
@paroj

paroj commented Dec 16, 2025

Copy link
Copy Markdown
Owner

this fails in offline mode. Should we hide/ disable the button in this situation?

@Faeb35

Faeb35 commented Dec 16, 2025

Copy link
Copy Markdown
Author

Thanks for noticing that. I will address it.

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.

2 participants