Skip to content

Commit

Permalink
docs: update readme (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Dec 14, 2023
1 parent 3fd8bbb commit 1764ec4
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,3 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/

# repo specific ignores
*.json
*.png
*.tmp
*.zip
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,31 @@

This repository hosts LizardByte's Jellyfin plugins in gh-pages. Additionally, there is a re-usable GitHub action
that can be used to publish your own plugins to your own gh-pages repository. See [action.yml](action.yml) for details.

## Install LizardByte Jellyfin repository

1. Open the Jellyfin dashboard
2. Navigate to the `Plugins` menu
3. Click the `Repositories` tab
4. Click the `+` button
5. Enter one of the following URLs:

*Primary*
```txt
https://app.lizardbyte.dev/jellyfin-plugin-repo/manifest.json
```

*Alternate*
```txt
https://lizardbyte.github.io/jellyfin-plugin-repo/manifest.json
```

*It should look like this:*
![Add Repository](/docs/images/jellyfin_new_repository.png)

6. Click `Save`
7. Confirm the warning

![Confirm Warning](/docs/images/jellyfin_confirm_third_party_plugin.png)

8. Select the `Catalog` tab to see the newly added plugins.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/jellyfin_new_repository.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1764ec4

Please sign in to comment.