Code Monkey home page Code Monkey logo

koel's Introduction

Intro

This is a personal fork of koel by phanan, a self-hosted audio streaming service. Please check out and support that awesome project, it's good stuff.

The changes in this fork were made mostly for reasons of personal usage, meaning there's no real reason to visual changes other than "I like it better looking this way". The actual features added are also out of personal convenience but if they fit your purposes feel free to use it. You can follow the instructions found in the original project.

Notes: Most of the features listed below were initially implemented on top of v3.8.0, and then adapted to v4.2.2.

Added features

  • Two-way sync. Updates to fields in koel aren't saved only in the database but also to the physical files.
  • Added year, composer, genre, bitrate, format, and frequency to the fields that are synced from the files. Comments are synced to but not from the files.
  • Song info tab in the extra panel, displays album cover and general information on the song (the fields listed in the previous point). Also added an edit button to easily access the edit form for the currently playing song.
  • Right click context menu with edit option to albums and artists in addition to the songs.
  • Ability to set album cover from the edit form.
  • Ability to select what fields get updated via a checkbox. Allows the user to clear fields.
  • Lyrics scrapping from three services (jlyric, utaten, musixmatch), accessed from the lyrics panel.
  • Allow more fields in search.
  • Logic to keep track of all individual play interactions (rather than simply their count) and the time they happened, with the purpose of eventually implementing a stats page on the frontend.
  • Playlist ordering. Ability for the user to order songs through drag-and-drop in a playlist after creating it. New order is persisted.
  • Add year to album cards. Year is decided from the year tag in the album song if all match.

Fixes and miscellaneous

  • Infinite scroll mixin for albums and artist lists - was checking whether items filled the container before the DOM was rendered, resulting in a huge increase in the amount of rendered items that slowed down the app. Now the check is only done when switching to the respective views.
  • Styles for the play button in mobile.
  • Prevent deletion of the "Various Artists" artist if all songs using it are deleted.
  • Fix issue where artist images don't show up if they're being gotten from the album covers.
  • Have song-list parents pass a default keys parameter.
  • Update the meta info according to the displayed items when searching.
  • Remove zoom from lyrics.
  • Fix bug where album count in artist card isn't updated upon editing song information in a way that makes the number of albums change.
  • Disk number now taken in consideration when ordering by track.
  • Fix order in queuing when playing all songs from an artist so it matches the order displayed in the artist page.

koel's People

Contributors

phanan avatar dependabot-preview[bot] avatar dependabot[bot] avatar dusk252 avatar alex-phillips avatar pedroborges avatar x-ryl669 avatar fieteboerner avatar rundef avatar 0xcaff avatar mattstauffer avatar juliusvdijk avatar dogfalo avatar christ0ph3r avatar serima avatar funcoding avatar melonsmasher avatar andreybolonin avatar bartlomieju avatar brett-anderson avatar brookedot avatar daniele-athome avatar hultberg avatar carusogabriel avatar greysteil avatar henriquebremenkanp avatar javier-lopez avatar joanfont avatar kerwynrg avatar mattsches avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.