Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deadendpl/emacs-mb-search
- Owner: deadendpl
- License: gpl-3.0
- Created: 2024-08-17T06:25:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T19:24:31.000Z (2 months ago)
- Last Synced: 2024-10-30T20:16:58.343Z (2 months ago)
- Topics: emacs, emacs-lisp, musicbrainz, musicbrainz-api
- Language: Emacs Lisp
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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