[PR #717] [CLOSED] Use Lastfm getSimilar api to recomendations. #1331

Closed
opened 2026-02-26 03:30:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/717
Author: @matiasdelellis
Created: 2/2/2018
Status: Closed

Base: masterHead: lastfm-recomendations


📝 Commits (3)

  • 8e5415f Add getSimilar function to lastfm
  • 7a72729 Add getSimilar song list to info
  • ad056c2 Add panel to show a list of similar songs

📊 Changes

6 files changed (+124 additions, -3 deletions)

View changed files

📝 app/Http/Controllers/API/SongController.php (+1 -0)
📝 app/Models/Song.php (+13 -0)
📝 app/Services/Lastfm.php (+63 -0)
📝 resources/assets/js/components/main-wrapper/extra/index.vue (+10 -1)
resources/assets/js/components/main-wrapper/extra/similar.vue (+34 -0)
📝 resources/assets/js/services/info/song.js (+3 -2)

📄 Description

A very early version, but I'm stuck.. 😞

At this point, if you have lastfm configured, use the getSimilar api of lastfm to return 25 recommended songs that are added to the 'info' api url of koel.

I think this is ok.. 😉 but I need help to add the panel recommendations. I would like to do it, but I do not know much about vue..

Thank you very much, for all the development!. 😄


🔄 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/koel/koel/pull/717 **Author:** [@matiasdelellis](https://github.com/matiasdelellis) **Created:** 2/2/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `lastfm-recomendations` --- ### 📝 Commits (3) - [`8e5415f`](https://github.com/koel/koel/commit/8e5415f96380354e2aaf8e657ffb0a317e28dadb) Add getSimilar function to lastfm - [`7a72729`](https://github.com/koel/koel/commit/7a72729b1b9c8943342794a6f8796e32b86ef1d4) Add getSimilar song list to info - [`ad056c2`](https://github.com/koel/koel/commit/ad056c2743dc244f2514b5dda89abdd64ee303f3) Add panel to show a list of similar songs ### 📊 Changes **6 files changed** (+124 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/API/SongController.php` (+1 -0) 📝 `app/Models/Song.php` (+13 -0) 📝 `app/Services/Lastfm.php` (+63 -0) 📝 `resources/assets/js/components/main-wrapper/extra/index.vue` (+10 -1) ➕ `resources/assets/js/components/main-wrapper/extra/similar.vue` (+34 -0) 📝 `resources/assets/js/services/info/song.js` (+3 -2) </details> ### 📄 Description A very early version, but I'm stuck.. 😞 At this point, if you have lastfm configured, use the getSimilar api of lastfm to return 25 recommended songs that are added to the 'info' api url of koel. I think this is ok.. 😉 but I need help to add the panel recommendations. I would like to do it, but I do not know much about vue.. Thank you very much, for all the development!. 😄 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:30:37 +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/koel-koel#1331
No description provided.