Skip to content

Add search functionality to playlist selection dialog#13204

Open
MuriloM676 wants to merge 2 commits intoTeamNewPipe:devfrom
MuriloM676:dev
Open

Add search functionality to playlist selection dialog#13204
MuriloM676 wants to merge 2 commits intoTeamNewPipe:devfrom
MuriloM676:dev

Conversation

@MuriloM676
Copy link

What is it?

  • Feature: Search functionality for playlist selection dialog

Description

This PR adds a search field at the top of the playlist selection dialog, making it easier to find specific playlists when there are many local playlists.

Changes:

  • Added search EditText with search icon to dialog_playlists.xml
  • Implemented real-time filtering in PlaylistAppendDialog.java with TextWatcher
  • Added clear button that appears when text is entered
  • Search is case-insensitive and matches any part of the playlist name
  • Stores complete playlist list for efficient filtering operations

How it works:

  1. User types in the search field to filter playlists in real-time
  2. Search is case-insensitive and matches partial names
  3. Clear button (X) appears when text is entered
  4. List returns to full state when search is cleared

Fixes the following issue(s)

Closes #13154

- Add search EditText with icon to filter playlists by name
- Implement real-time filtering with TextWatcher
- Add clear button that appears when text is entered
- Search is case-insensitive and matches partial playlist names
- Store complete playlist list for filtering operations

Closes TeamNewPipe#13154
@github-actions github-actions bot added the size/medium PRs with less than 250 changed lines label Feb 6, 2026
@AudricV AudricV added the template missing The bug/feature template is missing (e.g. the used app does not support issue templates) label Feb 6, 2026
@ShareASmile ShareASmile added feature request Issue is related to a feature in the app playlist Anything to do with playlists in the app search Anything related to the search function labels Feb 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature request Issue is related to a feature in the app playlist Anything to do with playlists in the app search Anything related to the search function size/medium PRs with less than 250 changed lines template missing The bug/feature template is missing (e.g. the used app does not support issue templates)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature request] search button to select a playlist when adding a video to a playlist

3 participants