1
0
Fork
You've already forked jamendo-client
0
Console client for Jamendo music service
  • Clojure 100%
Find a file
2011年08月16日 13:18:49 +04:00
src/jamendo_CLient Removed loop by reduce in list-to-string func 2011年08月16日 12:19:23 +04:00
.gitignore Added .gitignore 2011年07月27日 01:16:32 +04:00
project.clj Some changes, which must be commited on prev commit 2011年07月26日 20:50:42 +04:00
README Updated README 2011年08月14日 15:23:04 +04:00

# jamendo-CLient
Simple command-line client for Jamendo. It is don't playing songs - it just 
return URL's to streams with selected songs.
## Usage
You should run this program with next command-line:
 java -jar jamendo-CLient.jar [args for jamendo client]
You can use next arguments:
 --help - prints help message
 --search-albums <keyval> - search and print list of albums, whose description
or name matched with "keyval"
 --list-album <id> - print list of songs in album with "id"
 --print-album <id> - print stream URL for every song in album with "id"
 --print-song <id> - print stream URL for song with "id"
jamendo-CLient cannot play music streams - you should pass stream URL's to 
MPlayer or another program to listen a music.
## License
Copyright (C) 2011 h0rr0rr_drag0n
Distributed under the Eclipse Public License, the same as Clojure.
You can redistribute and modify this program with saving original 
copyright and license type.