aboutsummaryrefslogtreecommitdiffstats
path: root/jMusicHub.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Starting javadocClyhtsuriva2020-12-281-10/+9
|
* Update REAME.mdClyhtsuriva2020-12-281-8/+0
|
* Method to show audiobooks sorted by authorClyhtsuriva2020-12-281-2/+28
|
* Added method to display albums sorted by genreClyhtsuriva2020-12-281-4/+28
|
* Print album sorted by date methodClyhtsuriva2020-12-281-4/+28
|
* Display content of an albumClyhtsuriva2020-12-281-1/+19
|
* Repairing playlistClyhtsuriva2020-12-281-11/+57
| | | | | | | An error occured when no playlists were found AND we wanted to create one. Also populated the objects files to meet the specs of the teach. Creating a run command, might delete later..
* Playlist : sort by name and delete optionClyhtsuriva2020-12-241-38/+126
|
* Finishing album and starting playlistsClyhtsuriva2020-12-241-8/+85
|
* Implementing AlbumClyhtsuriva2020-12-231-13/+149
| | | | | | 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.
* SimplifyingClyhtsuriva2020-12-221-129/+77
| | | | | I'm creating methods in jMusicHub to simplify the work I'l will be doing to add Albums and Playlists commands such as list, extract and save.
* Adding AudioBooksClyhtsuriva2020-12-191-19/+203
| | | | | | Finishing AudioBook class, adding list and save for the audiobooks. Adding extract method for both audiobooks and songs. Resolving the id incremention issue.
* (De)Serialization of the songsClyhtsuriva2020-12-111-41/+62
| | | | | Serialization and Deser now work fine for the songs. We're able to store arrays.
* Getting serialization working with a songClyhtsuriva2020-12-111-2/+26
|
* adding Serialization interface and methodsClyhtsuriva2020-12-111-1/+7
|
* Big updateMasfehico2020-12-071-6/+82
| | | | | Implementing the function to add songs. Cleaning a bit everywhere as well.
* Minor testing changesMasfehico2020-11-231-0/+12
|
* Musical elements updated and jMusicHub basic creationMasfehico2020-11-231-0/+44
|
* Added CSVsMasfehico2020-11-181-0/+0
I added some csvs by exracting my ampache mysql DB. Also started to write on the README file already.