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

Make "Next" visible for chapters in Estuary's OSD #10353

Merged
merged 1 commit into from
Aug 28, 2016
Merged

Make "Next" visible for chapters in Estuary's OSD #10353

merged 1 commit into from
Aug 28, 2016

Conversation

NedScott
Copy link
Contributor

@NedScott NedScott commented Aug 28, 2016

Thanks to Guilouz and the users on the forum for catching this.

"Previous" on the OSD for Estuary is always visible (I assume because it can be used to "restart" a video), but "Next" has a condition to only show when there is a playlist with more than one item. I think this is a simple error, and it was forgotten that next/prev buttons are also used for chapter skipping, rather than an intentional design decision.

EDIT: updated to only show up for when there are chapters or playlists

@NedScott
Copy link
Contributor Author

ping @ronie @BigNoid @HitcherUK (sorry if I'm forgetting anyone that should be poked for skin stuff)

@BigNoid
Copy link
Member

BigNoid commented Aug 28, 2016

It's a design decision to hide the next button when it has no use (eg clicking on it and nothing happens). So instead of removing that, I would add the following:
[Player.ChapterCount | Integer.IsGreater(Playlist.Length(video),1)]

Thanks to Guilouz and the users on the forum for catching this.

"Previous" on the OSD for Estuary is always visible (I assume because it can be used to "restart" a video), but "Next" has a condition to only show when there is a playlist with more than one item. I think this is a simple error, and it was forgotten that next/prev buttons are also used for chapter skipping, rather than an intentional design decision.
@NedScott
Copy link
Contributor Author

Like this?

@NedScott NedScott changed the title Make "Next" always visible in Estuary's OSD Make "Next" visible for chapters in Estuary's OSD Aug 28, 2016
@BigNoid
Copy link
Member

BigNoid commented Aug 28, 2016

Yep, looks good. Thx!

@BigNoid BigNoid merged commit 70f0e3d into xbmc:master Aug 28, 2016
@MartijnKaijser MartijnKaijser added this to the Krypton 17.0-beta2 milestone Aug 28, 2016
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

Successfully merging this pull request may close these issues.

None yet

3 participants