Conversation
Release Beta Release 0.5.1
…ack Button, Error Handling
# Conflicts: # app/src/main/java/com/nuvio/tv/ui/navigation/NuvioNavHost.kt
Remove extra comma
…-episode # Conflicts: # app/src/main/java/com/nuvio/tv/ui/navigation/NuvioNavHost.kt # app/src/main/java/com/nuvio/tv/ui/navigation/Screen.kt # app/src/main/java/com/nuvio/tv/ui/screens/detail/HeroSection.kt # app/src/main/java/com/nuvio/tv/ui/screens/detail/MetaDetailsScreen.kt # app/src/main/java/com/nuvio/tv/ui/screens/player/PlayerScreen.kt
# Conflicts: # app/src/main/java/com/nuvio/tv/ui/screens/player/PlayerRuntimeController.kt
# Conflicts: # app/src/main/java/com/nuvio/tv/ui/navigation/NuvioNavHost.kt # app/src/main/java/com/nuvio/tv/ui/screens/player/PlayerRuntimeController.kt # app/src/main/java/com/nuvio/tv/ui/screens/player/PlayerRuntimeControllerPlaybackEvents.kt # app/src/main/java/com/nuvio/tv/ui/screens/player/PlayerRuntimeControllerScrobble.kt # app/src/main/java/com/nuvio/tv/ui/screens/player/PlayerScreen.kt # app/src/main/java/com/nuvio/tv/ui/screens/settings/LayoutSettingsViewModel.kt
# Conflicts: # app/src/main/java/com/nuvio/tv/ui/navigation/NuvioNavHost.kt # app/src/main/java/com/nuvio/tv/ui/screens/detail/HeroSection.kt # app/src/main/java/com/nuvio/tv/ui/screens/detail/MetaDetailsScreen.kt # app/src/main/java/com/nuvio/tv/ui/screens/player/PlayerRuntimeController.kt # app/src/main/java/com/nuvio/tv/ui/screens/player/PlayerRuntimeControllerPlaybackEvents.kt # app/src/main/java/com/nuvio/tv/ui/screens/player/PlayerRuntimeControllerScrobble.kt # app/src/main/java/com/nuvio/tv/ui/screens/player/PlayerScreen.kt # app/src/main/java/com/nuvio/tv/ui/screens/settings/LayoutSettingsViewModel.kt
# Conflicts: # app/src/main/java/com/nuvio/tv/ui/navigation/NuvioNavHost.kt # app/src/main/java/com/nuvio/tv/ui/navigation/Screen.kt # app/src/main/java/com/nuvio/tv/ui/screens/detail/MetaDetailsScreen.kt # app/src/main/java/com/nuvio/tv/ui/screens/player/PlayerRuntimeControllerPlaybackEvents.kt # app/src/main/java/com/nuvio/tv/ui/screens/player/PlayerRuntimeControllerScrobble.kt
# Conflicts: # app/src/main/java/com/nuvio/tv/data/local/LayoutPreferenceDataStore.kt # app/src/main/java/com/nuvio/tv/ui/navigation/NuvioNavHost.kt # app/src/main/java/com/nuvio/tv/ui/navigation/Screen.kt # app/src/main/java/com/nuvio/tv/ui/screens/player/PlayerRuntimeControllerPlaybackEvents.kt
Persist random playback across manual stream selection screen.
# Conflicts: # app/src/main/java/com/nuvio/tv/ui/navigation/NuvioNavHost.kt # app/src/main/java/com/nuvio/tv/ui/navigation/Screen.kt # app/src/main/java/com/nuvio/tv/ui/screens/detail/HeroSection.kt # app/src/main/java/com/nuvio/tv/ui/screens/detail/MetaDetailsScreen.kt # app/src/main/java/com/nuvio/tv/ui/screens/player/PlayerRuntimeController.kt # app/src/main/java/com/nuvio/tv/ui/screens/player/PlayerRuntimeControllerPlaybackEvents.kt # app/src/main/java/com/nuvio/tv/ui/screens/player/PlayerScreen.kt # app/src/main/java/com/nuvio/tv/ui/screens/player/PlayerViewModel.kt
Removed redundant popBackStack call when poppedToStream is false. Added in previous commit.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
Feature approval requested in NuvioMedia#1555. This PR remains a draft and is not presented as approved or ready for review. The implementation can be revised, reduced, or closed based on maintainer direction.
Summary
Adds Random Episode functionality:
PR type
Neither applies. This is a feature addition, opened as a draft against product-direction review per NuvioMedia#1555, not as a policy-compliant submission.
Why
Multiple users have requested the ability to play a random episode of a show — useful for shows where episode order doesn't matter, and removes the need to manually pick an episode each time.
Approval status
Reproduction steps
Not applicable - feature addition, not a bug fix.
UI / behavior impact
New UI (Random Episode button on detail screen, layout settings toggle) and new behavior (random next-episode playback, tracking/scrobbling exclusion). Left unchecked pending maintainer review — see approval status above.
Policy check
CONTRIBUTING.md.Not checking the policy-fit boxes since this is a feature PR, submitted openly as outside the current accepted PR types, pending maintainer direction on NuvioMedia#1555.
Scope boundaries
Testing
Screenshots / Video
Demo video: https://www.dropbox.com/scl/fi/zdstftubnduq47cdq5b7k/RandomEpisode.mp4?rlkey=qc25wxzry8i1bb5rhsg8s5vdy&st=niaq32vo&e=1&dl=0
Screenshots:


Test build: https://www.dropbox.com/scl/fi/ucgtzt7hbrscmozl8o4hk/app-full-universal-debug.apk?rlkey=kvjonspwthwmw4yvgq0vcp3am&st=4k5rtn2v&dl=0
Breaking changes
None.
Linked issues
NuvioMedia#1555