mirror of
https://github.com/koel/koel
synced 2024-11-12 23:47:09 +00:00
4298774e7f
* 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 |
||
---|---|---|
.. | ||
.gitkeep | ||
2014_10_12_000000_create_users_table.php | ||
2014_10_12_100000_create_password_resets_table.php | ||
2015_11_23_074600_create_artists_table.php | ||
2015_11_23_074709_create_albums_table.php | ||
2015_11_23_074713_create_songs_table.php | ||
2015_11_23_074723_create_playlists_table.php | ||
2015_11_23_074733_create_interactions_table.php | ||
2015_11_23_082854_create_playlist_song_table.php | ||
2015_11_25_033351_create_settings_table.php | ||
2015_12_18_072523_add_preferences_to_users_table.php | ||
2015_12_22_092542_add_image_to_artists_table.php | ||
2016_03_20_134512_add_track_into_songs.php | ||
2016_04_15_121215_add_is_complilation_into_albums.php | ||
2016_04_15_125237_add_contributing_artist_id_into_songs.php | ||
2016_04_16_082627_create_various_artists.php | ||
2016_06_16_134516_cascade_delete_user.php | ||
2016_07_09_054503_fix_artist_autoindex_value.php | ||
2017_04_21_092159_copy_artist_to_contributing_artist.php | ||
2017_04_22_161504_drop_is_complication_from_albums.php | ||
2017_04_29_025836_rename_contributing_artist_id.php | ||
2017_11_27_184010_add_disc_into_songs.php |