-
Notifications
You must be signed in to change notification settings - Fork 12
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
Feature Request: Exclude shorts #81
Comments
Thanks for the suggestion! I agree with the need for this feature, Although, this is more of an Invidious feature than a Playlet feature, because if you don't want to see shorts, you'd want that consistently between the two. I'll leave this issue open since I'm not aware of a way to distinguish between a short and a regular video from the Invidious API alone, and also to track the feature |
I read through the Invidious thread, and looked into a couple of options for my private instance, but..... the ublock origin hack works on my PCs well enough and I use clipious on mobile with a video filter just to hide any videos under 60 seconds so I'd rather not do the fork recommended by miangraham just to fix this incredibly minor annoyance on playlet. Now I'm not sure how Clipious is implementing their video filters, and having toyed around with trying to keep my Roku completely offline but still using a few apps I'm well aware of how anti-consumer and just plain annoying their systems can be to work with at times. So I understand if it's just not possible on playlet due to those constraints. However, have you considered implementing a simple length filter (as stated above, I know nothing is simple on Roku) like Clipious does? I think that would go a long way toward improving the user experience if that data is available through the invidious API. Of course, regardless, I love the application and you're doing great work. You were my gateway to the wonderful world that is Invidious and I'm loving every minute of hosting my own private instance. |
@midwesternrodent thanks for your comment and your thoroughness
This is why it is still in my opinion that right now the best way to approach this is to take the DB query you linked in Invidious and link it to a user preference. It makes this feature waaaay simpler. Nonetheless, maybe it is worth trying an implementation in Playlet some day, but currently my priority is more towards bugs preventing watching videos and such |
Update: Since adding a built-in backend, it has become simple (I think) to distinguish between videos and shorts. |
Shorts currently dominate the subscription section, which is already sort of hard to sift through. Appreciate the work so far!
The text was updated successfully, but these errors were encountered: