Skip to content

hermajan/lyrics

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 

Lyrics

Lyrics is an application for showing music lyrics from the internet.

It uses library jsoup for parsing data.

Download

Latest version of runnable file lyrics.jar you can download here.

Usage

First you need to have installed Java on your computer. Then you can choose between command-line interface or graphical user interface.

Command-line interface

Run the application with following command:

java -cp lyrics.jar net.hermajan.lyrics.CLI

Use Lyrics with number of command-line arguments:

  • 0: Application obtains an artist and a song from your Last.fm account set in lyrics.properties file.
  • 1: Argument help or ? shows help. Argument "provider" obtains an artist and a song from your Last.fm account set in lyrics.properties file and shows music lyrics from selected provider.
  • 2: Arguments in format "artist" "song" shows music lyrics.
  • 3: Arguments in format "artist" "song" "provider" shows music lyrics from selected provider.

Providers are 0 for KaraokeTexty, 1 for LyricWiki, 2 for MetroLyrics.

For example, command java -cp lyrics.jar net.hermajan.lyrics.CLI "Coldplay" "Fix you" 1 starts Lyrics and it shows you this:

Lyrics CLI

Graphical user interface

Run the file lyrics.jar or use command-line arguments as above, but with command like this:

lyrics.jar "artist" "song"

For example, command lyrics.jar "Coldplay" "Fix you" starts Lyrics and it shows you this:

Lyrics GUI

About

Shows music lyrics from the internet.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages