streamglob icon indicating copy to clipboard operation
streamglob copied to clipboard

Away streams only

Open eithrial opened this issue 5 years ago • 8 comments

For example streamglob download://mlb/2019-06-17.tor pick away stream instead of the home one.

eithrial avatar Jun 19 '19 22:06 eithrial

You might want to check out mlbv, it has this feature and was recently updated for 2019 compatibility. See the readme, section 5:

https://github.com/VirtualParticle/mlbv

mlbv --team tor --feed away # choose the away feed (assuming Toronto is the home team, you will get the opposing team's feed)

tonywagner avatar Jun 21 '19 14:06 tonywagner

For example streamglob download://mlb/2019-06-17.tor pick away stream instead of the home one.

I can't reproduce this. Are you using the latest git master?

tonycpsu avatar Jun 23 '19 01:06 tonycpsu

I can't reproduce this. Are you using the latest git master?

I think this is a feature request. As in, they want the ability to select their favorite team's game, but get the opponent's broadcast, even if they don't know who the opponent is.

tonywagner avatar Jun 24 '19 14:06 tonywagner

Ah! In that case, this should already be supported by updating config.yaml with the following settings:

profiles:
    default:
        providers:
            mlb:
                teams:
                    overrides:
                        - TOR:
                            feed_type: remote   # or "local"

There's no reliable way to do override the feed type from the command-line right now, but I'll fix that shortly.

tonycpsu avatar Jun 24 '19 16:06 tonycpsu

As of @9706f5c, setting preferred stream should work either in the config file (by specifying remote/local for each team) or via the command-line (by adding feed_type:away to the command), e.g.:

streamglob download://mlb/2019-06-17.tor:feed_type=away

tonycpsu avatar Jun 24 '19 16:06 tonycpsu

I use the latest version. Both commands: streamglob download://mlb/2019-06-17.tor streamglob download://mlb/2019-06-17.laa pick the same stream (Angels' stream)

Also streamglob download://mlb/2019-06-23.hou streamglob download://mlb/2019-06-23.nyy gives always Astros' stream.

Installing everything from the beginning doesn't change that behaviour.

eithrial avatar Jun 24 '19 21:06 eithrial

Whoops, maybe it was a bug report. Sorry! :)

tonywagner avatar Jun 25 '19 17:06 tonywagner

Just wondering if this is being addressed. Like eithrial above, on certain games, I can only get the visiting-team's stream.

Otherwise, great work everyone !!

KenJean avatar Jul 24 '19 00:07 KenJean