{"id":21217627,"url":"https://github.com/nlamirault/ernestine","last_synced_at":"2026-01-02T03:02:59.818Z","repository":{"id":468767,"uuid":"93590","full_name":"nlamirault/ernestine","owner":"nlamirault","description":"Ernestine is a music management application in McClim.","archived":false,"fork":false,"pushed_at":"2022-01-14T14:45:27.000Z","size":439,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-15T00:43:59.590Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nlamirault.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-12-19T08:50:48.000Z","updated_at":"2024-05-07T20:27:24.000Z","dependencies_parsed_at":"2022-07-17T00:00:57.269Z","dependency_job_id":null,"html_url":"https://github.com/nlamirault/ernestine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nlamirault/ernestine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fernestine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fernestine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fernestine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fernestine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nlamirault","download_url":"https://codeload.github.com/nlamirault/ernestine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fernestine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28168024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2026-01-02T02:00:06.235Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T21:59:27.820Z","updated_at":"2026-01-02T03:02:59.791Z","avatar_url":"https://github.com/nlamirault.png","language":"Common Lisp","funding_links":[],"categories":["Applications"],"sub_categories":["Audio"],"readme":"Ernestine\n=========\n\n[![Build Status](http://img.shields.io/travis/nlamirault/ernestine.svg)](https://travis-ci.org/nlamirault/ernestine)\n\n\nErnestine is a music management application.\nsee INSTALL file for more explanations.\n\n2 frontends exists :\n* a McClim player.\n* a web radio in Flash.\n\n## McCLim Player\n\n### Dependencies\n\nInstall theses packages :\n\n    $ sudo apt-get install mp3info aumix mplayer\n\n### Launch the mcclim frontend\n\n    CL-USER\u003e (asdf:oos 'asdf:load-op :ernestine-gui)\n    CL-USER\u003e (ernestine-gui:player)\n\nAdd you music with the **C-i** command or Music button.\nPut  in the line  the directory  which contains  you music  files. You\ncould use the File Browser (Browse button).\nThen start the music scanning with the \"Search\" button.\n\n### Available commands from the GUI\n\n    C-q : quit ernestine\n\n    C-Return : start playing selected song\n    C-Space : stop playing current song\n\n    C-n : next song\n    C-p : previous song\n\n    C-a : add to playlist selected song\n    C-d : delete selected song from playlist\n    C-z : shuffle\n\n    C-i : import music files\n\n    C-s : save current playlist\n    C-o : open a file selector to search a playlist\n\n### Screenshots\n\n* [0.4](data/ernestine-mcclim-0.4.png)\n* [0.3](data/ernestine-mcclim-0.3.png)\n* [0.2](data/ernestine-clx-0.2.png)\n* [0.1](data/ernestine-player-0.1.png)\n\n\n## Web radio\n\n### Launch the web frontend\n\n    CL-USER\u003e (asdf:oos 'asdf:load-op :ernestine-web)\n\n### Creates the web radio\n\nYou must specify the virtual  host, the Ernestine source directory and\nthe port for the web server :\n\n    CL-USER\u003e (defparameter *radio*\n                  (ernestine-web:create-web-radio \"my.host.info\" 9090\n                                                  :covers-p t))\n\nIf *covers-p* is t, Ernestine will search covers, download and update\ndatabase of each album.\n\n### Add music\n\nIf all  your music  is store in  directory /opt/music/, you  could add\nthis directory, and Ernestine will scan recursively all directories to\ncreates the music database :\n\n    CL-USER\u003e (ernestine-web:add-music *radio* \"/opt/music/\" t)\n\nThe *add-music* method take an optional argument : covers-p. If\nit is t, Ernestine will download covers albums.\n\n### Manage the web radio\n\n    CL-USER\u003e (ernestine-web:start-radio *radio*)\n    CL-USER\u003e (ernestine-web:stop-radio *radio*)\n\n### Screenshots\n\n* [0.4](data/ernestine-web-0.4.png)\n* [0.3](data/ernestine-web-0.3.png)\n* [0.3](data/ernestine-web-0.2.png)\n\n## Benchs\n\nBenchmarks of the database backend :\n\n    CL-USER\u003e (time\n               (let ((backend (ernestine-database:get-backend :prevalence \"/tmp/\")))\n                 (ernestine-tools:scan-directory backend \"/opt/music/\")))\n\n### Version 0.2\n\n    Date ; 2007-08-11\n    Size : 16G for /opt/music/\n    Without covers :\n    Evaluation took:\n      314.1 seconds of real time\n      12.96081 seconds of user run time\n      44.514786 seconds of system run time\n      [Run times include 0.564 seconds GC run time.]\n      0 calls to %EVAL\n      0 page faults and\n      230,012,408 bytes consed.\n\n    With covers :\n    Evaluation took:\n      1211.078 seconds of real time\n      370.02313 seconds of user run time\n      147.08118 seconds of system run time\n      [Run times include 188.276 seconds GC run time.]\n      32040 calls to %EVAL\n      15 page faults and\n      93,196,758,304 bytes consed.\n\n### Version 0.1\n\n    Date : 2007-05-08\n    Size : 14G for /opt/music\n    Evaluation took:\n      226.969 seconds of real time\n      10.200638 seconds of user run time\n      41.40659 seconds of system run time\n      [Run times include 0.949 seconds GC run time.]\n      0 calls to %EVAL\n      0 page faults and\n      263,101,968 bytes consed.\n\n\n## Changelog\n\nA changelog is available [here](ChangeLog.md).\n\n\n## Contact\n\nNicolas Lamirault \u003cnicolas.lamirault@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlamirault%2Fernestine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnlamirault%2Fernestine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlamirault%2Fernestine/lists"}