Skip to content

Commit

Permalink
[plugin.video.cbcolympics] 2.3.0+krypton.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fourpointsix committed Jul 27, 2024
1 parent 707de61 commit 3156b2e
Show file tree
Hide file tree
Showing 6 changed files with 643 additions and 204 deletions.
2 changes: 1 addition & 1 deletion plugin.video.cbcolympics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ A Kodi/XBMC plugin for watching the CBC Olympics streams

Behaviour
============
By default only the highest bitrate streams are used (typically 720p30 ~3 Mbit/s) however the addon features a setting that can be set to limit this in case you're on a limited bandwidth connection. Available stream choices are 3 Mbit/s (default), 2 Mbit/s, 1.2 Mbit/s, 700 kbit/s, 400 kbit/s, and 256 kbit/s. Incredibly, it's still watchable at the lowest setting though the resolution is 416x234.
By default only the highest bitrate streams are used (typically 1080p29.97 ~5 Mbit/s) however the addon features a setting that can be set to limit this in case you're on a limited bandwidth connection. Available stream choices are unlimited Mbit/s (1920x1080), 4 Mbit/s (1280x720), 3 Mbit/s (960x540), 2 Mbit/s (768x432), 1.2 Mbit/s (640x360), 700 kbit/s (480x270), and 400 kbit/s (416x234). Incredibly, it's still watchable at the lowest setting.

The best way to install this is from the official Kodi repository. If you need to install it manually, follow [the steps outlined in the Kodi documentation](https://kodi.wiki/view/Add-on_manager#How_to_install_from_a_ZIP_file).
7 changes: 5 additions & 2 deletions plugin.video.cbcolympics/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.cbcolympics"
name="CBC Olympics"
version="2.2.0"
version="2.3.0+krypton.1"
provider-name="fourpointsix">
<requires>
<!-- Enable this for Kodi 16.x through 18.x -->
Expand All @@ -14,7 +14,7 @@
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">CBC Olympics</summary>
<description lang="en_GB">Beijing 2022 Winter Olympics streams from the CBC. Streams are geo-blocked so you must be on a Canadian IP for this to work.</description>
<description lang="en_GB">Paris 2024 Summer Olympics streams from the CBC. Streams are geo-blocked so you must be on a Canadian IP for this to work.</description>
<platform>all</platform>
<language>en_GB</language>
<license>GPL-3.0-only</license>
Expand All @@ -29,6 +29,9 @@ v2.1.0 (2021-08-04)

v2.2.0 (2022-01-28)
- Updated for Beijing 2022

v2.3.0 (2024-07-27)
- Updated for Paris 2024
</news>
<assets>
<icon>icon.png</icon>
Expand Down
3 changes: 3 additions & 0 deletions plugin.video.cbcolympics/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ v2.1.0

v2.2.0
- Updated for Beijing 2022

v2.3.0
- Updated for Paris 2024
Loading

0 comments on commit 3156b2e

Please sign in to comment.