damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
62 stars 5 forks source link

Add support for mpeg-ts container format direct play #303

Closed damontecres closed 4 weeks ago

damontecres commented 4 weeks ago

Adds MPEG-TS container format to the list of formats. It is set as supported by default and upgrading the app will add it to the supported list.

Dev: Adds a new class AppUpgradeHandler which is run whenever the app is upgraded allowing for making changes when needed.