MythTV-Clients / MythtvPlayerForAndroid

MythTV Player is an Android client for accessing content from a MythTV Backend
https://play.google.com/store/apps/details?id=org.mythtv.android
GNU General Public License v3.0
16 stars 7 forks source link

Won't play to selected Chromecast when Internal Player is de-selected #260

Open brianjmurrell opened 7 years ago

brianjmurrell commented 7 years ago

As reported in my G+ posting if I have Internal Player unchecked and choose a Chromecast target to play to, the FE will still try to play to an external player.

If I go check the Internal Player item in settings and try to play the same content, I get a dialog about that item not being playable via Google Cast.

To be clear, the bug report here is that not having Internal Player selected seems to override one's Chromecast selection and still wants to open the external player for playing.

dmfrey commented 7 years ago

@brianjmurrell can you try this again with the latest develop branch. Make sure you completely uninstall the app first as it installs a new one that is strictly for development. I did a major update to address a lot of static code analysis issues. Along the way, I also cleaned up how playback fires based on these settings. If it's all good, feel free to close the ticket.

For some reason, Chromecast playback just isn't happening anymore from my backend. I need to figure out why this is occurring. Then I will do some testing as well.