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

Add Series, Season and episode navigation #557

Merged
merged 15 commits into from
May 12, 2022

Conversation

candry7731
Copy link
Contributor

@candry7731 candry7731 commented Apr 10, 2022

Fixed the "Watched" option as it was not showing up on the home screen when selecting an episode
Add "Go to Series" from the "Continue Watching row" when selecting an episode
Add "Go to Season" from the "Continue Watching row" when selecting an episode
Add "Go to Episode" from the "Continue Watching row" when selecting an episode ( This takes the user to the specific episode in a movie scene layout since we do not have a specific episode scene yet.
Commit out the Title as this was causing the app to crash when coming from the home screen episode navigation

Fixed the "Watched" option as it was not showing up on the home screen when selecting an episode
Add "Go to Series" from the "Continue Watching row" when selecting an episode
Add "Go to Season" from the "Continue Watching row" when selecting an episode
Add "Go to Episode" from the "Continue Watching row" when selecting an episode ( This takes the user to the specific episode in a movie scene layout since we do not have a specific episode scene yet.
Commit out the Title as this was causing the app to crash when coming from the home screen episode navigation
@jimdogx
Copy link
Contributor

jimdogx commented Apr 12, 2022

The title appears to work for me with 1.4.12. However it does crash with the Updated-Episode-Nav branch. I'm wondering if there is something slightly off with the way you're querying the server for the series / season info?

@neilsb
Copy link
Member

neilsb commented Apr 19, 2022

It's my understanding that this is an additional commit for #556. Since there is a comment on this PR I've merged #556 into this branch and updated the description.

@neilsb neilsb changed the title Update ShowScenes.brs Added Series, Season and episode navigation Apr 19, 2022
source/ShowScenes.brs Outdated Show resolved Hide resolved
source/ShowScenes.brs Outdated Show resolved Hide resolved
else
return option_dialog(["Resume playing at " + ticksToHuman(time) + ".", "Start over from the beginning."])
return option_dialog(["Resume playing at " + ticksToHuman(time) + ".", "Start over from the beginning.", "Watched", "Go to series", "Go to season", "Go to episode"])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think "Watched" has been added to this list by mistake. Also, we don't want these new items shown when the popup appears anywhere else other than the home screen.

The same popup is used when:

  • a part-watched episode is selected from the Episode List (Go into a TV Show, then select a season, then select a part-played episode).
  • a part-played movie is played from the movie detail screen

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe "watched" will set the episode to "watched". Meaning if it didn't report correctly to the server you can reset it as watched.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's just that when viewing a partially viewed movie, you get the Menu Option related to TV Series (which don't make sense) and I don't think the watched item should appear in this list here, since movies have a button to toggle the watched status on this screen already.

image

source/VideoPlayer.brs Outdated Show resolved Hide resolved
@neilsb
Copy link
Member

neilsb commented Apr 24, 2022

The title appears to work for me with 1.4.12. However it does crash with the Updated-Episode-Nav branch. I'm wondering if there is something slightly off with the way you're querying the server for the series / season info?

@jimdogx Looks like this is working now. The removal of the 2 lines setting the overhang title appears to be a better user experience. In the current client, when selecting a TV Show or Season, it looks like the title is set once, then quickly overwritten. This looks to have fixed that too.

@candry7731
Copy link
Contributor Author

candry7731 commented Apr 24, 2022 via email

@neilsb neilsb changed the title Added Series, Season and episode navigation Add Series, Season and episode navigation Apr 29, 2022
candry7731 and others added 5 commits May 5, 2022 10:06
Aggreed

Co-authored-by: Neil Burrows <neil@pawprint.co.uk>
Aggreed

Co-authored-by: Neil Burrows <neil@pawprint.co.uk>
Agreed

Co-authored-by: Neil Burrows <neil@pawprint.co.uk>
@candry7731
Copy link
Contributor Author

This has been updated to only show the extra options for Episodes/Series on "Continue Watching"

Copy link
Member

@neilsb neilsb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All seems to work fine for me in my testing. @jimdogx Would you be able to check if you can reproduce the error you mentioned earlier in this PR? If you're not able to, I think we're OK to merge.

@jimdogx
Copy link
Contributor

jimdogx commented May 11, 2022

All seems to work fine for me in my testing. @jimdogx Would you be able to check if you can reproduce the error you mentioned earlier in this PR? If you're not able to, I think we're OK to merge.

My server issues have been resolved, but I probably won't get to test anything until tomorrow evening (my time) at the earliest.

@jimdogx
Copy link
Contributor

jimdogx commented May 12, 2022

Looks to be working, not seeing any crashes. 👍

Fyb3roptik pushed a commit to Fyb3roptik/jellyfin-roku that referenced this pull request Jun 6, 2022
@tremby
Copy link

tremby commented Jul 9, 2022

I'm not sure if this is the place or if a separate ticket would be better, but I have noticed an issue with the new menu which appears which choosing an item from the "continue watching" list.

If the "watched" option is chosen, nothing appears to happen; the thumbnail is still there. Selecting it again does not produce the menu again, it just plays from the start.

I think the episode is being marked as watched, there's just no UI update so it's a confusing experience.. If I choose "watched" then exit the app and reopen, the item is gone from "continue watching".

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.

4 participants