-
Notifications
You must be signed in to change notification settings - Fork 145
Extend genre support #209
Extend genre support #209
Conversation
For future use.
If an unwatched show is found, play the next unwatched episode of that show rather than a random one. If no unwatched shows are found, play a random episode of a random show.
Here are the translations: playing_genre_musicvideo: "Spiele das {{ genre_name }} Musikvideo {{ musicvideo_name }} von {{ artist_name }}" WatchRandomShow zeige eine (/zufällige) (/{ShowGenre}) Serie ViewMovies (suche/finde) {MovieGenre} Filme |
Thanks @mcl22. Could you verify that all of these are now correct? Thanks!
|
Wow, this one is pretty difficult :) There are some more one could change but it's not so easy. For instance, |
Are you trying to say that this isn't corect as an alternate:
? Note the orientation of the word |
Going to merge this as it is for now. There's a few other instances of these words that might need adjustments too, so let's treat that as its own Issue. I think Alexa might catch things like |
Concerning (öffne/gehe zu) {VideoPlaylist} (Film/Filme/Serie/Serien/Video) playlist, that was my fault :) Of course this works. |
This PR tries to extend genre support everywhere applicable. Previously, we supported specifying a genre only in WatchRandomMovie. This extends it to the existing View Intents and creates the following new Intents:
Two new slots were required for this:
These have been added to web slot generator already and the Python generator is updated in this PR.
Additionally, this requires already-released changes to Kodi-Voice in 0.9.6.