Skip to content

Commit

Permalink
blank page browsing source from kodi addons
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxxociety committed Aug 20, 2023
1 parent 7d727e6 commit 47d334c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ Configuring as a Kodi Source in File Manager:

1. Enter Kodi **Settings**, then **File Manager**.
2. Add a new source.
3. For **Source Type**, select **None**.
3. For **Source Type**, select **None**. This will allow you to enter the **Source Path**.
4. For **Source Path**, select **https://fuxxociety.github.io/kodi.repository/**
5. Name the source whatever you like. I prefer **FuxXociety-Personal**
5. Name the source whatever you like. I prefer **repository.fuxxociety**
6. Save the new source by clicking **OK**.

After the new source is added, navigate to the **Add-ons** screen.
Select **Install from zip file** (ignore any warnings)
Select **Install from zip file** (ignore any warnings).
Navigate to the newly-added source (in my case, **repository.fuxxociety**).
Install the zip file corresponding to the version of Kodi you are running.


Expand Down
12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
<!DOCTYPE html>
<a href="https://github.com/fuxxociety/kodi.repository/raw/main/repository/repository.fuxxociety/repository.fuxxociety-0.0.1.zip">repository.fuxxociety-0.0.1.zip</a>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Index of kodi.repository</title>
</head>
<body>
<h2>kodi.repository</h2>
<a href="repository.fuxxociety-0.0.1.zip">repository.fuxxociety-0.0.1.zip</a>
</body>
</html>

0 comments on commit 47d334c

Please sign in to comment.