Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Play the next movie in a collection #221

Open
jingai opened this issue Sep 4, 2017 · 2 comments
Open

Play the next movie in a collection #221

jingai opened this issue Sep 4, 2017 · 2 comments

Comments

@jingai
Copy link
Collaborator

jingai commented Sep 4, 2017

It would be nice to be able to say something like:

Alexa, ask Kodi to play the next Harry Potter movie

I'm pretty sure this would depend on movies being in collections, since we'd have to match "Harry Potter" as a substring for a collection of movies.

@simonrb2000
Copy link

Like this

@jingai
Copy link
Collaborator Author

jingai commented Sep 14, 2017

The biggest hurdle I see with this is that sets don't necessarily have to have a specific naming convention.

With the scraper I use, I generally end up with set labels like, "Harry Potter Collection," but we cannot depend on that convention because a) the user can edit the set labels to make them whatever they like, and b) different scrapers can choose whatever format they like.

The problem here is that we need to match the heard string ("harry potter") against the set name. If we don't know what to strip out of the set names, then we won't be able to match with confidence.

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

No branches or pull requests

2 participants