Skip to content

Commit

Permalink
Cleanup README
Browse files Browse the repository at this point in the history
Reword the addon summary.
Consistent Red Bull naming.
Remove unneeded and outdated changelog. Can use addon.xml news section
to inform users of changes.
  • Loading branch information
cas-- committed Feb 16, 2019
1 parent c9b7d07 commit 27fe8ae
Showing 1 changed file with 11 additions and 33 deletions.
44 changes: 11 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,17 @@
[![Build Status](https://travis-ci.org/andy-g/kodi.plugin.video.redbulltv2.svg?branch=add_tests_and_refactor)](https://travis-ci.org/andy-g/kodi.plugin.video.redbulltv2)

# 2017 Redbull TV Plugin for Kodi
Streaming video plugin for Kodi that uses the Redbull TV Apple TV v2 XML "API" - it's not really an API, more like an XML web page that gets displayed as-is and then styled with css on Apple TV units. This is when the listing in Kodi will look a bit "odd".

This addon is based on the initial work done by nedge2k: https://github.com/nedge2k/kodi.plugin.video.redbulltv2.

## Changelog:

- **0.0.1**
Initial Release

- **0.0.2**
Fixed issue with scheduled event streams not appearing in lists
Added plugin icon/fanart
- **0.0.3**
Fixed compatibility issue with Kodi forks (like SPMC) using python 2.6
Added error handling for when the server url errors out

- **0.0.4**
Code cleanup/refactoring
Added thumbnailimage and summary to directories

- **0.0.5**
Added search function

- **0.1.0**
Moved RedbullTV functionality into a RedbullTV2 Client
Add settings to specify preferred video resolution
Added Unit Tests
Added Integration Tests
Added Continuous Integration with Travis CI
# Kodi Addon for Red Bull TV

Streaming video addon for Kodi that uses the Red Bull TV [Apple TV XML](https://appletv.redbull.tv/).

The categories and stream listings in Kodi will look a bit odd as the addon is
parsing XML web pages that are designed to be displayed as-is on Apple TV units
with custom CSS styling.

This addon is based upon the work by [nedge2k](https://github.com/nedge2k/kodi.plugin.video.redbulltv2).

## Unit Tests
To run the unit tests (which includes integration tests that will connect to the Redbull Server for content), navigate to the repository root and run the following:
To run the unit tests (which includes integration tests that will connect to the Red Bull Server for content), navigate to the repository root and run the following:

```Shell
# bash/zsh
Expand All @@ -45,7 +23,7 @@ pushd plugin.video.redbulltv; python -B -m unittest discover; popd

## Pylint
To run pylint to check code style, navigate to the repository root and run the following:

```Shell
find plugin.video.redbulltv -iname "*.py" | xargs pylint --output-format=colorized --disable=line-too-long,wrong-import-position
```

0 comments on commit 27fe8ae

Please sign in to comment.