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
Is your feature request related to a problem? Please describe.
When swiping, you will sometimes get the same sort of movies repeatedly popping up, when you aren't interesting in them. E.g. if filtering by Horror, you might be swiping through 12 of the Friday the 13th Collection and 9 of the Halloween Collection, when you don't want to watch any of them, and it just makes it a bit of a pain to go through. These can of course be manually excluded with the filters, but that would take a while to ensure you include everything.
Describe the solution you'd like
Have a filter of something like 'List all items in collections'. Default is yes (how it currently works), but if 'no', then list the collection itself as one item, so it will say "Friday the 13th Collection" and none of the movies within it will show up when continuing to swipe.
As an optional extension to this, if it gets a match then a user could click the collection to create a new room automatically with just the contents of that collection, so everyone can vote which specific movie in that collection they want.
Additional context
This won't necessarily be useful for people with custom or big collections, but would be great for those who just use TMDB collections and similar. Additionally collections don't have categories (or much information at all), so you will probably just need to return any collection where any of the movies match the pre-existing filter (such as Genre=Horror).
Example mockup:
first part shows the whole collection
second part is when you click the 'i', and you can then expand and shrink the '12 movies' button to show you movies contained, as well as the rest of the normal information.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When swiping, you will sometimes get the same sort of movies repeatedly popping up, when you aren't interesting in them. E.g. if filtering by Horror, you might be swiping through 12 of the Friday the 13th Collection and 9 of the Halloween Collection, when you don't want to watch any of them, and it just makes it a bit of a pain to go through. These can of course be manually excluded with the filters, but that would take a while to ensure you include everything.
Describe the solution you'd like
Have a filter of something like 'List all items in collections'. Default is yes (how it currently works), but if 'no', then list the collection itself as one item, so it will say "Friday the 13th Collection" and none of the movies within it will show up when continuing to swipe.
As an optional extension to this, if it gets a match then a user could click the collection to create a new room automatically with just the contents of that collection, so everyone can vote which specific movie in that collection they want.
Additional context
This won't necessarily be useful for people with custom or big collections, but would be great for those who just use TMDB collections and similar. Additionally collections don't have categories (or much information at all), so you will probably just need to return any collection where any of the movies match the pre-existing filter (such as Genre=Horror).
Example mockup:
The text was updated successfully, but these errors were encountered: