Skip to content

Commit

Permalink
Update Changelog and readme in preparation for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
wyrm65 committed Sep 16, 2020
1 parent e992ccc commit 30eea67
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
46 changes: 23 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,34 +36,34 @@ To install this add-on you must do so from the Add-on manager from within Kodi b
## DEPENDANT ADDONS
While I have tried very hard for the skin to be self contained, the following addons are required for the installation. These addons will be installed if not already in the users system when the skin is installed via the offical Kodi repository. The user will need to ensure these addons are available if installing via a zip file from this github page.

resource.uisounds.apptv v1.0.4
resource.images.classificationicons.colour v0.0.3
script.embuary.helper v1.4.8
- resource.uisounds.apptv v1.0.4
- resource.images.classificationicons.colour v0.0.3
- script.embuary.helper v1.4.8

## OPTIONAL ADDONS
The following addons will be made use of if installed by the user. The skin will prompt the user to allow the installation of any necessary addons if the user selects an option requiring an addon. In addition a number of the optional addons can be installed via the skins settings menus.

script.artistslideshow
service.tvtunes
plugin.program.autocompletion
script.cu.lrclyrics
script.globalsearch
script.image.resource.select
service.upnext
script.tv.show.next.aired
script.artwork.beef
script.metadata.editor
script.libraryeditor
script.favourites
plugin.video.specialfeatures
script.kodi.loguploader
- script.artistslideshow
- service.tvtunes
- plugin.program.autocompletion
- script.cu.lrclyrics
- script.globalsearch
- script.image.resource.select
- service.upnext
- script.tv.show.next.aired
- script.artwork.beef
- script.metadata.editor
- script.libraryeditor
- script.favourites
- plugin.video.specialfeatures
- script.kodi.loguploader

## SCRIPTS WITH SKINABLE ELEMENTS
The following scripts are supported with custom skin files to match the script to the rest of the skin

script.cu.lrclyrics
script.globalsearch
script.tv.show.next.aired
service.upnext
plugin.video.specialfeatures
service.libreelec.settings
- script.cu.lrclyrics
- script.globalsearch
- script.tv.show.next.aired
- service.upnext
- plugin.video.specialfeatures
- service.libreelec.settings
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="skin.apptv" name="AppTV" provider-name="Wyrm" version="1.6.3">
<addon id="skin.apptv" name="AppTV" provider-name="Wyrm" version="1.6.4">
<requires>
<import addon="xbmc.gui" version="5.14.0" />
<import addon="resource.uisounds.apptv" version="1.0.4" />
Expand Down
5 changes: 3 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[B]1.6.3[/B]
[B]1.6.4[/B]
Leia 'Tock' Release

- Numerous fixes to PVR subsection.
Expand All @@ -8,10 +8,11 @@ Leia 'Tock' Release
- Remove skin helper script and replace with Embuary helper script instead.
- Remove skin code to provide TV theme support and replace with now legal TVTune script.
- Update Artistslideshow script support to use version 3.x of script.
- Greatly expand widget support, now allows for playlists and favourites (allows user to use Kodi VFS nodes as widgets).
- Add home screen setting to change shelf background image.
- Remove a number of skin settings as now redundant.
- Cleanup of a number of inbuilt skin images.
- Numerous minor bug fixes and code cleanups.
- Numerous bug fixes and code cleanups.

[B]1.6.0[/B]
Leia Release
Expand Down

0 comments on commit 30eea67

Please sign in to comment.