ernestine
Description
Ernestine is a music management application written in Common Lisp.
It is developed on Debian GNU/Linux . and licensed under a license Lisp Lesser GNU Public License. It has been tested under SBCL.
Installation
ernestine could be install like this :
- Load libraries :
CL-USER> (require 'asdf) CL-USER> (require 'asdf-install)
- Install ernestine :
CL-USER> (asdf-install:install 'ernestine)
Usage
- Start the McClim player :
CL-USER> (asdf:oos 'asdf:load-op :ernestine-gui) CL-USER> (ernestine-gui:player)
- Start the web player (by specified :covers-p to TRUE, Ernestine will download
albums covers.) :
CL-USER> (asdf:oos 'asdf:load-op :ernestine-web) CL-USER> (defparameter *radio* (ernestine-web:create-web-radio "my.host.info" :covers-p t)) CL-USER> (ernestine-web:start-radio *radio*) CL-USER> (ernestine-web:stop-radio *radio*)
Screenshots
News
Alpha version. You could scan a directory searching MP3 / Ogg Vorbis files, and you could launch the GUI to play music.
Links
Team
List of developers :
Nicolas Lamirault - nicolas.lamirault@gmail.com
Mailing Lists
Mailing lists that have been established for this project :
Repository
NIL NIL
Releases
0.4 ernestine-0.4
0.3 ernestine-0.3