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)