A command-line playlist management application written in Java. I originally created this project in 2024 while learning object-oriented programming, then revisited and refactored it to improve the ...
** The Playlist class represents a playlist, working in conjunction with MediaFile.java and PlaylistManager.java. * It stores the media files into a playlist, allowing for adding, removing, and ...