bennettpeter / android-MythTV-Leanfront

:tv: MythTV Android TV frontend
GNU General Public License v3.0
45 stars 9 forks source link

feature request: add recording information to display #74

Closed tonyguadagno closed 9 months ago

tonyguadagno commented 9 months ago

hi, as a follow up to my last post, it would be helpful to know what video and audio encoding was used on a particular episode. could you put that in, maybe next to the season/episode info on the recording detail?

btw, you have done really great work here...thanks!

bennettpeter commented 9 months ago

There are limited flags supplied in the existing API. I have added Video properties which shows the video encoding and some other values. Very little is available for audio encoding in the existing APIs so I did not add that.

Note: This is still in the development branch so you will not see it yet.

tonyguadagno commented 9 months ago

thanks for all your efforts..

btw, what is your dev cycle like? how long in dev before you release to production?