aboutsummaryrefslogtreecommitdiff
path: root/Album.java
AgeCommit message (Collapse)Author
2020-12-29toString global updateClyhtsuriva
The display of a print of each class was too ugly, just added a \n to make it more easier to teel the difference between each element.
2020-12-28Finishing javadocClyhtsuriva
2020-12-28Starting javadocClyhtsuriva
2020-12-28Added method to display albums sorted by genreClyhtsuriva
2020-12-28Display content of an albumClyhtsuriva
2020-12-24Finishing album and starting playlistsClyhtsuriva
2020-12-23Implementing AlbumClyhtsuriva
Adding list, extract and save support to albums as well as addAlbum for the albums. Starting the method to add songs to an album as well.
2020-12-11adding Serialization interface and methodsClyhtsuriva
2020-12-07Big updateMasfehico
Implementing the function to add songs. Cleaning a bit everywhere as well.
2020-12-07cleaning and adding stuff in playlistMasfehico
2020-11-23Minor testing changesMasfehico
2020-11-23Musical elements updated and jMusicHub basic creationMasfehico
2020-11-18Firs filesMasfehico
Pushing the empty java files I'll be using with some csvs.