Confirmed, although I did have to completely delete the database, docker, etc... to get the old ones out of there.
Confirmed that Fox Sports authentication is working again. I was getting the same errors while I was testing; now it seems all good!
Not sure which part you want to expound upon? Basically, I have a Channels Collection that dynamically changes automatically so I only see sports that are "New" and "Live":
There are a couple of gaps because Channels doesn't have a category label called just "Sports" and if I change the Content Type to just "Sports" some of the TVE stations seem to get filtered out (like ESPN2 and FS1 in the example above).
I think he is referencing my post about making dedicated linear channel feeds now that the docker is pulling in programming for them. Currently a program airing live on ESPN at 6pm could be followed by programming from FS1 at 7pm on the same channel.
I need some help! I am trying to get this installed in my docker on my m1 Mac Mini using the following code via terminal. When I run it, I get an invalid reference format error. What am I doing wrong?
Something to remember when dealing with the docker run command.
ports and volume paths to the left of the colon : apply to the device docker runs on and should be changed by you
ports and volume paths to the right of the colon : apply to the container and should not be changed