Skip to content

Commit

Permalink
Update version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stellartux committed Jul 22, 2020
1 parent 280cba6 commit 8d78190
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# LBRY for Kodi
# Lbry for Kodi

This is a [Kodi](http://www.kodi.tv) addon for providing access to the [Lbry](http://lbry.io) network.
This is a [Kodi](https://www.kodi.tv) add-on for providing access to the [Lbry](https://lbry.com) network.

## Requirements

Lbry needs to be running for the add-on to be able to access it. This can be done either by [installing the Lbry client](https://lbry.com/get?showall=1) and letting it run in the background, or by running the Lbrynet daemon from [the Lbry SDK](https://github.com/lbryio/lbry-sdk). The add-on defaults to looking for Lbry at localhost, but this can be changed in the add-on settings.

## Installation

Download the zip from the Releases page or the Code button at the top of this page, then drag and drop the zip onto Kodi or [see the Kodi wiki for other installation methods](https://kodi.wiki/view/HOW-TO:Install_add-ons_from_zip_files).

## Development

If you are installing the add-on for development, it is recommended that you install the add-on via Kodi before cloning the repo to the add-ons folder, as it prompts Kodi to install the necessary dependencies. Add-ons are installed at `%APPDATA%/Kodi/addons` on Windows, and [near the userdata](https://kodi.wiki/view/Userdata#Location_of_the_userdata_folder) on other platforms. [Kodi Addon Checker](https://pypi.org/project/kodi-addon-checker/) can be used to check for best practices.

## Tips

Send me some LBC if you like.

LBC: bDuM8DPy6zgLsqyqRmBW7WP3AXqj7Vr8Y2
4 changes: 2 additions & 2 deletions 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.lbry" name="Lbry" version="0.1.1" provider-name="stellartux">
<addon id="plugin.video.lbry" name="Lbry" version="0.1.2" provider-name="stellartux">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="script.module.routing" version="0.2.0"/>
<import addon="script.module.requests" version="2.12.4"/>
</requires>
Expand Down

0 comments on commit 8d78190

Please sign in to comment.