plugin.video.mlbtv icon indicating copy to clipboard operation
plugin.video.mlbtv copied to clipboard

how do i test?

Open ralyodio opened this issue 9 years ago • 5 comments

I made a minor change to your plugin, but when I zip it up and install from zip it fails.

What am I doing wrong?

ralyodio avatar Apr 05 '16 05:04 ralyodio

Sometimes kodi needs to be restarted when updating addons, especially if you've done more than one update on a single addon. Other than that check your log file, it should tell you why the install failed.

eracknaphobia avatar Apr 05 '16 12:04 eracknaphobia

It worked the 2nd time. I didn't see anything in error log.

On another note: is there anyway to get the feed for the 30fps master not the master_web60? The 60fps feeds are too choppy for me. I tried just changing the manifest file to filter for HTTP_WIRED_WEB instead of HTTP_WIRED_WEB60 but then I get media content not found error.

https://github.com/eracknaphobia/plugin.video.mlbtv/blob/master/main.py#L245

ralyodio avatar Apr 05 '16 20:04 ralyodio

You can set the desired stream quality in the add-on settings screen under Visual > Stream Quality. 3500 and below are all 30fps

eracknaphobia avatar Apr 05 '16 20:04 eracknaphobia

Is there any difference between getting the 1800k stream for HTTP_CLOUD_WIRED_60 vs. HTTP_CLOUD_WIRED? Both seem to work. I assume the HTTP_CLOUD_WIRED one is not 60fps.

ralyodio avatar Apr 05 '16 21:04 ralyodio

Nope, they are exactly the same. The only stream that is 60fps is the 5000k stream. All others are 30fps. If you hit the "O" key while watching a stream you will see the fps at the top of the screen.

eracknaphobia avatar Apr 06 '16 00:04 eracknaphobia