[PR #493] [MERGED] feat: Add bulk download and selection for artist albums #1898

Closed
opened 2026-03-13 19:40:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/afkarxyz/SpotiFLAC/pull/493
Author: @death2all110
Created: 2/15/2026
Status: Merged
Merged: 2/25/2026
Merged by: @afkarxyz

Base: mainHead: main


📝 Commits (1)

  • e266db0 feat: Enhance ArtistInfo component with album selection and download options

📊 Changes

1 file changed (+49 additions, -4 deletions)

View changed files

📝 frontend/src/components/ArtistInfo.tsx (+49 -4)

📄 Description

What does this PR do?

This PR updates the Artist Info page to allow bulk downloading of albums.

Changes:

  • Added a "Download Discography" button to the Albums tab to download all displayed albums at once.
  • Added checkboxes to Album cards (visible on hover or when selected).
  • Added a "Download Selected" button that appears when specific albums are selected.

Why is this change needed?

Previously, users had to click into each album individually to download an artist's discography. This feature streamlines the process, allowing users to grab an entire discography or a specific selection of albums in a single click.

Screenshots

Screenshot_20260214_210804

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/afkarxyz/SpotiFLAC/pull/493 **Author:** [@death2all110](https://github.com/death2all110) **Created:** 2/15/2026 **Status:** ✅ Merged **Merged:** 2/25/2026 **Merged by:** [@afkarxyz](https://github.com/afkarxyz) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`e266db0`](https://github.com/afkarxyz/SpotiFLAC/commit/e266db0af74a28e8916f1120da8f49e6792de3d6) feat: Enhance ArtistInfo component with album selection and download options ### 📊 Changes **1 file changed** (+49 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/ArtistInfo.tsx` (+49 -4) </details> ### 📄 Description ### What does this PR do? This PR updates the Artist Info page to allow bulk downloading of albums. **Changes:** - Added a **"Download Discography"** button to the Albums tab to download all displayed albums at once. - Added **checkboxes** to Album cards (visible on hover or when selected). - Added a **"Download Selected"** button that appears when specific albums are selected. ### Why is this change needed? Previously, users had to click into each album individually to download an artist's discography. This feature streamlines the process, allowing users to grab an entire discography or a specific selection of albums in a single click. ### Screenshots <img width="1920" height="1034" alt="Screenshot_20260214_210804" src="https://github.com/user-attachments/assets/617603cb-0be0-4360-9b11-73389bb61845" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 19:40:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SpotiFLAC#1898
No description provided.