I can indeed get more information from the website. I just want more of that from the Android client, which is where I spend most of my time. I'd also like to read the text reviews sometimes, so it would be nice to at least have a website link from inside the app, even if they don't want to put that directly in the Android client.
I do have a Windows laptop, but I rarely consume content on that these days. Mostly I am watching from my tablet, sometimes from my phone, and just very occasionally from my Blueray player (because the UI is terrible, slow, and buggy).
So many apps seem to lack the basic: Filter by x and Sort by x for all of the obvious criteria. What bastardized yearning for simplicity has led to removing such a simple clear piece of functionality? It's familiar, doesn't add excessive clutter and scales well between power-users and lesser mortals. Why is it increasingly rare?
Only guess I have for Netflix specifically is the fact that they have built clients for every device under the sun. This was and still is part of their M.O. It is just time consuming and difficult to write a heavier feature set in to all of your clients when theyre on every smart tv ever, Xbox, probably toasters, God knows what else
Content filters are ridiculously easy to implement though. As long as you already have the browsing view, all you need to add is a picker that changes whatever DB query you are using to select the data.
Like in SQL all you would need to do is change this:
SELECT * FROM movies
to this:
SELECT * FROM movies ORDER BY rating ASC
When I built a web app for film management, that was by far the easiest thing to implement.
I do have a Windows laptop, but I rarely consume content on that these days. Mostly I am watching from my tablet, sometimes from my phone, and just very occasionally from my Blueray player (because the UI is terrible, slow, and buggy).