-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from hypnos-haxxor/master
Crash fixes and UI tweaks
- Loading branch information
Showing
5 changed files
with
652 additions
and
626 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="plugin.video.f1tv" name="F1TV Kodi Plugin" version="0.1.2" provider-name="BBsan2k and TheDevFreak"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.25.0"/> | ||
<import addon="script.module.routing" version="0.2.0"/> | ||
<import addon="script.module.requests" version="2.9.1"/> | ||
</requires> | ||
<extension point="xbmc.python.pluginsource" library="main.py"> | ||
<provides>video</provides> | ||
</extension> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en_GB">Provides functionality to view stream from F1TV</summary> | ||
<description lang="en_GB">Plugin for F1TV Streaming Service</description> | ||
<description lang="de_DE">Plugin für F1TV</description> | ||
<language></language> | ||
<platform>all</platform> | ||
<license>MIT</license> | ||
<forum></forum> | ||
<website></website> | ||
<email>[email protected]</email> | ||
<source></source> | ||
<news></news> | ||
<disclaimer></disclaimer> | ||
<assets> | ||
<icon>resources/F1TV_Logo.png</icon> | ||
<fanart></fanart> | ||
</assets> | ||
</extension> | ||
</addon> | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="plugin.video.f1tv" name="F1TV Kodi Plugin" version="0.1.3" provider-name="BBsan2k, TheDevFreak, and HypnOS HAXX0R"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.25.0"/> | ||
<import addon="script.module.routing" version="0.2.0"/> | ||
<import addon="script.module.requests" version="2.9.1"/> | ||
</requires> | ||
<extension point="xbmc.python.pluginsource" library="main.py"> | ||
<provides>video</provides> | ||
</extension> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en_GB">Provides functionality to view stream from F1TV</summary> | ||
<description lang="en_GB">Plugin for F1TV Streaming Service</description> | ||
<description lang="de_DE">Plugin für F1TV</description> | ||
<language></language> | ||
<platform>all</platform> | ||
<license>MIT</license> | ||
<forum></forum> | ||
<website></website> | ||
<email>[email protected]</email> | ||
<source></source> | ||
<news></news> | ||
<disclaimer></disclaimer> | ||
<assets> | ||
<icon>resources/F1TV_Logo.png</icon> | ||
<fanart></fanart> | ||
</assets> | ||
</extension> | ||
</addon> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
v0.0.3 | ||
- Changed output of Season labels - now using 'name' | ||
- Fixed Season without event 'start_dates' | ||
|
||
v0.0.2 | ||
v0.1.3 | ||
- Fixed crash in 'Sets' | ||
- Fixed crash in 'List by Circuit' | ||
- 'Live Now' active event menu item renamed to 'Current Event' to lessen confusion | ||
- Future seasons are no longer shown in 'List by Season' | ||
- Future events are no longer shown | ||
- All season events under 'List by Season' are no longer prefixed with a 2-digit number. Now they are prefixed by 'Round #' if they are a race. | ||
- Plugin logo is now 512px x 512px per Kodi standards | ||
|
||
v0.0.3 | ||
- Changed output of Season labels - now using 'name' | ||
- Fixed Season without event 'start_dates' | ||
|
||
v0.0.2 | ||
- Initial version |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.