TeamNewPipe / NewPipe

A libre lightweight streaming front-end for Android.
https://newpipe.net
GNU General Public License v3.0
31.03k stars 3.01k forks source link

[Request] "Subscribe" to searches #844

Open probonopd opened 6 years ago

probonopd commented 6 years ago

I would like to "subscribe" to certain topics (searches), e.g., "all videos that appeared during the last week with for the search word AppImage". I would like to be able to save such searches, and optionally have NewPipe download all videos that appear in this search, either in the background, or manually triggered ("download now"), like in a podcast client.

NewPipe could keep track of the video IDs I have already watched in order not to download already-watched and deleted videos.

TheAssassin commented 6 years ago

Sounds useful, although I can't think of an efficient implementation. You'd have to repeat the search regularly, and look for newer results. That is likely a data usage issue. However, this might be a really useful feature to people who need to keep track of a specific tag etc. I'd like to see it implemented myself, I can think of use cases in which I might use it myself.

theScrabi commented 6 years ago

The only thing you could do is subscribe to search queues.

probonopd commented 6 years ago

You'd have to repeat the search regularly, and look for newer results.

Yes. Could be done automatic (once a day, once a week, as any podcast client would do), and/or whenever the user initiates the process manually (this would actually be what I'd want to use myself).

My use case is to download the results for a certain search before I leave the house for a long train ride.

The only thing you could do is subscribe to search queues.

And have a "download all" button, which would download whatever had not been downloaded before (using a list keeping track of video IDs) up to a total size of X GB and/or Y videos that the user could set.

justanidea commented 6 years ago

What about that today?

probonopd commented 6 years ago

What about that today?

I'd appreciate this feature today (at least) as much as originally.

theScrabi commented 6 years ago

No progress yet. The problem right now is that we get a ton if issues currently, but we are just so many devs. For some things we really need help :)

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

probonopd commented 5 years ago

Not doing anything is never a good reason to close anything. stale bot go away

SameenAhnaf commented 3 years ago

What about pinning searches instead??

probonopd commented 3 years ago

Can the results of all those pinned searches be shown in one combined view, ordered from most recent to least recent video?

(Basically, I believe this is how YouTube subscriptions should have been desgined to begin with. I am interested in and want to follow anything that gets published about certain subjects, not based on who the publisher is.)

opusforlife2 commented 3 years ago

Good points. I wonder if the existing Channel Groups/Feeds code can be modified to do this as well.

what-aboot commented 2 years ago

Sounds useful, although I can't think of an efficient implementation. You'd have to repeat the search regularly, and look for newer results. [/snip]

If NP (A) saved the search as a channel, (B) prefix channel name with 'xnp' (or some such) (C) auto subscribed to it

This would do the search as the user opened (clicked on) the channel.

It would only occur upon user activation, with user then prepared for data usage, not an ongoing automatic reloading.

This would be efficient.

As search is now a channel, it can be managed by existing channel management process, incl delete.