Cleanup old tasks

This commit is contained in:
Claudio Ortolina
2026-04-24 09:58:09 +01:00
parent 3852340479
commit 2a688e2309
120 changed files with 0 additions and 0 deletions
@@ -0,0 +1,28 @@
---
id: ML-113
title: Scrobble groups of tracks
status: Done
assignee: []
created_date: '2026-04-20 08:59'
labels: []
dependencies: []
references:
- 'https://github.com/cloud8421/music_library/issues/52'
priority: medium
---
## Description
<!-- SECTION:DESCRIPTION:BEGIN -->
_GitHub: created 2025-09-28 · updated 2025-11-11 · closed 2025-11-11_
When scrobbling a collected release from the release sheet, it's only possible to scrobble either the entire release or an individual medium.
The component should be updated to support scrobbling groups of tracks.
Specifically:
- each track needs a checkbox beside it, default unchecked.
- if any track gets checked, the main "Scrobble Release" button should read "Scrobble selected tracks".
- when pressed, only selected tracks should be scrobbled. Assume that they have been played one after the other.
<!-- SECTION:DESCRIPTION:END -->