Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deadendpl/emacs-mb-search

Emacs MusicBrainz searching
https://github.com/deadendpl/emacs-mb-search

emacs emacs-lisp musicbrainz musicbrainz-api

Last synced: about 1 month ago
JSON representation

Emacs MusicBrainz searching

Awesome Lists containing this project

README

        

* Description
It uses =completing-read= to choose from a list of candidates.
It's rather simple, most of the time only name and disambiguation are shown.

If you have [[https://curl.se/][curl]] installed, it will be used.
Otherwise, it will use built-in url library.
Beware that some symbols are not rendered correctly when using url library.
* Screenshot
[[file:screenshot.png]]
* Installation
- With [[https://github.com/slotThe/vc-use-package][vc-use-package]] (installed manually)
#+begin_src emacs-lisp
(use-package emacs-mb-search
:vc (:fetcher github :repo "deadendpl/emacs-mb-search"))
#+end_src
- With [[https://github.com/slotThe/vc-use-package][vc-use-package]] (built into Emacs 30+)
#+begin_src emacs-lisp
(use-package emacs-mb-search
:vc (:url "https://github.com/deadendpl/emacs-mb-search"))
#+end_src
- Without [[https://github.com/slotThe/vc-use-package][vc-use-package]]
#+begin_src emacs-lisp
(package-vc-install "https://github.com/deadendpl/emacs-mb-search")
#+end_src
* Things to do [2/2]
- Search types [15/15]
- [X] Annotation
- [X] Area
- [X] Artist
- [X] Cdstub
- [X] Event
# - [ ] Genre (not implemented officially)
- [X] Instrument
- [X] Label
- [X] Place
- [X] Recording
- [X] Release
- [X] Release group
- [X] Series
- [X] Tag
- [X] URL
- [X] Work
- [X] Fix non latin symbols
- [X] Fix naming scheme