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

Show movie / episode / show info #245

Open
willhowlett opened this issue Jan 2, 2018 · 5 comments
Open

Show movie / episode / show info #245

willhowlett opened this issue Jan 2, 2018 · 5 comments

Comments

@willhowlett
Copy link

A useful feature would be to be able to bring up the info screen of a specific movie / episode / tv show, so that you can read the plot synopsis before deciding to watch

Possible voice commands could be:

Ask Kodi to show info / information about ...
Ask Kodi to show me info / information about ...

@jingai
Copy link
Collaborator

jingai commented Jan 9, 2018

Well now I remember why I didn't add this before. It would require all of the same magic in find_and_play(), as well as supporting things like:

Alexa, ask Kodi to show info about the movie ...
Alexa, ask Kodi to show info about the show ...
Alexa, ask Kodi to show info about the song ...
etc...

which is all doable, but a lot of refactoring and extra work.

Definitely not against the idea -- I think it should be refactored anyway, to support other similar queries. Just don't have the time at the moment to deal with it :(

@willhowlett
Copy link
Author

Ah fair enough, thanks for looking into it :)

@drizzt09
Copy link

drizzt09 commented Mar 8, 2018

what about the option to only show info of currently playing media. like when you are playing a tv show or movie and click OK it overlays come controls and some options and details about whats playing.

then it would just be:
Alexa, ask Kodi to show info

@jingai
Copy link
Collaborator

jingai commented Mar 12, 2018

@drizzt09 Not opposed to the idea, but what would be the language for dismissing the info overlay? I can imagine a lot of users using language like "dismiss," "cancel," "go back," etc that would all ultimately do things they don't really want, like stopping play back or going back to the Home screen.

I personally just pause the media playback for such info, which seems natural to me since I probably wanted to read something anyway and thus would prefer the media playback to pause while I do that.

But I also realize different skins handle this differently. Just not really sure how to make this feel natural.

It's also kind of a separate Issue from this one, in that there's a very different reason for wanting to display media info during playback vs deciding what to play.

@jingai
Copy link
Collaborator

jingai commented Mar 15, 2018

Apparently I already implemented it this way anyway lol..

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

3 participants