mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-25 23:25:58 +03:00
[GH-ISSUE #17] Hide Downloaded Songs #15
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Soggfy#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SmilerRyan on GitHub (Feb 18, 2022).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/17
As a user who has 1000s of songs, it would be nice if we could hide songs that we have already downloaded, only showing those missing or with colliding names. The setting of course should be off by default but when enabled should skip (and hide) songs that are already downloaded in the playlist. Showing the number of downloaded tracks next to the duration when enabled could be a way to indicate how many are hidden.
@Rafiuth commented on GitHub (Feb 18, 2022):
Interesting idea. I think it would be a bit difficult to implement because it requires deeper integration with the playlist rendering code, which is not easy to get through. Maybe hijacking playlist content requests could work here.
I'll look into it soon.