Interact with lbry-sdk via an Elfeed-like buffer in your favourite text-editor.
As of right now, lbry-mode
relies on cURL and 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 Gabriele Rastello and many contributors of the 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 peertube.el, also inspired by ytel. And if you’re curious about LBRY, you can read more about it here.
- [ ] More advanced search parameters.
- [ ] More documentation.
- [ ] Display Channel info in LBRY-INFO buffer.
- [ ] Double the amount of entries.
Integration with parallel-mode.el (if will it ever finish)