koel/tests
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
..
blobs Add unit tests for File 2017-11-08 22:35:16 +01:00
e2e Fix E2E tests 2016-12-02 17:33:28 +07:00
Feature Load (and parse) playlist content on demand 2017-12-02 17:05:40 +01:00
Integration Make tests green again 2017-08-28 12:29:39 +01:00
songs implement simple multi disc support (#687) 2017-12-03 11:02:31 +01:00
Unit implement simple multi disc support (#687) 2017-12-03 11:02:31 +01:00
CreatesApplication.php Finish unit tests for Artist and Album 2017-06-10 14:25:30 +01:00
TestCase.php Refactor tests 2017-08-05 17:56:11 +01:00