Skip to content

Document TVHeadend without plugin #1292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/general/server/live-tv/setup-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,18 @@ The list of physical channels will be displayed. Click the pencil icon to the ri
![Step 2 of mapping channels](/images/docs/live-tv-setup-channels2.png)

The guide data will now automatically import. You can check that the data has been imported correctly by going to the 'Live TV Guide' page from the main Jellyfin web page on your server.

## Integrating TVHeadend without a plugin

It's possible to use TVHeadend with Jellyfin through as an M3U/XMLTV integrations.
This integration requires more CPU processing, and the plugin is therefore recommended.
This approach is recommended when the plugin fails for some reason.

1. Go to LiveTV, Tuner devices, and add a new M3U Tuner
2. Set the URL to point to `http://your.tvheadend.server:port/playlist/channels.m3u`
3. Press save
4. Go to LiveTV, TV Guide Data Providers, and add a new XMLTV source
5. Set the URL to point to `http://your.tvheadend.server:port/xmltv/channels`
6. Press save

Wait for the Guide data to refresh.