You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A way to add key words to be ignored for YouTube channels. For example, Joe Rogan does an MMA segment. Being able to ignore those videos by adding the word "MMA" or "Fight" to the ignore list would be great,
So for the media source, add a section to add key words to be ignored and NOT download if those words are in the title.
The text was updated successfully, but these errors were encountered:
I like this idea, but I'll have to think about where/if it fits in given that you can already do this with the Title filter regex field. It's not as slick, but for now you can do something like this to ignore certain terms: (?i)^(?:(?!MMA|Fight|Foo|Bar).)*$ where you separate every term you don't want with a |.
I have a small blurb here on some tips re: testing out filtering. Hope this helps!
A way to add key words to be ignored for YouTube channels. For example, Joe Rogan does an MMA segment. Being able to ignore those videos by adding the word "MMA" or "Fight" to the ignore list would be great,
So for the media source, add a section to add key words to be ignored and NOT download if those words are in the title.
The text was updated successfully, but these errors were encountered: