just pushed a new version with some pretty significant changes. i'll try to outline them all here...
first: i changed the versioning scheme to make it a little easier to keep track of where we are (rather than trying to determine if something is a big enough change for a major version number increment)...moving forward, all versions released will be numbered by the year, month, and release number in that month (similar to how home assistant does their version numbers now). so, for example, this new version that was just pushed is 2022.6.1
second: TV feeds are now going to be on subchannel .1 for all teams. when you load this new version, you'll need to refresh your m3u to make sure everything lines up on the new subchannels instead of the original channel number without subchannel. the reason for this is related to the third major thing in this release...
third: radio feeds are available, although they won't work in channels (you'll have to use a different player to make them work). i would STRONGLY recommend you run multiple containers if you want the radio feeds, since having them show up in channels is pointless as it won't be able to load the alternate audio. in order to set this up, there are two new environment variables you can use:
MLB_SHOW_TV_FEEDS=true
MLB_SHOW_RADIO_FEEDS=true
-
if you don't set either one of these variables, the container will work exactly as it always has...it'll only show you the TV feeds (although as mentioned earlier, they'll now be on subchannel .1 for each team).
-
if you only set MLB_SHOW_RADIO_FEEDS
to true, it will ONLY show the radio feeds on subchannel .2.
-
setting them both to true will show both feeds, with TV on subchannel .1 and radio on subchannel .2.
fourth (and final note) on the radio feeds specifically: there's a pretty significant delay on some of these sometimes (but not always). i don't have any way to account for that, so you'll likely want to use a player that allows you to control the audio offset. tivimate allows this for up to one full second in either direction, which for the most part has been good enough for me...although occasionally i've had to go a little bit longer and had to use a different player with a longer delay offset. kodi works well for this, although it does have issues decrypting the feeds on some android devices (i'm not at all sure why, it works perfectly on my phone but has issues on my chromecast with google tv).
i've done a lot of testing on this with the mets feeds over the past few weeks, but please put this through the paces if you'd like and let me know if you notice anything strange happening that needs fixed.