[GH-ISSUE #421] Download option does not appear #300

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

Originally created by @marcbres on GitHub (Aug 24, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/421

Hello,

I've installed koel on december 2015, so I think it was version 2.0 or something like that. I've been updating since then, now I'm on the last verison 3.3.0, but the new feature introduced on 3.0.0 to allow download files is not showing up.

When I try to right click a song it opens the browser menu instead a menu from koel. I've tried with firefox/opera/chrome on windows and firefox on linux, always with the same result.

Maybe on some step of the incremental updates since 2.0.0 version missed something needed to enable the right clicking?

I've tried adding to .env file the ALLOW_DOWNLOAD variable with value true, but didn't help (the documentation does not says it is a requierent though)

Thank you

Originally created by @marcbres on GitHub (Aug 24, 2016). Original GitHub issue: https://github.com/koel/koel/issues/421 Hello, I've installed koel on december 2015, so I think it was version 2.0 or something like that. I've been updating since then, now I'm on the last verison 3.3.0, but the new feature introduced on 3.0.0 to allow download files is not showing up. When I try to right click a song it opens the browser menu instead a menu from koel. I've tried with firefox/opera/chrome on windows and firefox on linux, always with the same result. Maybe on some step of the incremental updates since 2.0.0 version missed something needed to enable the right clicking? I've tried adding to .env file the ALLOW_DOWNLOAD variable with value true, but didn't help (the documentation does not says it is a requierent though) Thank you
kerem closed this issue 2026-02-26 02:32:44 +03:00
Author
Owner

@BernardGoldberger commented on GitHub (Aug 24, 2016):

A few points

  1. Downloading should be available as a little download icon for albums and artists in addition to being a right-click option for songs.
  2. Right-clicking is only available in the songs section.
  3. By default Koel will allow downloads unless false is specified.

I would say review all the upgrade guides and see if you missed something, the most important ones being composer install and rm -rf node_modules && npm install.

<!-- gh-comment-id:242080413 --> @BernardGoldberger commented on GitHub (Aug 24, 2016): A few points 1. Downloading should be available as a little download icon for albums and artists in addition to being a right-click option for songs. 2. Right-clicking is only available in the songs section. 3. By default Koel will allow downloads unless false is specified. I would say review all the upgrade guides and see if you missed something, the most important ones being `composer install` and `rm -rf node_modules && npm install`.
Author
Owner

@marcbres commented on GitHub (Aug 24, 2016):

I've solved it, remembering on the beginnings, I did a gulp --production and then, magically worked 😄

<!-- gh-comment-id:242149995 --> @marcbres commented on GitHub (Aug 24, 2016): I've solved it, remembering on the beginnings, I did a `gulp --production` and then, magically worked :smile:
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#300
No description provided.