[GH-ISSUE #286] Album covers and integration to last.fm #206

Closed
opened 2026-02-26 02:32:26 +03:00 by kerem · 2 comments
Owner

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)

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)
kerem closed this issue 2026-02-26 02:32:26 +03:00
Author
Owner

@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.

<!-- gh-comment-id:201980830 --> @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.
Author
Owner

@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:123

After setting 0777 file mode on public/imgs/cover everything is now working. If you ever create a guide or troubleshooting, include this.

<!-- gh-comment-id:202058634 --> @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:123` After setting `0777` file mode on public/imgs/cover everything is now working. If you ever create a guide or troubleshooting, include this.
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#206
No description provided.