jellyfin / jellyfin-androidtv

Android TV Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
2.72k stars 464 forks source link

Option to disable annoying questions with External Players #691

Closed pamidur closed 3 years ago

pamidur commented 3 years ago

Describe the feature you'd like While using external player the UX is heavily impacted by annoying popups:

I assume there is a reason behind those popups - debug probably. It would be great - to have an option to disable those

Additional context
https://github.com/jellyfin/jellyfin-androidtv/blob/ccb47ab9afd6610eec98ca698203ad103eead2e4/app/src/main/java/org/jellyfin/androidtv/ui/playback/ExternalPlayerActivity.java#L187

if (mItemsToPlay.size() > 0) {
            //Must confirm moving to the next item or there is no way to stop playback of all the items
            new AlertDialog.Builder(this)
                    .setTitle("Next up is "+mItemsToPlay.get(mCurrentNdx).getName())
ohhai-kthxbai commented 3 years ago

Please do prioritse this. Using external players is essential as the default player has so many playback/fwd/rew issues and this bug is making that difficult. Thank you!