koel/app/Services
Fiete Börner 4298774e7f implement simple multi disc support (#687)
* add disc field to songs table via migration

* add disc field to song model

* collect disc information in file sync process

* sort song list by disc and track number in album context

* check the disc field in file test

* remove nullable flag from disc field in add_disc_into_songs migration

* fix php code style issues

* fix js code style

* fix sort usage in song-list

* sort songs by inserting into queue by clicking the album/artist item play button (album_id, disc, track)

* add disc to sync tags in media model
2017-12-03 11:02:31 +01:00
..
Streamers Refactor and fix code styles 2017-06-03 17:35:08 +01:00
Download.php Remove redundant code 2017-06-10 12:36:32 +01:00
iTunes.php Apply fixes from StyleCI (#633) 2017-08-05 23:27:41 +01:00
Lastfm.php Massive refactorings 2017-06-04 00:21:50 +01:00
Media.php implement simple multi disc support (#687) 2017-12-03 11:02:31 +01:00
MediaCache.php Apply fixes from StyleCI (#633) 2017-08-05 23:27:41 +01:00
RESTfulService.php Massive refactorings 2017-06-04 00:21:50 +01:00
Util.php Refactor and fix code styles 2017-06-03 17:35:08 +01:00
YouTube.php Apply fixes from StyleCI (#640) 2017-08-21 22:05:03 +01:00