mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
No description
cf27ed713d
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. |
||
---|---|---|
app | ||
bootstrap | ||
config | ||
database | ||
resources | ||
storage | ||
tests | ||
.babelrc | ||
.editorconfig | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
.htaccess | ||
.jshintrc | ||
.travis.yml | ||
artisan | ||
bower.json | ||
browserconfig.xml | ||
composer.json | ||
composer.lock | ||
favicon.ico | ||
gulpfile.js | ||
index.php | ||
LICENSE.md | ||
nginx.conf.example | ||
package.json | ||
phpspec.yml | ||
phpunit.xml | ||
README.md | ||
robots.txt | ||
server.php |
koel
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.