aboutsummaryrefslogtreecommitdiff
path: root/MusicalElement.java
AgeCommit message (Collapse)Author
2020-12-28Finishing javadocClyhtsuriva
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-19Adding AudioBooksClyhtsuriva
Finishing AudioBook class, adding list and save for the audiobooks. Adding extract method for both audiobooks and songs. Resolving the id incremention issue.
2020-12-11Getting serialization working with a songClyhtsuriva
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-07Updating song, audiobook and musical elements's sets and getsMasfehico
2020-12-07Finishing MusicalElement.javaMasfehico
2020-11-23Minor testing changesMasfehico
2020-11-19Started Song and MusicalElementMasfehico
2020-11-18Added CSVsMasfehico
I added some csvs by exracting my ampache mysql DB. Also started to write on the README file already.