Show HN: I made an app that helps you find where to stream movies and TV shows
121–130 of 170 posts
Re: Show HN: I made an app that helps you find where to stream movies and TV shows
#122Re: Show HN: I made an app that helps you find where to stream movies and TV shows
#123Probably you should just repaint the main window, with the search string intact but showing only the matching selection of titles. Then one could alt-click to open a title in a separate window or tab, and not lose the search.
Re: Show HN: I made an app that helps you find where to stream movies and TV shows
#124Earlier quoted context omitted.
How is the UX with Stremio? Would it pass the "wife test"? Like, does it buffer and cut out constantly, or require fiddling with settings all the time, or does it Just Work(TM)?
Stremio works with plugins. There's certain plugins that are able to fetch contents directly from torrent downloads, so the typical warnings about torrenting apply there (not to receive an undesired letter on the mailbox). However, that same plugin is able to use some paid for services that download the torrents for you, which is safe(r). IMO if subtitles aren't needed, it does pass the wife test once it's all config…
I have an Amazon Fire Stick, which works flawlessly with Plex across my local network, so hopefully Stremio works as well on it too.
Re: Show HN: I made an app that helps you find where to stream movies and TV shows
#125- Let me select a streaming service and get an A-Z listing of all available titles
- Show me if shows are censored/modified in any way or missing episodes
- Show me if shows are included with the price of subscription or if you have to pay more on top of what you're already paying (a huge problem with amazon)
- Work without JS enabled
Re: Show HN: I made an app that helps you find where to stream movies and TV shows
#126Re: Show HN: I made an app that helps you find where to stream movies and TV shows
#127My wishlist for a service like this: - Let me select a streaming service and get an A-Z listing of all available titles - Show me if shows are censored/modified in any way or missing episodes - Show me if shows are included with the price of subscription or if you have to pay more on top of what you're already paying (a huge problem with amazon) - Work without JS enabled
This 100%, maybe add the option for me to select which services I have, and then make the a-z list include all those I have access to.
Re: Show HN: I made an app that helps you find where to stream movies and TV shows
#128At first, I thought you built a justwatch.com clone. But, after a quick inspection I realized you solve a related but different use-case where the user already paid for the streaming service holding the rights to the media, but not necessarily match the user’s country location. By enabling the user to check in what countries the media is available you also unlock a new business model based on VPN affiliation programs…
It's been a few years since I've used a VPN with streaming, but I recall some services not working well with it. I was in Australia with NordVPN to the US on a fibre connection.
Re: Show HN: I made an app that helps you find where to stream movies and TV shows
#129Earlier quoted context omitted.
Random question, what VPN is good for location spoofing. My current vpn doesn't work for this purpose which is annoying
I use PotonVPN since a while and it works like a charm. A note though, since some years now using a VPN is not really the panacea for streaming country restricted movies, as more and more the deciding factor is the originating country of your credit card.
Re: Show HN: I made an app that helps you find where to stream movies and TV shows
#130Improvement ideas: let the user set their country. If I live in Germany, and I don't want to bother with VPN, knowing that a TV show is available in Argentina and 30 other countries is not important. Also, I don't think this takes care of the case where some seasons of a show is available but not the others. Maybe that's also the reason for false negatives in some cases (others mentioned this). Another thing: be able…
> let the user set their country. Or use GeoIP to assume a default country, but allow the user to change their country or clear the country filter. MaxMind has a free offline GeoIP database that’s good. If the developer wants to keep the full country list, they could move the GeoIP identified country to the top of the list and/or highlight it for easy access.