No description
Find a file
An Phan cf27ed713d First integration with Last.fm
Koel can now integrate and use the rich information from Last.fm. Now
whenever a song is played, its album and artist information will be
queried from Last.fm and cached for later use. What's better, if an
album has no cover, Koel will try to update its cover if one is found on
Last.fm.

In order to use this feature, users only need to provide valid Last.fm
API credentials (namely LASTFM_API_KEY and LASTFM_API_SECRET) in .env. A
npm and gulp rebuild is also required - just like with every update.
2015-12-20 00:36:44 +08:00
app First integration with Last.fm 2015-12-20 00:36:44 +08:00
bootstrap Big Bang 2015-12-13 12:42:28 +08:00
config First integration with Last.fm 2015-12-20 00:36:44 +08:00
database First integration with Last.fm 2015-12-20 00:36:44 +08:00
resources First integration with Last.fm 2015-12-20 00:36:44 +08:00
storage Big Bang 2015-12-13 12:42:28 +08:00
tests First integration with Last.fm 2015-12-20 00:36:44 +08:00
.babelrc Big Bang 2015-12-13 12:42:28 +08:00
.editorconfig Big Bang 2015-12-13 12:42:28 +08:00
.env.example First integration with Last.fm 2015-12-20 00:36:44 +08:00
.gitattributes Big Bang 2015-12-13 12:42:28 +08:00
.gitignore Minor .gitignore change 2015-12-16 20:52:16 +08:00
.htaccess Add X-Accel-Redirect stream support 2015-12-16 23:52:43 +08:00
.jshintrc Big Bang 2015-12-13 12:42:28 +08:00
.travis.yml First integration with Last.fm 2015-12-20 00:36:44 +08:00
artisan Big Bang 2015-12-13 12:42:28 +08:00
bower.json Big Bang 2015-12-13 12:42:28 +08:00
browserconfig.xml Fixes #4 2015-12-14 12:25:42 +08:00
composer.json First integration with Last.fm 2015-12-20 00:36:44 +08:00
composer.lock First integration with Last.fm 2015-12-20 00:36:44 +08:00
favicon.ico Big Bang 2015-12-13 12:42:28 +08:00
gulpfile.js Big Bang 2015-12-13 12:42:28 +08:00
index.php Applied fixes from StyleCI 2015-12-14 08:22:39 -05:00
LICENSE.md Update LICENSE.md 2015-12-13 10:16:44 +08:00
nginx.conf.example Add X-Accel-Redirect stream support 2015-12-16 23:52:43 +08:00
package.json Big Bang 2015-12-13 12:42:28 +08:00
phpspec.yml Big Bang 2015-12-13 12:42:28 +08:00
phpunit.xml First integration with Last.fm 2015-12-20 00:36:44 +08:00
README.md Typo in readme 2015-12-14 06:07:37 -08:00
robots.txt Big Bang 2015-12-13 12:42:28 +08:00
server.php Applied fixes from StyleCI 2015-12-14 08:22:39 -05:00

koel

Showcase

Koel (also styled as koel, with a lowercase k) is a simple web-based personal audio streaming service written in Vue at the client side and Laravel on server side. Targeting web developers, Koel embraces some of the more modern web technologies flexbox, audio and drag-and-drop API to name a few to do its job.

For system requirements, installation guides, as well as other documentation, head over to Wiki.