[PR #631] [MERGED] feat: 添加lastfm支持 #544

Closed
opened 2026-02-27 07:12:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/631
Author: @lrst6963
Created: 12/13/2025
Status: Merged
Merged: 12/19/2025
Merged by: @imsyy

Base: devHead: dev


📝 Commits (4)

  • 3e7bca1 feat:添加lastfm支持
  • 1c8e447 update
  • 177bcc2 Merge branch 'dev' into pr-631
  • c97b078 feat: 添加请求参数准备函数并优化 Last.fm 请求逻辑

📊 Changes

11 files changed (+759 additions, -6 deletions)

View changed files

📝 README.md (+1 -0)
📝 components.d.ts (+1 -0)
src/api/lastfm.ts (+311 -0)
src/assets/icons/Extension.svg (+1 -0)
📝 src/components/Setting/MainSetting.vue (+7 -0)
📝 src/components/Setting/OtherSetting.vue (+5 -5)
src/components/Setting/ThirdSetting.vue (+183 -0)
📝 src/core/player/PlayerController.ts (+12 -0)
📝 src/stores/setting.ts (+26 -0)
📝 src/types/main.ts (+1 -1)
src/utils/lastfmScrobbler.ts (+211 -0)

📄 Description

image

🔄 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/imsyy/SPlayer/pull/631 **Author:** [@lrst6963](https://github.com/lrst6963) **Created:** 12/13/2025 **Status:** ✅ Merged **Merged:** 12/19/2025 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (4) - [`3e7bca1`](https://github.com/imsyy/SPlayer/commit/3e7bca14d67221fa3707a7e955151fc3fafe37c8) feat:添加lastfm支持 - [`1c8e447`](https://github.com/imsyy/SPlayer/commit/1c8e447afe2ce36cc1b9aada03545cab197b832f) update - [`177bcc2`](https://github.com/imsyy/SPlayer/commit/177bcc2b0f69b098eecdb81b9ad4c45065510feb) Merge branch 'dev' into pr-631 - [`c97b078`](https://github.com/imsyy/SPlayer/commit/c97b07803138ac295f355d45d7cc581f02612f85) ✨ feat: 添加请求参数准备函数并优化 Last.fm 请求逻辑 ### 📊 Changes **11 files changed** (+759 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `components.d.ts` (+1 -0) ➕ `src/api/lastfm.ts` (+311 -0) ➕ `src/assets/icons/Extension.svg` (+1 -0) 📝 `src/components/Setting/MainSetting.vue` (+7 -0) 📝 `src/components/Setting/OtherSetting.vue` (+5 -5) ➕ `src/components/Setting/ThirdSetting.vue` (+183 -0) 📝 `src/core/player/PlayerController.ts` (+12 -0) 📝 `src/stores/setting.ts` (+26 -0) 📝 `src/types/main.ts` (+1 -1) ➕ `src/utils/lastfmScrobbler.ts` (+211 -0) </details> ### 📄 Description <img width="1116" height="980" alt="image" src="https://github.com/user-attachments/assets/2dc1d666-af9b-4f6b-b198-d076a408e28a" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:12:15 +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/SPlayer#544
No description provided.