Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow blocking of certain words in title / channel / playlist #95

Closed
thisisjustathrowaway opened this issue May 20, 2018 · 19 comments · Fixed by #4202
Closed

Allow blocking of certain words in title / channel / playlist #95

thisisjustathrowaway opened this issue May 20, 2018 · 19 comments · Fixed by #4202
Labels
enhancement New feature or request Rewrite: questionablefeature A feature that is questionable in regards to practicability and implementability v1.0.0 Planned before v1.0.0 release

Comments

@thisisjustathrowaway
Copy link

thisisjustathrowaway commented May 20, 2018

On Twitter there's a function to mute words and users so they don't appear on your feed. Can something like this be added on this app?

@ghost
Copy link

ghost commented May 22, 2018

Hi,

Can you specify a bit more?
Do you just want to hide certain users from the comments section, or their channels? Or both? (block them)

Certain words could be blocked if specified by a user, by using a word filter for example.

Where in FreeTube would you like to see the above blocked/hidden?

I like the idea, not sure if the data can be parsed that way though.

@thisisjustathrowaway
Copy link
Author

I would like to be able to hide users from the comments section and able to hide users' videos from the sidebar. Not merely the option of doing both like blocking does, but also the option of doing just one or the other.

With words and phrases, I also mean not only in comments sections but in videos on the sidebar as well.

There could be like a page where you can manage these filtered users/phrases/words like there is on Twitter. Of course, it should not be like on Youtube where they guess what to hide from you based on your filtering choices. It should be more specific, like on Twitter.

@thisisjustathrowaway
Copy link
Author

The way in which Youtube recommends you videos by tracking your data is echo-chambery. In this system, anything "echo-chambery" is knowingly self-imposed.

@thisisjustathrowaway
Copy link
Author

Oh, and there should be an option to mute users and words/phrases from search results as well

@thisisjustathrowaway
Copy link
Author

@PrestonN Are you planning on making this an enhancement or not really?

@PrestonN
Copy link
Member

@SirKnight1234 I apologize for not responding to this issue. Yes I would like to see this implemented in the future. Unfortunately I do not know when I will be able to implement this as there a certain features that need to take priority for FreeTube.

I feel bad about this answer as I feel like I say the same thing on every issue so I'd like to explain a little more. FreeTube is in a strange position right now where it is getting more popular, but there hasn't been anyone willing / able to help out towards contributing to the project. This leaves myself as the sole person responding to issues, organizing, prioritizing, developing, testing, documentation, and anything else related to the project. I don't mind doing this, I wouldn't have created the project if I didn't want to do this. The problem is more so that I can only work on FreeTube in my spare time and progress takes a hit because of it. The upside is that I don't have to ask for donations towards the project as FreeTube is not my source of income.

Progress would advance much quicker if there were even 1 or 2 people that could be dedicated to helping out. I can't force anybody to help but I at least want everyone to know that the door is open. I might not respond to everything but I do read everything on here. I apologize for not responding but I hope you understand.

@PrestonN PrestonN added the enhancement New feature or request label Jul 11, 2018
@thisisjustathrowaway
Copy link
Author

Okay, thanks for responding. I'll ask some of my friends who know how to code and shit if they'll be willing to help. Thank you so much for working so hard on this project, too.

@arjpar arjpar mentioned this issue Jul 23, 2018
2 tasks
@PrestonN PrestonN added the v1.0.0 Planned before v1.0.0 release label Aug 8, 2019
@GilgusMaximus GilgusMaximus added the Rewrite: questionablefeature A feature that is questionable in regards to practicability and implementability label Sep 29, 2020
@PrestonN PrestonN changed the title Muting? Allow blocking of certain words in title / channel / playlist Oct 1, 2020
This was referenced Jan 15, 2021
@rebelga
Copy link

rebelga commented May 13, 2021

A refinement to this would be a button to then show unfiltered results (perhaps with the would-be filtered videos marked "FILTERED" similar to the current "WATCHED" label.

@kazekanata
Copy link

This is very highly requested by me. I want FreeTube to have simillar way to block video, channel and some keywords like BlockTube extension on Edge Chromium/Firefox. FreeTube will be perfect if it has this feature.

@ChunkyProgrammer
Copy link
Member

I can look into implementing this feature if no one else is working on it

@GilgusMaximus
Copy link
Contributor

At the moment no one is working on it. So go for it if you want.
I'd first say that basic blocking should be possible. Afterwards we can take a look into how the 'FILTERED' label could work

@qupear
Copy link

qupear commented Aug 26, 2021

Hi.

What would be great to have in FreeTube is just some text field in Settings, where users can write YT channels names or IDs separated by semicolon. After restarting FreeTube, the channels from this list won't appear in the "Trending" list and recommended videos. Even hiding previews for these channels would help with some other "visual" solution without considerable changes in how the backend parsing.

I would be happy to help resolve issues somehow, but I am terrible at javascript.

@maplepy
Copy link

maplepy commented Jan 6, 2023

After restarting FreeTube, the channels from this list won't appear in recommended videos.

What do you mean by recommended videos?

@ChunkyProgrammer ChunkyProgrammer removed their assignment Jan 6, 2023
@qupear
Copy link

qupear commented Jan 7, 2023

After restarting FreeTube, the channels from this list won't appear in recommended videos.

What do you mean by recommended videos?

I mean those that appear in "Up Next" portion of a window.

@Shadow8472
Copy link

This would be a very valuable feature to my sister, who for the same reasons needs an ad-blocker. This goes doubly so if the rumor I heard is true about YouTube implementing an anti-ad-block.

@KY246
Copy link

KY246 commented Aug 7, 2023

I agree with qupear's suggestion.

What would be great to have in FreeTube is just some text field in Settings, where users can write YT channels names or IDs separated by semicolon

Building off of that, I think that it will also be useful to be able to input sections of video title names to block.
For example, if I input the word "Hello" into the blocklist, all videos containing the word "Hello" in the title will be blocked.

It will also be useful to have regex support for advanced users.

@Shadow8472
Copy link

I just found BlockTube, and my first impression is looking pretty good. It's open source, the license is compatible (GPL3 to FreeTube's AGPL3), and both projects are primarily in JavaScript. I'd love to see a collaboration between these two projects.

https://github.com/amitbl/blocktube

@maplepy
Copy link

maplepy commented Apr 14, 2024

Would it be possible to have it in the right click menu? like block a channel/block a video or words

thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Rewrite: questionablefeature A feature that is questionable in regards to practicability and implementability v1.0.0 Planned before v1.0.0 release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

11 participants