Code Monkey home page Code Monkey logo

iwatched's Introduction

Top Langs

iwatched's People

Contributors

dependabot[bot] avatar hakanersu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

iwatched's Issues

Query time problem when filtering by rating and year.

It seems when filtering with year and rating, query time takes nearly 1-3 seconds.

select * from "titles" where exists (select * from "ratings" where "titles"."tconst" = "ratings"."tconst" and ("average_rating" > 8 and "average_rating" < 9)) and "title_type" = 'movie' and "start_year" = '2007' order by "weight" desc limit 11 offset 0

After removing order by query time down to 0.300ms but i really want to keep weight order by. And removing where year also improves performance of the query.

image

themoviedb.org

It would be great to be able to use themoviedb.org API because it has more titles and is open-source which can be edited.

failed to open stream: No such file or directory

Im getting this error when i open the app, any idea what im doing wrong?

Warning: require(/application/public/../vendor/autoload.php): failed to open stream: No such file or directory in /application/public/index.php on line 24

Fatal error: require(): Failed opening required '/application/public/../vendor/autoload.php' (include_path='.:/usr/local/lib/php') in /application/public/index.php on line 24

Thanks for you help

API or webhook options

Hi,

This project looks awesome and looks like it could replace sites like IMDb or Trakt.tv.

Are there any options to mark movies as marked through webhook or API? This would ease the integration with apps like Plex, radarr, etc.

tutorial on readme.

is it possible to have a quick overview on how to install this on PC and what do we need to install? im new to this and i really wanted to use your work =)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.