Skip to content

bardiademon/terminal-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎵 Terminal Music Player

Screenshot2 Screenshot1 Screenshot1 Screenshot1

This project is a terminal-based music player that runs entirely in the terminal and supports playing various audio file formats.

It uses JVLC for music playback.


📝 Prerequisites and Installation

Follow these steps to set up and run the application:

  1. Install Java 21 or higher
    (You can use Oracle JDK or OpenJDK)

  2. Install Maven
    (For building and managing the project)

  3. Install VLC media player

  4. Install MySQL

    The database username and password can be changed in the DatabaseConnection file.

  5. Clone the project repository:

    git clone [project git URL]
  6. Execute the initial_mysql.sql script located in the resources/patch directory on your MySQL database.

  7. Build the project using Maven:

    mvn clean install package
  8. Navigate to the target directory:

    cd target
  9. Run the application:

    java -jar terminal-music-[version].jar

🚀 Features

  • Playlist management
  • Music selection
  • Music playback controls

💻 Technologies

Java

📢 Spread the word!

If you want to say thank you:

  • Add a GitHub Star to the project!
  • Follow my GitHub bardiademon

About

terminal music

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages