mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #286] Album covers and integration to last.fm #206
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#206
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 @hultberg on GitHub (Mar 25, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/286
Hello. After creating an API account on last.fm and connecting my account to koel (and adding API and secret keys in
.env), koel still do not fetch any information about the current song nor fetches album covers. I notice that the wiki does not mention last.fm at all, could a working guide be created for v2.2.0 to integrate last.fm?(This is a question as I think I might have configured something wrong)
@phanan commented on GitHub (Mar 27, 2016):
You're right, the wiki is a bit lagging behind, but you can look at the release notes (for example https://github.com/phanan/koel/releases/tag/v1.1.1) for new/updated functionalities.
@hultberg commented on GitHub (Mar 27, 2016):
@phanan: After investigating once again I noticed that laravel was unable to write to laravel.log, after fixing this I got this error:
[2016-03-27 13:06:07] production.ERROR: ErrorException: file_put_contents(/srv/koel/public/img/covers/56f7dabf28a40.png): failed to open stream: Permission denied in /srv/koel/app/Models/Album.php:123After setting
0777file mode on public/imgs/cover everything is now working. If you ever create a guide or troubleshooting, include this.