[PR #654] [MERGED] Config option to sort artists albums by type #1770

Closed
opened 2026-03-14 15:32:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/654
Author: @JohnOberhauser
Created: 1/3/2025
Status: Merged
Merged: 1/5/2025
Merged by: @aome510

Base: masterHead: sortByType


📝 Commits (3)

  • 5b50ad1 config option to sort artists albums by type over date, i.e. album or single
  • fdb2f76 Merge remote-tracking branch 'origin/master' into sortByType
  • 63a2bf7 cleanup

📊 Changes

4 files changed (+22 additions, -1 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 docs/config.md (+1 -0)
📝 spotify_player/src/config/mod.rs (+4 -0)
📝 spotify_player/src/ui/page.rs (+15 -1)

📄 Description

This adds a config option to sort albums on an artist's page by type instead of by date. This way people can easily browse the artist's main albums without their singles getting in the way. The config option is off by default.

Fixes https://github.com/aome510/spotify-player/issues/652

2025_01_03_17_17_23_screenshot


🔄 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/aome510/spotify-player/pull/654 **Author:** [@JohnOberhauser](https://github.com/JohnOberhauser) **Created:** 1/3/2025 **Status:** ✅ Merged **Merged:** 1/5/2025 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `sortByType` --- ### 📝 Commits (3) - [`5b50ad1`](https://github.com/aome510/spotify-player/commit/5b50ad13c2f858b6a13da15d559807978428587c) config option to sort artists albums by type over date, i.e. album or single - [`fdb2f76`](https://github.com/aome510/spotify-player/commit/fdb2f7698545c2fb7a3d1c4fd86ce80ef5b7beb9) Merge remote-tracking branch 'origin/master' into sortByType - [`63a2bf7`](https://github.com/aome510/spotify-player/commit/63a2bf7232f078b0c692c9dbe647c7ae9d5b4c81) cleanup ### 📊 Changes **4 files changed** (+22 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `docs/config.md` (+1 -0) 📝 `spotify_player/src/config/mod.rs` (+4 -0) 📝 `spotify_player/src/ui/page.rs` (+15 -1) </details> ### 📄 Description This adds a config option to sort albums on an artist's page by type instead of by date. This way people can easily browse the artist's main albums without their singles getting in the way. The config option is off by default. Fixes https://github.com/aome510/spotify-player/issues/652 ![2025_01_03_17_17_23_screenshot](https://github.com/user-attachments/assets/b7e2ecdb-dd14-49dc-a0e3-cb80b163d22a) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:32:04 +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/spotify-player#1770
No description provided.