We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not an issue, but a feature request:
Would it be possible to have this:
<content target="video">plugin://service.library.data.provider?type=recommendedmovies+recommendedepisodes&reload=$INFO[Window.Property(recommendedmovies)]$INFO[Window.Property(recommendedepisodes)]</content>
populate the list in the order they were last played? At the moment, it loads them in order, like this:
[movie1] [movie2] [movie3] [episode1] [episode2]
Say I played movie 3 for a bit, then episode 2. I would like this list:
[movie3] [episode2] [movie1] [movie2] [episode1] Playing episode 1, then movie 3 again produces
[movie3] [episode2] [movie1] [movie2] [episode1]
[movie3] [episode1] [episode2] [movie1] [movie2]
Well, you get the point. :) Look at how the Leanback launcher on Android TV shows recommendations. That's what I'm trying to accomplish.
The text was updated successfully, but these errors were encountered:
Does this get seen by anyone automatically? Perhaps I need to ping @BigNoid ? Not really familiar with the issues part of github. :)
Sorry, something went wrong.
No branches or pull requests
Not an issue, but a feature request:
Would it be possible to have this:
<content target="video">plugin://service.library.data.provider?type=recommendedmovies+recommendedepisodes&reload=$INFO[Window.Property(recommendedmovies)]$INFO[Window.Property(recommendedepisodes)]</content>
populate the list in the order they were last played?
At the moment, it loads them in order, like this:
[movie1] [movie2] [movie3] [episode1] [episode2]
Say I played movie 3 for a bit, then episode 2. I would like this list:
[movie3] [episode2] [movie1] [movie2] [episode1]
Playing episode 1, then movie 3 again produces
[movie3] [episode1] [episode2] [movie1] [movie2]
Well, you get the point. :) Look at how the Leanback launcher on Android TV shows recommendations. That's what I'm trying to accomplish.
The text was updated successfully, but these errors were encountered: