Skip to content

Commit

Permalink
[plugin.video.cbcolympics] 2.3.1+krypton.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fourpointsix committed Jul 28, 2024
1 parent 707de61 commit 8e1ff33
Show file tree
Hide file tree
Showing 6 changed files with 696 additions and 221 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).
19 changes: 15 additions & 4 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.1+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,10 +29,21 @@ v2.1.0 (2021-08-04)

v2.2.0 (2022-01-28)
- Updated for Beijing 2022
</news>

v2.3.0 (2024-07-27)
- Updated for Paris 2024

v2.3.1 (2024-07-28)
- Added event durations
- Limited past events to those that are within the last year to eliminate leftover Tokyo clips
- Limited future events to those that are less than 4 hours away
- Fixed "next pages" always being replays
- Removed custom bitrate selection as it caused some streams to have no audio
- Bitrate selection now the responsibility of Kodi
- In-player program selection and audio track selection now work on streams that support them</news>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon>
</addon>
12 changes: 12 additions & 0 deletions plugin.video.cbcolympics/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,15 @@ v2.1.0

v2.2.0
- Updated for Beijing 2022

v2.3.0
- Updated for Paris 2024

v2.3.1
- Added event durations
- Limited past events to those that are within the last year to eliminate leftover Tokyo clips
- Limited future events to those that are less than 4 hours away
- Fixed "next pages" always being replays
- Removed custom bitrate selection as it caused some streams to have no audio
- Bitrate selection now the responsibility of Kodi
- In-player program selection and audio track selection now work on streams that support them
Loading

0 comments on commit 8e1ff33

Please sign in to comment.