Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Search info about a single movie #8

Open
iCHAIT opened this issue Apr 29, 2016 · 7 comments
Open

Search info about a single movie #8

iCHAIT opened this issue Apr 29, 2016 · 7 comments

Comments

@iCHAIT
Copy link
Owner

iCHAIT commented Apr 29, 2016

Moviemon should provide a way to search for information about an individual movie on my machine.

Example -

When I run -

$ moviemon <movie-name>

It should give me all the relevant information about the movie that I passed in as argument.

An advance feature can be -

$ moviemon <movie-name> -i

Gives IMDB rating for this particular movie only.

or

$ moviemon <movie-name> -r

Gives the runtime for this particular movie only

We can do the same for all switches.

@iCHAIT
Copy link
Owner Author

iCHAIT commented Apr 29, 2016

The main issue here I think is passing the movie name as an argument. It is important to pass a valid movie name that exists on the machine and should match with the respective movie.

@dufferzafar thoughts?

@dufferzafar
Copy link
Collaborator

dufferzafar commented Apr 30, 2016

Doing an exact string match for the movie name is easy for the program, but hard for the user. We'll have to implement an approximate search algorithm, so a user can do: moviemon azkaban and it'll give the details of "Harry Potter and the Prisoner of Azkaban".

This of course is easier said than done. I think there must be some python library that provides this functionality.

@iCHAIT
Copy link
Owner Author

iCHAIT commented Apr 30, 2016

Yeah, something similar to what guessit does.

@iCHAIT
Copy link
Owner Author

iCHAIT commented Apr 30, 2016

Will this help our cause. Specifically this part?

@dufferzafar
Copy link
Collaborator

Yep @iCHAIT that's it! 😸

@zygimantus
Copy link

Have you implemented this?

@iCHAIT
Copy link
Owner Author

iCHAIT commented Oct 12, 2016

No, I haven't yet.

PR appreciated 😄

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants