-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
loading spinner, Progress Dialog and movie details button animate #827
loading spinner, Progress Dialog and movie details button animate #827
Conversation
Added Loading spinner to movies detail screens
I noticed that when I hit Play Movie, I get the new "Loading Movie" spinner, that goes away and then I get the regular spinner (not text). Not sure if that was the desired behavior? |
If the server holding the strm fails to respond, the spinner locks us out forever. back or instant replay should cancel the loading job and clear the spinner. |
The first spinner is to lock out additional inputs (esp play inputs) until jellyfin responds with the stream. if the media is remote, this can take a second. so, the first spinner drops as soon as jellyfin says "here it is" and the second spinner waits until we have enough buffered to play. we need both. |
This pull request has been inactive for 21 days and will be automatically closed in 7 days if there is no further activity. |
This should be good to go unless anyone else finds any bugs. |
This works as described for me. @jimdogx You good? @candry7731 Can you resolve the merge conflict? |
This might be due to the conflicts, but if I run this branch on a movie that is partially watched (so I should see the "Resume" or "start over" popup), I am shown "Loading Movie" with a spinner that never goes away. |
This pull request has been inactive for 21 days and will be automatically closed in 7 days if there is no further activity. |
Status: Pending code updates. |
This should be fixed. Please test and let me know. |
it's important that we restart the progress dialog in VideoPlayer.brs after we have closed it in startPlayBackOver. |
…into Add-Loading-ux-to-movies-details-screen
…into Add-Loading-ux-to-movies-details-screen
simpler spinner code
From Home View, Click TV Episode from Continue Watching
|
I'm working on these now.... Just fyi |
These are completed and ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionality looks good. Just a few small finishing touches and it's done.
Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
…hub.com/candry7731/jellyfin-roku into Add-Loading-ux-to-movies-details-screen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be merged 2/12 unless an issue arises.
Added loading spinner to movies detail screens
Added loading spinner to the movie details screen
Added progress dialog when user clicks the play button for movies and trailers
Updated movie details buttons to be hidden until all data is loaded
Updated critic rating star to be hidden until all data is loaded