mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #717] [CLOSED] Use Lastfm getSimilar api to recomendations. #1331
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1331
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?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/717
Author: @matiasdelellis
Created: 2/2/2018
Status: ❌ Closed
Base:
master← Head:lastfm-recomendations📝 Commits (3)
8e5415fAdd getSimilar function to lastfm7a72729Add getSimilar song list to infoad056c2Add 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.