plexinc / plex-for-kodi

Offical Plex for Kodi add-on releases.
GNU General Public License v2.0
251 stars 124 forks source link

Auto play quickly from the home hub without showing the actual preplay screen #227

Closed pannal closed 6 years ago

pannal commented 6 years ago

GHI (If applicable): #

Description:

Instead of showing the preplay screen when pressing PLAY on an item from the home screen, play the video directly and show the window afterwards, if necessary.

Checklist:

pannal commented 6 years ago

Rebased onto develop

ruuk commented 6 years ago

This looks good, and brings it closer to what it should be. Ultimately the preplay screen shouldn't be involved at all here (and the we should return to the screen we were on when play was pressed) so really the code should be moved outside of preplay so we can use it in both cases. I'm going to file a GHI for that.