Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Add categories, shorten descriptions, remove entry (#100)
Browse files Browse the repository at this point in the history
* Add categories, shorten descriptions, remove entry

This shortens the entry for Antennas, and also adds the missing categories. Removes a plugin to fix #99.

* Restore the Gotify link

Don’t know what happened

* Fix indent and line ending

* Update plugins.md
  • Loading branch information
anthonylavado authored and dkanada committed Aug 8, 2019
1 parent 73b0c93 commit ff75a91
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/server/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ Jellyfin has a collection of optional plugins that can be installed to provide a

Many plugins are available in a repository hosted on our servers, which can be easily installed using the plugin catalog in the settings. At the moment many of these are still being updated frequently so the version number may not be accurate. There are several different categories that can indicate what kind of functionality the plugins may provide.

**Authentication:** Add new authentication providers, such as LDAP.

**Channels:** Allow streaming remote audio or video content.

**General:** Plugins that serve general purposes, such as sync with Trakt.tv, or Kodi.

**Live TV:** Plugins that help with connecting to tuners, such as NextPVR, or TVHeadend.

**Metadata:** Scrape metadata from a new source or modify existing metadata.

**Notifications:** Allow notifications to connect to many different services, including Gotify and Slack.

### Manual

All plugins hosted on the repository can be built from source and manually added to your server as well. They just need to be placed in the plugin directory, which is something like `var/lib/jellyfin/plugins` on most Linux distributions. Once the server is restarted any additions should automatically show up in your list of installed plugins. If you can't see the new plugin there may be a file permission issue.
Expand Down Expand Up @@ -79,12 +87,8 @@ Jellyfin LiveTV plugin for Windows MediaCenter with [ServerWMC](https://github.c

#### [antennas](https://github.com/TheJF/antennas)

Takes your tuners in Tvheadend and emulates a HDHomeRun in order to connect to Jellyfin's DVR feature. That means any tuner whether dvb-t, dvb-c, dvb-s or ATSC can work with Jellyfin providing Tvheadend supports it (i.e you've installed the drivers for your tuner). It can be installed via binaries, Node or Docker. Set-up requires an anonymous user in Tvheadend with rights and streaming profiles as well as your channel list having the correct numbers. Configuration parameters are a URL that will show the status of Antennas, the URL of your Tvheadend installation with your username and password as well as the number of tuners you have. Then just setup your tuner in Jellyfin by selecting a HD Homerun then enter your Antennas URL. For setting up guide data, you have to use XMLTV. Either a link or .xml file will work. In the UK, I use the free xmltv.co.uk which gives me a link for 7 days guide data.
Takes your tuners in TVHeadend and emulates a HDHomeRun, in order to connect to Jellyfin's Live TV and DVR features. It requires additional setup and configuration, but is a useful alternative to the TVHeadend plug-in.

#### [gotify](https://github.com/crobibero/Jellyfin.Plugins.Gotify)
#### [gotify](https://github.com/jellyfin/jellyfin-plugin-gotify)

Sends notifications to your self-hosted [Gotify](https://gotify.net/) server.

#### [LazyMan](https://github.com/crobibero/Jellyfin.Channels.LazyMan)

A channel to watch content from LazyMan on Jellyfin.

0 comments on commit ff75a91

Please sign in to comment.