Code Monkey home page Code Monkey logo

Comments (4)

accumulator avatar accumulator commented on August 23, 2024

If a video is posted in a channel, there should be a context menu (rightclick) option 'Follow @channel' for that video

from plugin.video.lbry.

MarkWieczorek avatar MarkWieczorek commented on August 23, 2024

Thanks. I figured it out, but for context, here was the problem:

  1. Under search, I searched for a channel, like @robbraxmantech.
  2. Using the context menu on the search results, there is only the option to add the channel to favorites, and not to follow.

Also, I note that the search function is inconsistent: I tried to search for the channel @techlore, but nothing comes up, even though the channel exists.

And I have a feature request: Would it be possible to add an option to list all the recent videos for the channels you are following?

from plugin.video.lbry.

accumulator avatar accumulator commented on August 23, 2024

Ah! Videos and channels are different entities, the context menu of the latter is indeed not having the follow option it should have.

Also, I note that the search function is inconsistent: I tried to search for the channel @techlore, but nothing comes up, even though the channel exists.

Yes I've seen that too. The search request is forwarded by lbrynet to a LBRY/Odysee hosted blockchain indexer, which doesn't return all results you would expect. It is configured to handle many requests from many users, and therefore limits complex queries and aborts queries that take more than a few 100ms.

Would it be possible to add an option to list all the recent videos for the channels you are following?

I would love to add that, but that is currently problematic due to the indexing server limits I described above. It might be possible but it needs tuning the query so the indexer can handle it fast.

from plugin.video.lbry.

accumulator avatar accumulator commented on August 23, 2024

Fixed in 8a5eebf

And I have a feature request: Would it be possible to add an option to list all the recent videos for the channels you are following?

Thanks to @amacchietto this is now implemented :)

from plugin.video.lbry.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.