TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Omive – Find movies based on genre, rating, directors and more

132 pointsby caffeinewriteralmost 11 years ago

31 comments

staunchalmost 11 years ago
Great job! I&#x27;ve long wanted to work on this problem because I think there&#x27;s so much more that can be done. You definitely seem headed in the right direction.<p>1. I want to follow all my favorite movie-makers and actors and get an email every time they make something new.<p>2. I want to go through all the movies they&#x27;ve made that I missed.<p>3. I want to discover new great people to follow by finding great movies.<p>In order of importance, for me.<p>Good luck!
评论 #8124429 未加载
pritambaralalmost 11 years ago
I&#x27;d suggest a way to share the current filter state. For example, if I want to send the list to my friends.
评论 #8124430 未加载
jdprgmalmost 11 years ago
Obviously a good UI and everything. I would suggest adding rating as an PG, R, etc as another filter. Also if there was some way to integrate with netflix and filter out all the movies I have already seen from my watched list. There should be a third party provider that keeps track of watched movies&#x2F;tv shows and your ratings for them that could provide an api to the likes of netflix and anyone else that wanted it. The problem with sites like this is like 95% of the results fall into the category of I have seen it or I already know about it and don&#x27;t want to see it. An app that could accurately show me movies I haven&#x27;t seen or heard of that I would actually want to see would be so incredibly useful.
评论 #8124345 未加载
silentbob46almost 11 years ago
Looks like the data from different sources doesn&#x27;t always match up properly...for example:<p>Search for comedies, rated 8 and up, available on Netflix between 80-120 minutes long.<p>Towards the bottom, you see a link to &quot;Loaded&quot; (<a href="http://www.imdb.com/title/tt0110374/" rel="nofollow">http:&#x2F;&#x2F;www.imdb.com&#x2F;title&#x2F;tt0110374&#x2F;</a>), released in 2013. Only IMDB says it&#x27;s coming out in 2015. And the link to Netflix plays this &quot;Loaded&quot; from 1994: <a href="http://www.imdb.com/title/tt0110374/" rel="nofollow">http:&#x2F;&#x2F;www.imdb.com&#x2F;title&#x2F;tt0110374&#x2F;</a><p>Overall though nice concept and execution...hope this helps.
heyalexejalmost 11 years ago
Love how the frontend is implemented. It&#x27;s also quite snappy. I&#x27;ve recently watched a tutorial on neo4j where they used this kind of app as an example. Is it built on top of a graph database?<p>One odd thing I noticed is how the actors seem to be ordered alphabetically starting with special chars. I&#x27;d fill all the tabs that have word values with the most popular&#x2F;relevant ones as a default&#x2F;starting point. Search results might also have a count (like Google for example) so users have a clue through how many pages they have to click.
aaronblohowiakalmost 11 years ago
If you like hacking on this sort of thing with a much larger dataset (hundreds of thousands of movies &#x2F; millions of episodes) across dozens of streaming, dvd, vod, ratings, etc sources please reach out -- ablohowiak@fan.tv . You can see our current implementation of this on the iPad app under &quot;smart browse&quot;. We&#x27;re starting to work on our next implementation of smart browse soon.<p>Our problem is also fun because we integrate with MVPDs (like Time Warner Cable) and unify streaming&#x2F;live&#x2F;on-demand in one set-top box.
评论 #8123844 未加载
hindsightbiasalmost 11 years ago
Neat - for my personal tastes, I&#x27;ve found that I only trust IMDB ratings and anything in the near the 7.5 range regardless of vote count - always hunting the missed movies. But can&#x27;t find something like this:<p><a href="http://www.imdb.com/title/tt0220644/?ref_=fn_al_tt_2" rel="nofollow">http:&#x2F;&#x2F;www.imdb.com&#x2F;title&#x2F;tt0220644&#x2F;?ref_=fn_al_tt_2</a><p>Searching on a rating of 7-8 and Johnnie To even if I put in 1-3K votes matching the imbd count. Which, btw, someone uploads to youtube every few weeks.
chatmastaalmost 11 years ago
Damn, this is an awesome interface. Nice job.<p>I did have one super minor moment of confusion. I&#x27;m on iOS 7 on an iPhone 5. I tapped &quot;genre&quot; then &quot;action,&quot; and then my choice appeared at the bottom of my screen in the white triangle. I did not realize there was more content if I scrolled down the page, so I was confused why nothing changed except the appearance of my choice.<p>So I would recommend finding a way to make it clear scrolling is available if you can&#x27;t tell.
ermingalmost 11 years ago
Oh, I will so use this!<p>Anyway, some feedback: When loading the page, a wild scrollbar appears (Chrome). A temporary overflow: hidden; on the body would probably solve this.
SNvD7vEJalmost 11 years ago
Just excellent. Great user interface, simple and efficient.<p>What is the rating and vote count based on? IMDB? RottenTomatoes?<p>Maybe an option to sort the list would be useful.<p>Edit:<p>The search for key words work a bit unexpected.<p>Typing a title, for example &quot;Things We Lost in the Fire&quot;, returns many seemingly random movies, but not the movie actually named &quot;Things We Lost in the Fire&quot;<p>Maybe a sort based on the Levenshtein distance could be used to sort the result when seraching on key words?
评论 #8124862 未加载
yaronealmost 11 years ago
FYI I looked for the top documentaries on Amazon (Rating 9-10). Saw Africa. Clicked the Amazon link. It took me to the wrong Amazon link for a different Africa: <a href="http://www.amazon.com/Africa-Greg-Wise/dp/B00B99QINY" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Africa-Greg-Wise&#x2F;dp&#x2F;B00B99QINY</a><p>EDIT - Seeing the same issue with other Amazon links.
评论 #8123586 未加载
cpursleyalmost 11 years ago
This is fantastic. Really creative UI. I&#x27;ve already found several movies to add to my Amazon&#x2F;Netflix watch list that I didn&#x27;t even know existed.<p>Is there any way to sign up? I&#x27;d love to use it for movie wish lists and taste profile that auto-recommends. Otherwise, I may forget about the site (busy, etc etc).
araesalmost 11 years ago
This (multi-dimensional filter&#x2F;search) is what I&#x27;ve been hoping IMDB would do for the last 5 years (and amazed they hadn&#x27;t). Thank you, this is awesome, and an easy bookmark for a completionist. Although it weirds me out how much of the 7-10 sci-fi list I&#x27;ve seen.
sirdogealotalmost 11 years ago
Looks great!<p>But your &quot;votes&quot; section that I browsed seems to be listed rather oddly.<p>Items seem to be listed randomly.<p>They don&#x27;t seem to be listed by title, date, number of votes, overall score, or anything really.<p>It would be nice too if you allowed the user to rank each list by whichever column they felt was most important to them.
chandikaalmost 11 years ago
Awesome! Also - wouldn&#x27;t it be better if Ratings, Votes were not ranges but had lower bounds? Ex. 7+ rating and 50K+ votes.<p>I saw that you can choose multiples, but you&#x27;d rarely search for a 7-8 rated movie and not want to see a 9-10 in the result set :)
jaysonelliotalmost 11 years ago
Wonderful interface (once I realized that I was supposed to scroll down for the results).<p>The only parameter I&#x27;m missing is what country the film is from. British crime movies are my favorite, and I&#x27;d love to be able to filter it down to the UK.
评论 #8124056 未加载
eghadalmost 11 years ago
Where are you getting your data from? It seems like you&#x27;re running into problems with new shows&#x2F;shows that share the same name as movies. For instance Utopia (UK sci-fi&#x2F;thriller&#x2F;mystery) or Fargo (TV show).
ryan-allenalmost 11 years ago
This is seriously cool, and fast! Great UI!<p>Thanks for helping me find new stuff to watch on Netflix :)<p>EDIT: Feature requests!<p>* Please let me star movies for later!<p>* Please make it auto-scroll when you hit the bottom!<p>It looks like you DIY&#x27;ed this up with a bit of jQuery, am I right? Super cool.
daurnimatoralmost 11 years ago
Looks good :)<p>Feature request: filter by released on dvd&#x2F;bluray. I&#x27;m not a big fan of going to the cinemas, so its good to see what&#x27;s available to watch from home. Netflix and Amazon streaming aren&#x27;t everything!
superasnalmost 11 years ago
The UI is very cool. Very easy to use and quick to search and aesthetically pleasing.<p>Also thank you for not making me sign-up &#x2F; sign-in with twitter first. I have already found 4 new sci-fi movies to watch so far :)
kampsduacalmost 11 years ago
Cool. Would love to use something like this to see what service I can use to watch it. Finding a movie is hard enough, it would be nice to have help finding how to watch it at the same time.
评论 #8123710 未加载
reuwsaatalmost 11 years ago
This is great until it sells out to Amazon like IMDB or Goodreads. The problem isn&#x27;t the interface. The problem is our relationship with our own data. It&#x27;s no longer ours.
评论 #8125426 未加载
ammmiralmost 11 years ago
this is great! one suggestion would be to update the suggestions under each filter type based on the current search results. for example, say i&#x27;m interested in Sean Connery movies. now that i see the results, it&#x27;d be nice to further filter the results by rating, director, etc. the directors tab would show all unique directors appearing in the current search result set.<p>maybe there&#x27;s a better UX paradigm for this drill-down approach, but i think it would be a great addition.
afro88almost 11 years ago
I&#x27;d love to know how you got the initial data on your servers. Did you just do a massive API scrape of IMDB, Amazon, Netflix etc? How do you keep it up to date?
nawitusalmost 11 years ago
I think the best site for finding movies is this: <a href="https://www.icheckmovies.com/" rel="nofollow">https:&#x2F;&#x2F;www.icheckmovies.com&#x2F;</a><p>The lists are very addicting.
评论 #8123364 未加载
walden42almost 11 years ago
Nice idea. It&#x27;d be great to have a MPAA rating as well to be able to filter out family-friendy movies (e.g. G, PG) and vice versa.
resirosalmost 11 years ago
Great job! It would be nice if I could mark the films that I&#x27;ve already watched so that they don&#x27;t come again.
minimaxiralmost 11 years ago
Where are you getting this data from?
ivanhoealmost 11 years ago
Interesting service, but your UX could be better on big screens (haven&#x27;t tested on phone&#x2F;tablet). I click on one of the tabs like Genre or Year and I&#x27;m presented with the 1500+ pixels wide hodgepodge of tags. It&#x27;s very hard to read and puts a lot of mental strain on visitor to scan through that list of tags and find the one of interest.
Lobosquealmost 11 years ago
Awesome! I would suggest adding a filter for movies or shows.
happyhammyalmost 11 years ago
Imdb already has this, it&#x27;s called advanced search