LBRY client for Emacs.

c1-g b20d2b5fdf Change lbry-mode to elbry. 3 anni fa
LICENSE 2a207b46be Add LICENSE 3 anni fa
elbry-search.el b20d2b5fdf Change lbry-mode to elbry. 3 anni fa
elbry.el b20d2b5fdf Change lbry-mode to elbry. 3 anni fa
readme.org 9d05b2f4af Search minor mode. 3 anni fa

readme.org

lbry-mode

Dependencies

Setup

Extensibility

Note

Cool projects

TODO Incoming feature

TODO Final Goal

    Interact with [[https://github.com/lbryio/lbry-sdk][lbry-sdk]] via an Elfeed-like buffer in your favourite text-editor. As of right now, ~lbry-mode~ relies on cURL and [[https://github.com/lbryio/lbry-sdk][lbry api]] server so make sure you have them installed. Clone this repository, then add it to your ~load-path~ You can define new function for ~lbry--dwim~ function to behave according to your needs, the function invoke other functions like ~lbry-video-function~ for an entry that has video media-type or ~lbry-image-function~ for image media-type and other kinds of media. A personal thank you(s) to [[https://grastello.github.io/][Gabriele Rastello]] and many contributors of the [[https://github.com/gRastello/ytel][ytel]] package as I just copy&paste'd most of their code and added my spaghetti on top without any permissions nor hesitation, thanks! Go check out [[https://git.sr.ht/~yoctocell/peertube][peertube.el]], also inspired by [[https://github.com/gRastello/ytel][ytel]]. And if you're curious about LBRY, you can read more about it [[https://lbry.tech/][here]].
  • [ ] More advanced search parameters.
  • [ ] More documentation.
  • [ ] Display Channel info in LBRY-INFO buffer.
  • [ ] Double the amount of entries.
  • Integration with [[https://gitlab.com/Charlie-Gordon/parallel-mode.el][parallel-mode.el]] (if will it ever finish)